CVDistD_HC {DAPAR} | R Documentation |
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)
Same as the function CVDistD
but uses the package highcharter
CVDistD_HC(qData, labels = NULL)
qData |
A dataframe that contains quantitative data. |
labels |
A vector of the conditions (labels) (one label per sample). |
A density plot
Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) labels <- Biobase::pData(Exp1_R25_pept)[,"Label"] CVDistD_HC(Biobase::exprs(Exp1_R25_pept), labels)