Expand description
Iterators over genomic ranges.
Note that parsing iterators are in parsers. These work over
Structsยง
- GRanges
Iterator - An iterator yielding
GenomicRangeIndexedRecord, which store indices to their sequence names and data container elements. - GRanges
Record Iterator - An iterator over
GenomicRangeRecord<U>with the data accessed from aIndexedDataContainer.