Calculate how much two coverages (as defined by values greater than a given threshold in two numeric matrices) overlap.
selection_coverage(x, y, thresholds)
x | Numeric matrix. |
---|---|
y | Numeric matrix. |
thresholds | Numeric vector of thresholds used. |
A list with 2 items:
Correlations between 2 matrices with values above a given threshold.
Overall correlation between the 2 matrices.