View source: R/combine_enrichments.R
overlap_coefficient | R Documentation |
calculates the similarity using the "overlap" coefficient, which is
overlap_coefficient(n1, n2)
n1 |
group 1 of objects |
n2 |
group 2 of objects |
length(intersect(n1, n2)) / length(union(n1, n2))
double
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.