View source: R/term_similarities.R
overlap_coefficient | R Documentation |
Compute overlap coefficient between two sets.
overlap_coefficient(x, y)
x |
First set. |
y |
Second set. |
Overlap coefficient between set x and y.
Other pathway similarity methods:
jaccard()
overlap_coefficient(c(1, 2, 3), c(2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.