Classes
Methods
overlap(query, optionsopt) → {Array}
- Source:
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
query |
GRanges | The query object, containing ranges to be overlapped with those in the reference GRanges (that was used to construct this GRangesOverlapIndex object). |
||||||||||||
options |
Object |
<optional> |
{}
|
Optional parameters. Properties
|
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 GRanges object.
- Type
- Array