getConfusionMatrix: Confusion matrix

View source: R/markerGenesAndMapping.r

getConfusionMatrixR Documentation

Confusion matrix

Description

Returns a confusion matrix of the found (mapped) vs. real (assigned) clusters.

Usage

getConfusionMatrix(realCluster, foundCluster, proportions = TRUE)

Arguments

realCluster

character vector of assigned clusters

foundCluster

character vector of mapped clusters

proportions

FALSE if the counts are to be returned and TRUE if the proportions are to be returned


AllenInstitute/mfishtools documentation built on July 5, 2023, 4:20 p.m.