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