Module iterators

Source
Expand description

Iterators over genomic ranges.

Note that parsing iterators are in parsers. These work over

Structsยง

GRangesIterator
An iterator yielding GenomicRangeIndexedRecord, which store indices to their sequence names and data container elements.
GRangesRecordIterator
An iterator over GenomicRangeRecord<U> with the data accessed from a IndexedDataContainer.