Description Usage Arguments Value Examples
View source: R/scclusterboot.R
Match two run of cluster ids with highest Jaccard index
1  | MatchClusters(ident1, ident2)
 | 
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.  | 
A tibble with two columns, column 1 is the cluster ids from ident1, column2 is the cluster ids from ident2.
1 2 3 4  |  ## Not run: 
 MatchClusters(pbmc@ident, pbmc_small@ident)
 
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.