Description Usage Arguments Value Examples
Calculates Jaccard Index (length of intersection divided by length of union) for 2 given sets.
1 | jaccardIndex(x, y)
|
x |
Set 1 |
y |
Set 1 |
Jaccard Index
1 2 3 4 5 6 7 | id.x <- sample_data$GOBP$ID[1]
id.y <- sample_data$GOBP$ID[2]
x <- go2gene(id.x)
y <- go2gene(id.y)
jaccardIndex(x, y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.