intersect_matrix {ENCODExplorer}R Documentation

Returns the intersection matrix from a GenomicOverlaps object.

Description

Returns the intersection matrix from a GenomicOverlaps object.

Usage

intersect_matrix(x)

Arguments

x

The GenomicOverlaps object.

Value

A matrix with has as many columns as the number of items in the initial GRangesList, and as many rows as the number of combined regions. Its values indicate how many regions from the initial GRangesList element map to each individual combined range.


[Package ENCODExplorer version 2.12.1 Index]