wrapper.mvPerLinesHistoPerCondition_HC {DAPAR}R Documentation

Bar plot of missing values per lines and per conditions from an object MSnSet

Description

This method is a wrapper to plots (using highcharts) from a MSnSet object a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins) and per conditions.

Usage

wrapper.mvPerLinesHistoPerCondition_HC(obj, indLegend = "auto",
  showValues = FALSE, ...)

Arguments

obj

An object of class MSnSet.

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.

...

xxx

Value

A bar plot

Author(s)

Samuel Wieczorek

Examples

require(DAPARdata)
data(Exp1_R25_pept)
wrapper.mvPerLinesHistoPerCondition_HC(Exp1_R25_pept)

[Package DAPAR version 1.16.10 Index]