Description Usage Arguments Value Author(s) Examples
This function creates a violine plot on intensity values
1 | plotViolines(object, variable = "intensity", groups, ...)
|
object |
An instance of
|
variable |
states which variable of assayData should be plotted. |
groups |
Vector with the dimension of the samples for coloring. |
... |
Further arguments passed to the lattice graph. |
Creates a violine plot.
Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at
1 2 3 4 | load(system.file("exampleData/normData.RData", package = "cn.farms"))
normData <- normData[, 1:10]
groups <- seq(sampleNames(normData))
plotViolines(normData, variable = "intensity", groups, xlab = "Intensity values")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.