metacellPerLinesHisto_HC {DAPAR} | R Documentation |
This method plots a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins).
metacellPerLinesHisto_HC( obj, pattern, detailed = FALSE, indLegend = "auto", showValues = FALSE )
obj |
xxx. |
pattern |
xxx |
detailed |
'value' or 'percent' |
indLegend |
The indice of the column name's in |
showValues |
A logical that indicates whether numeric values should be drawn above the bars. |
A bar plot
Florence Combes, Samuel Wieczorek
utils::data(Exp1_R25_pept, package='DAPARdata') obj <- Exp1_R25_pept[1:10,] metacellPerLinesHisto_HC(obj, pattern = 'missing')