Classes
Methods
overlap(query) → {Array}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
query |
IRanges | The query object, containing ranges to be overlapped with those in the reference IRanges (that was used to construct this IRangesOverlapIndex object). |
Returns:
An array of length equal to the number of ranges in query
,
where each element is an array containing the indices of the overlapping ranges in the reference IRanges object.
- Type
- Array