compute_jaccard | R Documentation |
compute_jaccard
compute_jaccard(x, ...)
## S3 method for class 'SingleCellExperiment'
compute_jaccard(x, ...)
## S3 method for class 'DataFrame'
compute_jaccard(x, ...)
## S3 method for class 'data.frame'
compute_jaccard(x, col.x, col.y, ...)
x |
object to compute jaccard index on. |
... |
arguments passed down to methods. |
col.x |
name of column. |
col.y |
name of column. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.