Skip to main content
Ctrl+K
scikit-bio 0.6.2 documentation
  • Install
  • Learn
  • Documentation
  • Contribute
  • Community
  • Releases
  • About
    • Input and Output (skbio.io)
    • Biological Sequences (skbio.sequence)
    • Sequence Alignments (skbio.alignment)
    • Trees and Phylogenetics (skbio.tree)
    • Community Diversity (skbio.diversity)
    • Multivariate Statistics (skbio.stats)
    • Biological Embeddings (skbio.embedding)
    • Data Table (skbio.table)
    • Metadata (skbio.metadata)
    • Workflow construction (skbio.workflow)
    • Utilities for Developers (skbio.util)
  • GitHub
  • Twitter
  • Install
  • Learn
  • Documentation
  • Contribute
  • Community
  • Releases
  • About
  • Input and Output (skbio.io)
  • Biological Sequences (skbio.sequence)
  • Sequence Alignments (skbio.alignment)
  • Trees and Phylogenetics (skbio.tree)
  • Community Diversity (skbio.diversity)
  • Multivariate Statistics (skbio.stats)
  • Biological Embeddings (skbio.embedding)
  • Data Table (skbio.table)
  • Metadata (skbio.metadata)
  • Workflow construction (skbio.workflow)
  • Utilities for Developers (skbio.util)
  • GitHub
  • Twitter

Section Navigation

  • skbio.sequence.Sequence
  • skbio.sequence.GrammaredSequence
  • skbio.sequence.DNA
  • skbio.sequence.RNA
  • skbio.sequence.Protein
  • skbio.sequence.GeneticCode
    • skbio.sequence.GeneticCode.__eq__
    • skbio.sequence.GeneticCode.__ge__
    • skbio.sequence.GeneticCode.__getstate__
    • skbio.sequence.GeneticCode.__gt__
    • skbio.sequence.GeneticCode.__le__
    • skbio.sequence.GeneticCode.__lt__
    • skbio.sequence.GeneticCode.__ne__
    • skbio.sequence.GeneticCode.__str__
    • skbio.sequence.GeneticCode.from_ncbi
    • skbio.sequence.GeneticCode.translate
    • skbio.sequence.GeneticCode.translate_six_frames
  • skbio.sequence.SubstitutionMatrix
  • Sequence distance metrics (skbio.sequence.distance)
  • Biological Sequences (skbio.sequence)
  • skbio.sequence.GeneticCode
  • skbio.sequen...

skbio.sequence.GeneticCode.__str__#

GeneticCode.__str__()[source]#

Return string representation of the genetic code.

Returns:
str

Genetic code in NCBI genetic code format.

Notes

Representation uses NCBI genetic code format defined in [1].

References

[1]

http://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi

previous

skbio.sequence.GeneticCode.__ne__

next

skbio.sequence.GeneticCode.from_ncbi

On this page
  • GeneticCode.__str__()

© Copyright 2014-2024, scikit-bio development team.

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.15.4.