A digitized input sequence.
The GC content of the sequence, as a fraction.
float
A list of masked regions within the sequence.
Masks
Return len(self).
Create a new Sequence object from an ASCII-encoded sequence.
Sequence
sequence (bytes) – The ASCII-encoded sequence to use. Any object implementing the buffer protocol is supported.
bytes
mask (bool) – Enable region-masking for spans of unknown characters, preventing genes from being built across them.
bool
Create a new Sequence object from a Unicode sequence.
sequence (str) – The Unicode sequence to use.
str