| run_ari | R Documentation |
Computes the Adjusted Rand Index of the cluster memberships. Uses the aricode implementation of ARI
run_ari(dataList, groundTruths, reductionType = "pca", method = "kmeans")
dataList |
A list of data sets with cluster membership information |
groundTruths |
The true cell cluster memberships |
reductionType |
The dimensionality reduction type of the data to find the calculated scores, defaults to PCA |
method |
The clustering method used, defaults to Kmeans |
A table of the ARI Scores, with the data set name and the score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.