View source: R/metacell_Plots.R
metacellPerLinesHisto_HC | 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')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.