Description Usage Arguments Value Author(s) Examples
Unsupervised clustering on (GPL) intensities based on Ward and K-Means algorithms. Calculation of MIC statistical criteria of clustering quality: Dunn, Davies-Bouldin, Rand and adjusted-Rand indexes.
1 |
Intensities |
A numeric matrix of intensities (can be a pTreatGPL object). |
nClust |
The number of groups to retrieve (donors, mixtures, ...). |
Trcl |
The real groups' memberships of the samples, true class. |
Dendr |
Logical argument (TRUE/FALSE) to obtain graphical dendrogram based on the Ward algorithm. |
A list of MIC quality indexes (Dunn, Davies-Bouldin, Rand and adjusted-Rand):
DunnWDunn index for Ward clustering
DunnKMDunn index for Kmeans clustering
DBWDavies-Bouldin index for Ward clustering
DBKMDavies-Bouldin index for Kmeans clustering
RandWRand index for Ward clustering
RandKMRand index for Kmeans clustering
AdjRandWAdjusted Rand index for Ward clustering
AdjRandKMAdjusted Rand index for Kmeans clustering
Baptiste Feraud, Manon Martin
1 2 | data('HumanSerum')
ClustMIC(Intensities = HumanSerumSpectra, nClust = 4, Trcl = ClassHS, Dendr = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.