pairwise_overlap {ENCODExplorer} | R Documentation |
Calculate the pairwise overlaps of all factors within a GenomicOverlaps object.
pairwise_overlap(x)
x |
A GenomicOverlaps object. |
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.