skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.workflow
skbio.diversity
skbio.stats
skbio.util
DNA.
__len__
Return the number of characters in this sequence.
State: Stable as of 0.4.0.
int
The length of this sequence.
Examples
>>> from skbio import Sequence >>> s = Sequence('GGUC') >>> len(s) 4