CluMix
The DESCRIPTION file:
The package provides clustering and visualization of mixed-type data
CluMix
The main function mix.heatmap
of the package generates a mixed-data heatmap. For visualizing similarities between either subjects or variables, a heatmap of the corresponding distance matrix can be drawn (distmap
). Associations between variables can be explored by the confounderPlot
, which allows visual detection of possible confounding, collinear, or surrogate factors for some variables of primary interest.
Distance matrices and dendrograms for subjects and variables can be derived by functions dist.subjects
, dist.variables
, dendro.subjects
, and dendro.variables
. Clustering subjects is based on Gower's general similarity coefficient. Variables can be clustered by i) combination of association measures, ii) distance correlation, iii) the ClustOfVar approach.
Hummel M, Edelmann D, Kopp-Schneider A (2017). Clustering of samples and variables with mixed-type data. PLOS ONE, 12(11):e0188274.
Gower J (1971). A general coefficient of similarity and some of its properties. Biometrics, 27:857-871.
Chavent M, Kuentz-Simonet V, Liquet B, Saracco J (2012). ClustOfVar: An R Package for the Clustering of Variables. Journal of Statistical Software, 50:1-16.
Szekely GJ, Rizzo ML, Bakirov NK (2007). Measuring and testing dependence by correlation of distances. The Annals of Statistics, 35.6:2769-2794.
Lyons R (2013). Distance covariance in metric spaces. The Annals of Probability, 41.5:3284-3305.
# NOT RUN {
data(mixdata)
mix.heatmap(mixdata, rowmar=7)
# }
Run the code above in your browser using DataLab