arrplotd {LMGene}R Documentation

Function for plotting a smoothed histogram

Description

This function calls arrplot1 first to calculate the relative mean square values of the considered factors, then calls dplot to plot the obtained relative mean square values in a smoothed histogram

Usage

arrplotd(eS, cs = "")

Arguments

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

Details

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, dplot

Examples

#library
library(Biobase)
library(LMGene)

#data
data(Smpd0)

#
arrplotd(Smpd0)


[Package LMGene version 1.0.0 Index]