selection_coverage: Intersection of two coverages.

Description Usage Arguments Value Author(s)

View source: R/comparison.R

Description

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

Usage

1
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.

Author(s)

Joona Lehtomaki <joona.lehtomaki@gmail.com>


cbig/zonator documentation built on May 23, 2020, 7:02 a.m.