rgplot {LMGene}R Documentation

Plotting density function

Description

This function plotting density distribution of each channel of the given array data.

Usage

rgplot(eS, norm = "lnorm", red = TRUE, green = TRUE, title = "", span = 0.1)

Arguments

eS Array data, must be 'exprSet' class
norm Data normalization method
red TRUE, if Cy5 channels are to be plotted
green TRUE, if Cy3 channels are to be plotted
title Title of the graph
span A parameter for lowess normalization method

Author(s)

David Rocke and Geun-Cheol Lee

References

http://www.idav.ucdavis.edu/~dmrocke/

See Also

arrplot1, arrplote

Examples

#library
library(Biobase)
library(LMGene)

#data
data(Smpd0)

#
rgplot(Smpd0)


[Package LMGene version 1.0.0 Index]