compareDatbaseSetOverlap | R Documentation |
calculates the pariwise overlap between given list of database sets using a distance metric.
compareDatbaseSetOverlap(databases = NA, metric = "Jaccard")
databases |
List of vectors corresponding to the database sets of interest with associated meta data as an attribute to each element. Optional. (Default: NA) |
metric |
String representing the similarity metric to use. Optional. (Default: "Jaccard"). |
An upper triangular matrix containing a metric (Jaccard) comparing the pairwise distances between database sets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.