scikit-bio docs
0.2.1
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.sequence.DNASequence.iupac_characters
skbio.sequence.DNASequence.iupac_characters
¶
classmethod
DNASequence.
iupac_characters
(
)
[source]
¶
Return the non-degenerate and degenerate characters.
Returns:
set
Non-degenerate and degenerate characters.