View source: R/compute_similarity.R
compute_similarity | R Documentation |
Computes the similarity between two different clusterings of the same reads–one using Reference Genome #1 and the other using Reference Genome #2–as an adjusted Rand index (ARI) similarity score.
compute_similarity(first_clustering, second_clustering)
first_clustering |
The S4 |
second_clustering |
The S4 |
The adjusted Rand index (ARI) similarity score between
first_clustering
and second_clustering
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.