arrplote {LMGene}R Documentation

Function for plotting a cumulative frequency distribution

Description

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

Usage

arrplote(eS, cs = "")

Arguments

eS Array Data. Must be a exprSet type
cs Addable caption in main title of the graph

Value

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.

Author(s)

David Rocke and Geun-Cheol Lee

References

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

See Also

arrplot1, dplote

Examples

#library
library(Biobase)
library(LMGene)

#data
data(Smpd0)

#
arrplote(Smpd0)

[Package LMGene version 1.0.0 Index]