Module seq

Module seq 

Source
Expand description

Arbitrary length sequences of bit-packed genomic data

Seq and &SeqSlice are analogous to String and &str. A Seq owns its data and a SeqSlice is a read-only window into a Seq.

Modules§

index
iterators

Structs§

Seq
A arbitrary length sequence of bit-packed symbols
SeqArray
Static bit-packed sequence meant to be accessed as a &'static SeqSlice
SeqSlice
An unsized, read-only window into part of a sequence