[BioPython] Inverse codon table?

Sebastian Bassi sbassi at gmail.com
Tue Aug 14 16:45:26 UTC 2007


I am looking for a table in Biopython of amino-acids and its codons. I
found in Data.CodonTable a table but it should be used in the inverse
way I need:

>>> from Bio.Data import CodonTable
>>> t=CodonTable.standard_dna_table
>>> t.forward_table["ATG"]
'M'

I need a table that I coulld enter "M" and get the all triples that
translate into "M". Is this available in Biopyhon?


-- 
Bioinformatics news: http://www.bioinformatica.info
Lriser: http://www.linspire.com/lraiser_success.php?serial=318



More information about the Biopython mailing list