mvPerLinesHisto_HC: Bar plot of missing values per lines using highcharter

Description Usage Arguments Value Author(s) Examples

View source: R/missingValuesPlots.R

Description

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

Usage

1
mvPerLinesHisto_HC(qData, samplesData, indLegend = "auto", showValues = FALSE)

Arguments

qData

A dataframe that contains the data to plot.

samplesData

A dataframe which contains informations about the replicates.

indLegend

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

showValues

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

Value

A bar plot

Author(s)

Florence Combes, Samuel Wieczorek

Examples

1
2
3
4
utils::data(Exp1_R25_pept, package='DAPARdata')
qData <- Biobase::exprs(Exp1_R25_pept)
samplesData <- Biobase::pData(Exp1_R25_pept)
mvPerLinesHisto_HC(qData, samplesData)

DAPAR documentation built on April 11, 2021, 6 p.m.