Description Usage Arguments Value Examples
View source: R/scclusterboot.R
Calculate pair-wise Jaccard distance for two named factor vector. e.g. seurat_obj1@ident and seurat_obj2@ident
1 | PairWiseJaccardSets(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 matrix of pair-wise Jaccard distance. Rows are clusters from ident1, columns are clusters from ident2
1 2 3 4 | ## Not run:
PairWiseJaccardSets(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.