plotDensity: plot the density distribution

Description Usage Arguments See Also Examples

View source: R/methylation_preprocessing.R

Description

plot the density distribution of a dataMatrix or ExpressionSet object

Usage

1
 plotDensity(dataMatrix, logMode=TRUE, addLegend=TRUE, legendPos="topright", subset = NULL, ...)

Arguments

dataMatrix

a data matrix or ExpressionSet object

logMode

determine whether the CDF plot is based on a log2 scale

addLegend

whether add legend to the plot or not

legendPos

the position of the legend. If its length is two, then it specifies the x and y location of legend.

subset

plot subset of randomly selected rows. All data will be plotted if it is NULL.

...

additional parameters for matplot function

See Also

LumiBatch-class, density

Examples

1
2
3
4
## load example data
data(example.lumi)

plotDensity(example.lumi)

lumi documentation built on Nov. 8, 2020, 5:27 p.m.

Related to plotDensity in lumi...