violinPlotD {DAPAR} | R Documentation |
ViolinPlot for quantitative proteomics data
violinPlotD(obj, legend = NULL, palette = NULL)
obj |
xxx |
legend |
A vector of the conditions (one condition per sample). |
palette |
xxx |
A violinplot
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) library(vioplot) legend <- Biobase::pData(Exp1_R25_pept)[,"Condition"] violinPlotD(Exp1_R25_pept, legend=legend)