MatchClusters: Match two run of cluster ids with highest Jaccard index

Description Usage Arguments Value Examples

View source: R/scclusterboot.R

Description

Match two run of cluster ids with highest Jaccard index

Usage

1
MatchClusters(ident1, ident2)

Arguments

ident1

a named factor vector. names are the cell names, the values are the cluster id.

ident2

a named factor vector. names are the cell names, the values are the cluster id.

Value

A tibble with two columns, column 1 is the cluster ids from ident1, column2 is the cluster ids from ident2.

Examples

1
2
3
4
 ## Not run: 
 MatchClusters(pbmc@ident, pbmc_small@ident)
 
## End(Not run)

crazyhottommy/scclusteval documentation built on Aug. 5, 2021, 3:20 p.m.