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
utils::data(Exp1_R25_pept, package='DAPARdata') library(vioplot) legend <- Biobase::pData(Exp1_R25_pept)[,"Condition"] violinPlotD(Exp1_R25_pept, legend=legend)