compute_similarity: compute_similarity

View source: R/compute_similarity.R

compute_similarityR Documentation

compute_similarity

Description

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.

Usage

compute_similarity(first_clustering, second_clustering)

Arguments

first_clustering

The S4 clustering class storing information related to the user's Reference Genome #1 clustering.

second_clustering

The S4 clustering class storing information related to a given Reference Genome #2 clustering.

Value

The adjusted Rand index (ARI) similarity score between first_clustering and second_clustering.


eytan-weinstein/scClustMatch documentation built on May 3, 2022, 7:31 p.m.