plotViolines {cn.farms} | R Documentation |
This function creates a violine plot on intensity values
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
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")