wrapper.mvPerLinesHisto {DAPAR} | R Documentation |
MSnSet
This method is a wrapper to plots from a MSnSet
object a
histogram which represents the distribution of the
number of missing values (NA) per lines (ie proteins).
wrapper.mvPerLinesHisto(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. |
A histogram
Alexia Dorffer
utils::data(Exp1_R25_pept, package='DAPARdata') wrapper.mvPerLinesHisto(Exp1_R25_pept)