View source: R/compute_biadjacency_matrix.R
compute_biadjacency_matrix | R Documentation |
Computes a biadjacency matrix between the clusters in the user's Reference Genome #1 clustering and those in their Reference Genome #2 clustering. Each entry i,j in that matrix is the Jaccard similarity score between cluster i in the user's Reference Genome #1 clustering and cluster j in their Reference Genome #2 clustering. Jaccard similarity is computed on the basis of cell IDs shared between clusters. Cluster labels are replaced to be Seurat-compliant.
compute_biadjacency_matrix(first_clustering, second_clustering)
first_clustering |
The S4 |
second_clustering |
The S4 |
A biadjacency matrix between the clusters in first_clustering
and those in second_clustering
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.