wrapper.mvPerLinesHistoPerCondition {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 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(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.

Value

A bar plot

Author(s)

Samuel Wieczorek

Examples

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

[Package DAPAR version 1.16.11 Index]