CVDistD: Distribution of CV of entities

Description Usage Arguments Value Author(s) See Also Examples

View source: R/plots_density_CV.R

Description

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

Usage

1
CVDistD(qData, conds = NULL, palette = NULL)

Arguments

qData

A dataframe that contains quantitative data.

conds

A vector of the conditions (one condition per sample).

palette

xxx

Value

A density plot

Author(s)

Florence Combes, Samuel Wieczorek

See Also

densityPlotD.

Examples

1
2
3
utils::data(Exp1_R25_pept, package='DAPARdata')
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
CVDistD(Biobase::exprs(Exp1_R25_pept), conds)

DAPAR documentation built on April 11, 2021, 6 p.m.