boxPlotD_HC {DAPAR} | R Documentation |
highcharter
Boxplot for quantitative proteomics data using the library highcharter
boxPlotD_HC( obj, conds, keyId = NULL, legend = NULL, palette = NULL, subset.view = NULL )
obj |
Numeric matrix |
conds |
xxx |
keyId |
xxxx |
legend |
A vector of the conditions (one condition per sample). |
palette |
xxx |
subset.view |
A vector of index indicating rows to highlight |
A boxplot
Samuel Wieczorek, Anais Courtier, Enora Fremy
utils::data(Exp1_R25_prot, package='DAPARdata') obj <- Exp1_R25_prot conds <- legend <- Biobase::pData(obj)$Condition key <- "Protein_IDs" boxPlotD_HC(obj, conds, key, legend, c(rep('blue',3), rep('green',3)), 1:10)