metacellHisto_HC: Histogram of missing values

View source: R/metacell_Plots.R

metacellHisto_HCR Documentation

Histogram of missing values

Description

#' This method plots a histogram of missing values. Same as the function mvHisto but uses the package highcharter

Usage

metacellHisto_HC(
  obj,
  pattern = NULL,
  indLegend = "auto",
  showValues = FALSE,
  pal = NULL
)

Arguments

obj

xxx

pattern

xxx

indLegend

The indices of the column name's in Biobase::pData() tab

showValues

A logical that indicates wether numeric values should be drawn above the bars.

pal

xxx

Value

A histogram

Author(s)

Florence Combes, Samuel Wieczorek

Examples

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)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.