| 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 Sun May 3 17:14:09 2009 | http://epydoc.sourceforge.net |