boxPlotD_HC {DAPAR}R Documentation

Builds a boxplot from a dataframe using the library highcharter

Description

Boxplot for quantitative proteomics data using the library highcharter

Usage

boxPlotD_HC(obj, legend = NULL, palette = NULL)

Arguments

obj

xxx

legend

A vector of the conditions (one condition per sample).

palette

xxx

Value

A boxplot

Author(s)

Samuel Wieczorek

See Also

densityPlotD_HC

Examples

require(DAPARdata)
data(Exp1_R25_pept)
legend <- Biobase::pData(Exp1_R25_pept)[,"Sample.name"]
boxPlotD_HC(Exp1_R25_pept, legend)

[Package DAPAR version 1.16.2 Index]