Creates data.table with pairwise correlation scores between each cluster.
data.table
Creates data.table with pairwise correlation scores between each cluster and the group size (# of cells) for each cluster. This information can be used together with mergeClusters to combine very similar or small clusters into bigger clusters.
data("mini_giotto_single_cell")
#> Warning: data set ‘mini_giotto_single_cell’ not found
cluster_similarities = getClusterSimilarity(mini_giotto_single_cell,
cluster_column = 'leiden_clus')
#> Warning: restarting interrupted promise evaluation
#> Warning: restarting interrupted promise evaluation
#> Error: object 'mini_giotto_single_cell' not found