skbio.io
skbio.sequence
skbio.alignment
skbio.tree
skbio.workflow
skbio.diversity
skbio.stats
skbio.util
DNA.
__str__
Return sequence characters as a string.
State: Stable as of 0.4.0.
str
Sequence characters as a string. No metadata or positional metadata will be included.
See also
sequence
Examples
>>> from skbio import Sequence >>> s = Sequence('GGUCGUAAAGGA', metadata={'id':'hello'}) >>> str(s) 'GGUCGUAAAGGA'