Provides classes for representing sequences.
The implementations of sequences currently include DiscreteSequence
s prepared for alphabets of different sizes, and ArbitrarySequence
s that may
contain continuous values as well.
As sub-package provides the facilities to annotate Sequence
s.