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

Description Usage Arguments Value Author(s) Examples

View source: R/plots_boxplot.R

Description

Boxplot for quantitative proteomics data using the library highcharter

Usage

1
2
3
4
5
6
7
8
boxPlotD_HC(
  obj,
  conds,
  keyId = NULL,
  legend = NULL,
  palette = NULL,
  subset.view = NULL
)

Arguments

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

Value

A boxplot

Author(s)

Samuel Wieczorek, Anais Courtier, Enora Fremy

Examples

1
2
3
4
5
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)

DAPAR documentation built on April 11, 2021, 6 p.m.