pairwise_overlap {ENCODExplorer}R Documentation

Calculate the pairwise overlaps of all factors within a GenomicOverlaps object.

Description

Calculate the pairwise overlaps of all factors within a GenomicOverlaps object.

Usage

pairwise_overlap(x)

Arguments

x

A GenomicOverlaps object.

Value

A matrix containing the pairwise overlaps of all elements in x. The row's element is used as the denominator. Therefore, the matrix is not symmetric.


[Package ENCODExplorer version 2.14.0 Index]