Description Usage Arguments Value Examples
Plot miRNA or mRNA density per sample
1 | plotDensity(obj, subset, col.color=1, colors=c("turquoise", "violet"))
|
obj |
a corObject. |
subset |
"miRNA" or "mRNA". |
col.color |
name of the column in the pheno slot used for coloring the samples. |
colors |
In case of a two-level factor grouping, colors to be used. |
A density plot showing the densites per sample of the miRNA or mRNA dataset.
1 2 3 | data(data.obj)
plotDensity(data.obj, "miRNA")
plotDensity(data.obj, "mRNA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.