evaluate_clustering {ScRNAIMM} | R Documentation |
Evaluate the clustering if you have the original labels
Description
Evaluate the clustering if you have the original labels
Usage
evaluate_clustering(cluster_labels, original_labels)
Arguments
cluster_labels |
Cluster labels generated by cluster_cells functions or user-defined |
original_labels |
Original labels of the ScRNA-seq data |
Value
ARI of clustering 'a value between 0 and 1' 1 indicates best clustering
Author(s)
Mohamed Soudy Mohmedsoudy2009@gmail.com
Examples
evaluate_clustering(c(1,1,1,1,2,2,3,3), c(1,1,1,1,3,3,3,2))
[Package ScRNAIMM version 0.1 Index]