scikit-bio docs
0.2.3
Site
Sequence collections and alignments (
skbio.alignment
)
Biological sequences (
skbio.sequence
)
Tree representations (
skbio.tree
)
Constructing workflows (
skbio.workflow
)
Visualizations (
skbio.draw
)
Format biological sequences (
skbio.format.sequences
)
Diversity calculations (
skbio.diversity
)
Statistics (
skbio.stats
)
Parse biological sequences (
skbio.parse.sequences
)
File I/O (
skbio.io
)
Utility functionality (
skbio.util
)
Supporting Python 2 and Python 3
Coding guidelines
Adding a new module to skbio
Page
skbio.alignment.Alignment.__str__
skbio.alignment.Alignment.__str__
¶
Alignment.
__str__
(
)
[source]
¶
The str method.
Returns:
str
Fasta-formatted string of all sequences in the object.