arrplote {LMGene} | R Documentation |
This function calls arrplot1
first to calculate the relative mean square values of the considered factors,
then calls dplote
to plot the obtained relative mean square values in a cumulative frequency distribution
arrplote(eS, cs = "")
eS |
Array Data. Must be a exprSet type |
cs |
Addable caption in main title of the graph |
The input argument, eS, must be exprSet type from Biobase package.
If you have a matrix data and information about the considered factors,
then you can use neweS
to conver the data into exprSet.
Please see neweS
in more detail.
David Rocke and Geun-Cheol Lee
http://www.idav.ucdavis.edu/~dmrocke/
#library library(Biobase) library(LMGene) #data data(Smpd0) # arrplote(Smpd0)