Description Usage Arguments See Also Examples
View source: R/methylation_preprocessing.R
plot the density distribution of a dataMatrix or ExpressionSet object
1 |
dataMatrix |
a data matrix or |
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 |
1 2 3 4 | ## load example data
data(example.lumi)
plotDensity(example.lumi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.