biopython v1.71.0 Bio.Data.CodonTable.CodonTable
A codon-table, or genetic code.
Link to this section Summary
Link to this section Functions
Link to this function
__init__()
Initialize the class.
Link to this function
__str__()
Returns a simple text representation of the codon table.
e.g.
>>> import Bio.Data.CodonTable
>>> print(Bio.Data.CodonTable.standard_dna_table)
>>> print(Bio.Data.CodonTable.generic_by_id[1])