metacellPerLinesHisto_HC: Bar plot of missing values per lines using highcharter

View source: R/metacell_Plots.R

metacellPerLinesHisto_HCR Documentation

Bar plot of missing values per lines using highcharter

Description

This method plots a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins).

Usage

metacellPerLinesHisto_HC(
  obj,
  pattern,
  detailed = FALSE,
  indLegend = "auto",
  showValues = FALSE
)

Arguments

obj

xxx.

pattern

xxx

detailed

'value' or 'percent'

indLegend

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

showValues

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

Value

A bar plot

Author(s)

Florence Combes, Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- Exp1_R25_pept[1:10,]
metacellPerLinesHisto_HC(obj, pattern = 'missing')


samWieczorek/DAPAR documentation built on May 6, 2022, 5:30 p.m.