Classes
Methods
overlap(query, optionsopt) → {Array}
- Source:
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
query |
GroupedGRanges | GRanges | The query object, containing ranges to be overlapped with those in the reference GroupedGRanges (that was used to construct this GroupedGRangesOverlapIndex object). |
||||||||||||
options |
Object |
<optional> |
{}
|
Optional parameters. Properties
|
Returns:
An array of length equal to the number of ranges or groups in query
,
where each element is an array containing the indices of the overlapping ranges in the reference GRanges object.
- Type
- Array