overlap_coefficient: Calculate overlap coefficient

View source: R/GeneTonic-extras.R

overlap_coefficientR Documentation

Calculate overlap coefficient

Description

Calculate similarity coefficient between two sets, based on the overlap

Usage

overlap_coefficient(x, y)

Arguments

x

Character vector, corresponding to set 1

y

Character vector, set 2

Value

A numeric value between 0 and 1

See Also

https://en.wikipedia.org/wiki/Overlap_coefficient

Examples

a <- seq(1, 21, 2)
b <- seq(1, 11, 2)
overlap_coefficient(a, b)

federicomarini/GeneTonic documentation built on March 27, 2024, 4:19 p.m.