wrapper.densityPlotD_HC {DAPAR} | R Documentation |
MSnSet
This function is a wrapper for using the densityPlotD function with
objects of class MSnSet
. Same as the function wrapper.densityPlotD
but uses the package highcharter
wrapper.densityPlotD_HC(obj, labelsForLegend = NULL, indData2Show = NULL, group2Color = "Condition")
obj |
An object of class |
labelsForLegend |
A vector of labels to show in densityplot. |
indData2Show |
A vector of the indices of the columns to show in the plot. The indices are those of indices of the columns int the data frame qDataBefore in the density plot. |
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 density plot
Samuel Wieczorek
wrapper.boxPlotD
,
wrapper.CVDistD
require(DAPARdata) data(Exp1_R25_pept) labels <- Biobase::pData(Exp1_R25_pept)[,"Label"] wrapper.densityPlotD_HC(Exp1_R25_pept, labels)