wrapper.boxPlotD {DAPAR} | R Documentation |
MSnSet
This function is a wrapper for using the boxPlotD function with objects of
class MSnSet
wrapper.boxPlotD(obj, dataForXAxis = "Label", group2Color = "Condition")
obj |
An object of class |
dataForXAxis |
A vector of strings containing the names of columns
in |
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. |
A boxplot
Florence Combes, Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) types <- c("Label","Bio.Rep") wrapper.boxPlotD(Exp1_R25_pept, types)