wrapper.boxPlotD_HC {DAPAR} | R Documentation |
MSnSet
This function is a wrapper for using the boxPlotD_HC function with objects of
class MSnSet
wrapper.boxPlotD_HC(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
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) types <- c("Label","Bio.Rep") wrapper.boxPlotD_HC(Exp1_R25_pept, types)