Last data update: 2014.03.03

R: generate ratio heatmap
genRatioHeatmapR Documentation

generate ratio heatmap

Description

Visualize timer ratios as a function of either FP1 or FP2 maturation time, and protein half-life.

Usage

genRatioHeatmap(tRangeFP, Tfixed, TA, TB, channel, E, f=1, n, ramp)

Arguments

tRangeFP

Vector containing two numerics specifying the range of maturation times to display for the chosen fluorescence channel.

Tfixed

The maturation time of the FP that will remain fixed.

TA

tFT half-life in location A.

TB

tFT half-life in location B.

channel

Integer specifying fluorescence channel to be varied (1 or 2).

E

FRET value representing transfer from FP1 to FP2.

f

f=f2/f1, the ratio of prefactors relating the number of molecules to the fluorescence intensity.

n

Integer specifying the number of data points. Choose a higher n for a higher pixel density.

ramp

Colour ramp, see colorRampPalette for more details.

Value

Returns a ggplot2 heatmap.

Author(s)

Joseph D. Barry

Examples

if (interactive()) vignette(topic="genPaperFigures", package="TimerQuant")

Results