boxPlotD_HC: Builds a boxplot from a dataframe using the package...

View source: R/plots_boxplot.R

boxPlotD_HCR Documentation

Builds a boxplot from a dataframe using the package highcharter

Description

Builds a boxplot from a dataframe using the package highcharter

Usage

boxPlotD_HC(
  obj,
  conds,
  keyId = NULL,
  legend = NULL,
  pal = NULL,
  subset.view = NULL
)

Arguments

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

Value

A boxplot

Author(s)

Samuel Wieczorek, Anais Courtier, Enora Fremy

Examples

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))

prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.