powered by
Evaluate the clustering if you have the original labels
evaluate_clustering(cluster_labels, original_labels)
ARI of clustering 'a value between 0 and 1' 1 indicates best clustering
Cluster labels generated by cluster_cells functions or user-defined
Original labels of the ScRNA-seq data
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))
Run the code above in your browser using DataLab