wrapper.mvPerLinesHistoPerCondition {DAPAR} | R Documentation |
MSnSet
This method is a wrapper to plots 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(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 bar plot
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) wrapper.mvPerLinesHistoPerCondition(Exp1_R25_pept)