DEprot.correlation class
heatmapggplot object corresponding to the correlation heatmap. Class: "ANY".
corr.metadatametadata of the samples used in the correlation (subset of the original DEprot@metadata. Class: "ANY".
sample.subsetvector containing the list of samples analyzed. Class: "ANY".
data.usedvector indicating the type of counts used (imputed, normalized, raw). Class: "ANY".
corr.matrixthe correlation matrix on which the heatmap is base on. Class: "ANY".
distanceobject of class dist corresponding to the output of as.dist(1 - correlation.matrix). Class: "ANY".
clusterhclust object generated by hclust(d = as.dist(1 - correlation.matrix), method = clustering.method). Class: "ANY".