boxPlotD_HC {DAPAR} | R Documentation |
highcharter
Boxplot for quantitative proteomics data using the library highcharter
boxPlotD_HC(obj, legend = NULL, palette = NULL)
obj |
xxx |
legend |
A vector of the conditions (one condition per sample). |
palette |
xxx |
A boxplot
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') legend <- Biobase::pData(Exp1_R25_pept)[,"Sample.name"] boxPlotD_HC(Exp1_R25_pept, legend)