[][src]Module bio::data_structures::annot_map

Efficient container for locations annotated across a set of named reference sequences.

Structs

AnnotMap

Efficient container for querying annotations, using HashMap and IntervalTree.

AnnotMapIterator

An iterator over annotation entries (of type Entry) in a AnnotMap.

Entry

A view of one annotation in a AnnotMap container.