Imported modules
|
|
from Bio import Alphabet
from Bio.Alphabet import IUPAC
from Bio.Data import IUPACData
import string
|
Functions
|
|
list_ambiguous_codons
list_possible_proteins
make_back_table
register_ncbi_table
|
|
list_ambiguous_codons
|
list_ambiguous_codons ( codons )
|
|
list_possible_proteins
|
list_possible_proteins (
codon,
forward_table,
ambiguous_nucleotide_values,
)
Exceptions
|
|
KeyError, codon
TranslationError, ( "ambiguous codon codes for both proteins and stop codons", codon )
|
|
|
make_back_table
|
make_back_table ( table, default_stop_codon )
|
|
register_ncbi_table
|
register_ncbi_table (
name,
alt_name,
id,
table,
start_codons,
stop_codons,
)
|
Classes
|
|
|
|