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