fgbg.visu: Visualisation of foreground and background fluorescence spot...

Description Usage Arguments Details Author(s) See Also Examples

Description

This function generates 2D-plots of the foreground, background and background corrected fluorescence intensities of channel 1 and of channel 2, respectively.

Usage

1
fgbg.visu(obj,label)

Arguments

obj

object of class “marrayRaw”

label

character string for labelling. It will be added to the title of the first sub-plot.

Details

The function fgbg.visu produces 2D-representations of the foreground and background intensities for both fluorescence channels (as stored in obj). Additionally, a plot of the difference between fore- and background intensities is generated (background-corrected intensities). All intensities are log2-transformed. The colour range for plotting is defined by 0 and the maximum of the logged intensity for each sub-graph separately.

Author(s)

Matthias E. Futschik (http://itb.biologie.hu-berlin.de/~futschik)

See Also

marrayRaw

Examples

1
2
3
4
# LOADING RAW DATA 
data(sw)
# PLOTTING
fgbg.visu(sw[,1])

OLIN documentation built on Nov. 8, 2020, 7:44 p.m.