biopython v1.71.0 Bio.Data.CodonTable.CodonTable

A codon-table, or genetic code.

Link to this section Summary

Functions

Initialize the class

Returns a simple text representation of the codon table

Link to this section Functions

Initialize the class.

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])