violinPlotD {DAPAR}R Documentation

Builds a violinplot from a dataframe

Description

ViolinPlot for quantitative proteomics data

Usage

violinPlotD(obj, legend = NULL, palette = NULL)

Arguments

obj

xxx

legend

A vector of the conditions (one condition per sample).

palette

xxx

Value

A violinplot

Author(s)

Samuel Wieczorek

See Also

densityPlotD

Examples

require(DAPARdata)
data(Exp1_R25_pept)
library(vioplot)
legend <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
violinPlotD(Exp1_R25_pept, legend=legend)

[Package DAPAR version 1.16.5 Index]