Learn R Programming

DAPAR (version 1.4.7)

wrapper.mvPerLinesHisto: Histogram of missing values per lines from an object MSnSet

Description

This method is a wrapper to plots from a MSnSet object a histogram which represents the distribution of the number of missing values (NA) per lines (ie proteins).

Usage

wrapper.mvPerLinesHisto(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 histogram

Examples

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

Run the code above in your browser using DataLab