Description Usage Arguments Value Author(s) See Also Examples
View source: R/plots_density_CV.R
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
1 | CVDistD_HC(qData, conds = NULL, palette = NULL)
|
qData |
A dataframe that contains quantitative data. |
conds |
A vector of the conditions (one condition per sample). |
palette |
xxx |
A density plot
Samuel Wieczorek
1 2 3 | utils::data(Exp1_R25_pept, package='DAPARdata')
conds <- Biobase::pData(Exp1_R25_pept)[,"Condition"]
CVDistD_HC(Biobase::exprs(Exp1_R25_pept), conds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.