boxPlotD {DAPAR}R Documentation

Builds a boxplot from a dataframe

Description

Boxplot for quantitative proteomics data

Usage

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

Arguments

obj

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

require(DAPARdata)
data(Exp1_R25_pept)
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
boxPlotD(Exp1_R25_pept, legend = conds)

[Package DAPAR version 1.16.11 Index]