Description Usage Arguments See Also Examples
Plot boxplots of the miRNA or mRNA expression, for each sample. It is possible to colour the samples according to a phenotypical description.
1 | boxplotSamples(obj, subset, col.color = 1, las = 1, colors = c("turquoise", "violet"))
|
obj |
a corObject |
subset |
"miRNA" or "mRNA" |
col.color |
number or name of the column in the pheno.miRNA or pheno.mRNA slot which define the grouping variables |
las |
las parameter |
colors |
character vector indicating the colors that will be used for each variable from col.color |
plotCordist
, boxplotCorrelation
1 2 3 | data(data.obj)
boxplotSamples(data.obj, "miRNA", col.color=1)
boxplotSamples(data.obj, "mRNA", col.color=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.