wrapper.mvPerLinesHistoPerCondition_HC {DAPAR} | R Documentation |
MSnSet
This method is a wrapper to plots (using highcharts) from a MSnSet
object a
bar plot which represents the distribution of the
number of missing values (NA) per lines (ie proteins) and per conditions.
wrapper.mvPerLinesHistoPerCondition_HC( obj, indLegend = "auto", showValues = FALSE, ... )
obj |
An object of class |
indLegend |
The indice of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
... |
xxx |
A bar plot
Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') wrapper.mvPerLinesHistoPerCondition_HC(Exp1_R25_pept)