Learn R Programming

DAPAR (version 1.4.7)

wrapper.mvPerLinesHistoPerCondition: 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

Examples

Run this code
data(UPSpep25)
wrapper.mvPerLinesHistoPerCondition(UPSpep25)

Run the code above in your browser using DataLab