R/combine_enrichments.R
overlap_coefficient.Rd
calculates the similarity using the "overlap" coefficient, which is
overlap_coefficient(n1, n2)
group 1 of objects
group 2 of objects
double
length(intersect(n1, n2)) / length(union(n1, n2))