Learn R Programming

DAPAR (version 1.4.7)

varianceDistD: Distribution of variance of proteins

Description

Builds a densityplot of the variance of entities in the exprs() table of a object. The variance is calculated for each condition (Label) present in the dataset (see the slot 'Label' in the pData() table)

Usage

varianceDistD(qData, labels = NULL)

Arguments

qData
A dataframe that contains quantitative data.
labels
A vector of the conditions (labels) (one label per sample).

Value

A density plot

See Also

densityPlotD.

Examples

Run this code
data(UPSpep25)
labels <- Biobase::pData(UPSpep25)[,"Label"]
varianceDistD(UPSpep25)

Run the code above in your browser using DataLab