Calculate how much two coverages (as defined by values greater than a given threshold in two numeric matrices) overlap.

selection_coverage(x, y, thresholds)

Arguments

x

Numeric matrix.

y

Numeric matrix.

thresholds

Numeric vector of thresholds used.

Value

A list with 2 items:

thresholds

Correlations between 2 matrices with values above a given threshold.

total

Overall correlation between the 2 matrices.