evaluate_clustering | R Documentation |
Evaluate the clustering if you have the original labels
evaluate_clustering(cluster_labels, original_labels)
cluster_labels |
Cluster labels generated by cluster_cells functions or user-defined |
original_labels |
Original labels of the ScRNA-seq data |
ARI of clustering 'a value between 0 and 1' 1 indicates best clustering
Mohamed Soudy Mohmedsoudy2009@gmail.com
evaluate_clustering(c(1,1,1,1,2,2,3,3), c(1,1,1,1,3,3,3,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.