scikit-bio
skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.diversity
skbio.stats
skbio.embedding
skbio.table
skbio.metadata
skbio.workflow
skbio.util
skbio.sequence.distance
Protein.__len__()
Return the number of characters in this sequence.
The length of this sequence.
Examples
>>> from skbio import Sequence >>> s = Sequence('GGUC') >>> len(s) 4
previous
skbio.sequence.Protein.__le__
next
skbio.sequence.Protein.__lt__