View source: R/metacell_Plots.R
metacellHisto_HC | R Documentation |
#' This method plots a histogram of missing values. Same as the function
mvHisto
but uses the package highcharter
metacellHisto_HC(
obj,
pattern = NULL,
indLegend = "auto",
showValues = FALSE,
pal = NULL
)
obj |
xxx |
pattern |
xxx |
indLegend |
The indices of the column name's in |
showValues |
A logical that indicates wether numeric values should be drawn above the bars. |
pal |
xxx |
A histogram
Florence Combes, Samuel Wieczorek
data(Exp1_R25_pept, package="DAPARdata")
obj <- Exp1_R25_pept
pattern <- "Missing POV"
pal <- ExtendPalette(2, "Dark2")
metacellHisto_HC(obj, pattern, showValues = TRUE, pal = pal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.