View source: R/plots_boxplot.R
boxPlotD_HC | R Documentation |
highcharter
Builds a boxplot from a dataframe using the package 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
data(Exp1_R25_prot, package="DAPARdata")
obj <- Exp1_R25_prot
conds <- legend <- Biobase::pData(obj)$Condition
key <- "Protein_IDs"
pal <- ExtendPalette(length(unique(conds)))
boxPlotD_HC(obj, conds, key, legend, pal, seq_len(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.