wrapper.violinPlotD {DAPAR}R Documentation

Wrapper to the violinPlotD function on an object MSnSet

Description

This function is a wrapper for using the violinPlotD function with objects of class MSnSet

Usage

wrapper.violinPlotD(obj, dataForXAxis = "Label", group2Color = "Condition")

Arguments

obj

An object of class MSnSet.

dataForXAxis

A vector of strings containing the names of columns in pData() to print labels on X-axis (Default is "Label").

group2Color

A string that indicates how to color the replicates: one color per condition (value "Condition") or one color per replicate (value "Replicate"). Default value is by Condition.

Value

A violin plot

Author(s)

Samuel Wieczorek

See Also

wrapper.densityPlotD, wrapper.boxPlotD

Examples

require(DAPARdata)
data(Exp1_R25_pept)
library(vioplot)
types <- c("Label","Bio.Rep")
wrapper.violinPlotD(Exp1_R25_pept, types)

[Package DAPAR version 1.12.11 Index]