| wrapper.violinPlotD {DAPAR} | R Documentation |
MSnSetThis function is a wrapper for using the violinPlotD function with objects
of class MSnSet
wrapper.violinPlotD(obj, dataForXAxis = "Label", group2Color = "Condition")
obj |
An object of class |
dataForXAxis |
A vector of strings containing the names of columns
in |
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. |
A violin plot
Samuel Wieczorek
wrapper.densityPlotD, wrapper.boxPlotD
require(DAPARdata)
data(Exp1_R25_pept)
library(vioplot)
types <- c("Label","Analyt.Rep")
wrapper.violinPlotD(Exp1_R25_pept, types)