Table of contents
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()
Collections of various bits of useful biological data.