Logo

Table of contents

  • Biopython Tutorial & Cookbook
  • API documentation
    • Bio package
      • Subpackages
        • Bio.Affy package
        • Bio.Align package
        • Bio.AlignIO package
        • Bio.Application package
        • Bio.Blast package
        • Bio.CAPS package
        • Bio.Cluster package
        • Bio.Compass package
        • Bio.Data package
        • Bio.Emboss package
        • Bio.Entrez package
        • Bio.ExPASy package
        • Bio.GenBank package
        • Bio.Geo package
        • Bio.Graphics package
        • Bio.HMM package
        • Bio.KEGG package
        • Bio.Medline package
        • Bio.NMR package
        • Bio.Nexus package
        • Bio.PDB package
        • Bio.Pathway package
        • Bio.Phylo package
        • Bio.PopGen package
        • Bio.Restriction package
        • Bio.SCOP package
        • Bio.SVDSuperimposer package
        • Bio.SearchIO package
        • Bio.SeqIO package
        • Bio.SeqUtils package
        • Bio.Sequencing package
        • Bio.SwissProt package
        • Bio.TogoWS package
        • Bio.UniGene package
        • Bio.UniProt package
        • Bio.codonalign package
        • Bio.motifs package
        • Bio.phenotype package
      • Submodules
      • Module contents
    • BioSQL package
Biopython
  • API documentation
  • Bio package
  • Bio.Data package
  • Edit on GitHub
Previous Next

Bio.Data package

Submodules

  • Bio.Data.CodonTable module
    • TranslationError
    • CodonTable
      • CodonTable.__init__()
      • CodonTable.forward_table
      • CodonTable.back_table
      • CodonTable.start_codons
      • CodonTable.stop_codons
      • CodonTable.__str__()
      • CodonTable.__annotations__
    • make_back_table()
    • NCBICodonTable
      • NCBICodonTable.nucleotide_alphabet
      • NCBICodonTable.protein_alphabet
      • NCBICodonTable.__init__()
      • NCBICodonTable.__repr__()
      • NCBICodonTable.__annotations__
    • NCBICodonTableDNA
      • NCBICodonTableDNA.nucleotide_alphabet
    • NCBICodonTableRNA
      • NCBICodonTableRNA.nucleotide_alphabet
    • AmbiguousCodonTable
      • AmbiguousCodonTable.__init__()
      • AmbiguousCodonTable.__getattr__()
    • list_possible_proteins()
    • list_ambiguous_codons()
    • AmbiguousForwardTable
      • AmbiguousForwardTable.__init__()
      • AmbiguousForwardTable.__contains__()
      • AmbiguousForwardTable.get()
      • AmbiguousForwardTable.__getitem__()
    • register_ncbi_table()
  • Bio.Data.IUPACData module
  • Bio.Data.PDBData module

Module contents

Collections of various bits of useful biological data.

Previous Next

© Copyright 1999-2024, The Biopython Contributors. See the Biopython license terms.

Built with Sphinx using a theme provided by Read the Docs.
Biopython v: 1.85
Versions
Previous
Latest
Develop
Biopython Project
Homepage
On GitHub