plotViolines: Create a violine plot

Description Usage Arguments Value Author(s) Examples

View source: R/plotViolines.R

Description

This function creates a violine plot on intensity values

Usage

1
plotViolines(object, variable = "intensity", groups, ...)

Arguments

object

An instance of ExpressionSet

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.

Value

Creates a violine plot.

Author(s)

Djork-Arne Clevert okko@clevert.de and Andreas Mitterecker mitterecker@bioinf.jku.at

Examples

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")

cn.farms documentation built on Nov. 8, 2020, 7:59 p.m.