Description Usage Arguments Value Examples
View source: R/scrna_evaluationFunctions.R
Function to match cluster labels with 'true' clusters using the Hungarian algorithm, and return precision, recall, and F1 score. Written by Lukas Weber in August 2016 as part of his cytometry clustering comparison, with just slight modifications on initial handling of input arguments.
1 | match_evaluate_multiple(clus_algorithm, clus_truth = NULL)
|
clus_algorithm |
cluster labels from algorithm |
clus_truth |
true cluster labels. If NULL, will attempt to read them from the names of 'clus_algorithm' (expecting the format 'clusterName.cellName') |
A list.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.