run_ari: Run ARI

View source: R/validate.R

run_ariR Documentation

Run ARI

Description

Computes the Adjusted Rand Index of the cluster memberships. Uses the aricode implementation of ARI

Usage

run_ari(dataList, groundTruths, reductionType = "pca", method = "kmeans")

Arguments

dataList

A list of data sets with cluster membership information

groundTruths

The true cell cluster memberships

reductionType

The dimensionality reduction type of the data to find the calculated scores, defaults to PCA

method

The clustering method used, defaults to Kmeans

Value

A table of the ARI Scores, with the data set name and the score


NWhitener/benchmarking documentation built on Oct. 23, 2023, 12:20 a.m.