View source: R/plots_boxplot.R
boxPlotD_HC | R Documentation |
highcharter
Boxplot for quantitative proteomics data using the library highcharter
boxPlotD_HC( obj, conds, keyId = NULL, legend = NULL, pal = NULL, subset.view = NULL )
obj |
Numeric matrix |
conds |
xxx |
keyId |
xxxx |
legend |
A vector of the conditions (one condition per sample). |
pal |
A basis palette for the boxes which length must be equal to the number of unique conditions in the dataset. |
subset.view |
A vector of index indicating which 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, NULL, 1:10) pal <- ExtendPalette(length(unique(conds))) boxPlotD_HC(obj, conds, key, legend, pal, 1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.