CVDistD_HC {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 present in the dataset (see the slot 'Condition' in the pData() table) Same as the function CVDistD but uses the package highcharter

Usage

CVDistD_HC(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)

Samuel Wieczorek

See Also

densityPlotD.

Examples

require(DAPARdata)
data(Exp1_R25_pept)
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
CVDistD_HC(Biobase::exprs(Exp1_R25_pept), conds)

[Package DAPAR version 1.16.11 Index]