View source: R/CellWalkerFunctions.R
sparseJaccard | R Documentation |
sparseJaccard()
computes the Jaccard similarity between the rows
of a sparse matrix.
sparseJaccard(m)
m |
sparse matrix |
Jaccard similarity matrix between rows of m
data("SampleCellWalkRData")
sparseJaccard(SampleCellWalkRData$ATACMat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.