densityPlotD {DAPAR} | R Documentation |
Densityplot of quantitative proteomics data over samples.
densityPlotD(obj, conds, legend = NULL, palette = NULL)
obj |
xxx |
conds |
xxx |
legend |
A vector of the conditions (one condition per sample). |
palette |
xxx |
A density plot
Florence Combes, Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"] densityPlotD(Exp1_R25_pept, conds)