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 = NULL,
  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
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept
obj <- obj[1:10]
metacellPerLinesHisto_HC(obj, pattern = "Missing POV")
metacellPerLinesHisto_HC(obj)
metacellPerLinesHisto_HC(obj, pattern = "Quantified")
metacellPerLinesHisto_HC(obj, pattern = "Quant. by direct id")
metacellPerLinesHisto_HC(obj, pattern = "Quant. by recovery")
metacellPerLinesHisto_HC(obj, pattern = c("Quantified", "Quant. by direct id", "Quant. by recovery"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.