wrapper.boxPlotD {DAPAR}R Documentation

Wrapper to the boxplotD function on an object MSnSet

Description

This function is a wrapper for using the boxPlotD function with objects of class MSnSet

Usage

wrapper.boxPlotD(obj, dataForXAxis = "Label", group2Color = "Condition")

Arguments

obj

An object of class MSnSet.

dataForXAxis

A vector of strings containing the names of columns in pData() to print labels on X-axis (Default is "Label").

group2Color

A string that indicates how to color the replicates: one color per condition (value "Condition") or one color per replicate (value "Replicate"). Default value is by Condition.

Value

A boxplot

Author(s)

Florence Combes, Samuel Wieczorek

See Also

wrapper.densityPlotD

Examples

require(DAPARdata)
data(Exp1_R25_pept)
types <- c("Label","Analyt.Rep")
wrapper.boxPlotD(Exp1_R25_pept, types)

[Package DAPAR version 1.10.4 Index]