CVDistD {DAPAR}R Documentation

Distribution of CV of entities

Description

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

Usage

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

Author(s)

Florence Combes, Samuel Wieczorek

See Also

densityPlotD.

Examples

require(DAPARdata)
data(Exp1_R25_pept)
labels <- Biobase::pData(Exp1_R25_pept)[,"Label"]
CVDistD(Biobase::exprs(Exp1_R25_pept), labels)

[Package DAPAR version 1.12.11 Index]