View source: R/metacell_Plots.R
metacellPerLinesHistoPerCondition_HC | R Documentation |
This method plots a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins) and per conditions.
metacellPerLinesHistoPerCondition_HC(
obj,
pattern = NULL,
indLegend = "auto",
showValues = FALSE,
pal = NULL
)
obj |
xxx |
pattern |
xxx |
indLegend |
The indice of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
pal |
xxx |
A bar plot
Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept
pal <- ExtendPalette(length(unique(Biobase::pData(obj)$Condition)), "Dark2")
metacellPerLinesHistoPerCondition_HC(obj, c("Missing POV", "Missing MEC"), pal = pal)
metacellPerLinesHistoPerCondition_HC(obj, "Quantified")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.