boxPlotD {DAPAR} | R Documentation |
Boxplot for quantitative proteomics data
boxPlotD(obj, conds, legend = NULL, palette = NULL)
obj |
xxx |
conds |
xxx |
legend |
A vector of the conditions (one string per sample). |
palette |
xxx |
A boxplot
Florence Combes, Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"] boxPlotD(Exp1_R25_pept, conds)