selection_coverage: Intersection of two coverages.
Description
Calculate how much two coverages (as defined by values greater than a given
threshold in two numeric matrices) overlap.
Usage
selection_coverage(x, y, thresholds)
Arguments
thresholds
Numeric vector of thresholds used.
Value
A list with 2 items:
thresholdsCorrelations between 2 matrices with values above a given threshold.
totalOverall correlation between the 2 matrices.