boxPlotD {DAPAR}R Documentation

Builds a boxplot from a dataframe

Description

Boxplot for quantitative proteomics data

Usage

boxPlotD(obj, conds, legend = NULL, palette = NULL)

Arguments

obj

xxx

conds

xxx

legend

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

palette

xxx

Value

A boxplot

Author(s)

Florence Combes, Samuel Wieczorek

See Also

densityPlotD

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
boxPlotD(Exp1_R25_pept, conds)

[Package DAPAR version 1.18.5 Index]