mvPerLinesHisto_HC {DAPAR}R 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

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

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

[Package DAPAR version 1.18.5 Index]