Learn R Programming

DAPAR (version 1.4.7)

mvPerLinesHisto: Bar plot of missing values per lines

Description

This method plots a bar plot which represents the distribution of the number of missing values (NA) per lines (ie proteins).

Usage

mvPerLinesHisto(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

Examples

Run this code
data(UPSpep25)
qData <- Biobase::exprs(UPSpep25)
samplesData <- Biobase::pData(UPSpep25)
mvPerLinesHisto(qData, samplesData)

Run the code above in your browser using DataLab