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