proportion_overlap: Calculate proportion overlapping of intersecting intervals
Description
Proportion overlapping is calculated as the size of the intersection of intervals, divided by the size of the union.
Usage
proportion_overlap(...)
Value
data.frame containing integer columns corresponding to indices of intervals within the input matrices and a final numeric column called proportion_overlap containing the fraction of the size of the intersection within the union.