CVDistD {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)
CVDistD(qData, labels = NULL)
qData |
A dataframe that contains quantitative data. |
labels |
A vector of the conditions (labels) (one label per sample). |
A density plot
Florence Combes, Samuel Wieczorek
require(DAPARdata) data(Exp1_R25_pept) labels <- Biobase::pData(Exp1_R25_pept)[,"Label"] CVDistD(Biobase::exprs(Exp1_R25_pept), labels)