rgplot {LMGene} | R Documentation |
This function plotting density distribution of each channel of the given array data.
rgplot(eS, norm = "lnorm", red = TRUE, green = TRUE, title = "", span = 0.1)
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 |
David Rocke and Geun-Cheol Lee
http://www.idav.ucdavis.edu/~dmrocke/
#library library(Biobase) library(LMGene) #data data(Smpd0) # rgplot(Smpd0)