Trees | Indices | Help |
---|
|
|
|||
TranslationError | |||
CodonTable | |||
NCBICodonTable | |||
NCBICodonTableDNA | |||
NCBICodonTableRNA | |||
AmbiguousCodonTable | |||
AmbiguousForwardTable |
|
|||
|
|||
|
|||
|
|||
|
|
Extends a codon list to include all possible ambigous codons. e.g. ['TAG', 'TAA'] -> ['TAG', 'TAA', 'TAR'] ['UAG', 'UGA'] -> ['UAG', 'UGA', 'URA'] Note that ['TAG', 'TGA'] -> ['TAG', 'TGA'], this does not add 'TRR'. Thus only two more codons are added in the following: e.g. ['TGA', 'TAA', 'TAG'] -> ['TGA', 'TAA', 'TAG', 'TRA', 'TAR'] Returns a new (longer) list of codon strings. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Dec 25 10:56:23 2008 | http://epydoc.sourceforge.net |