| Trees | Index | Help |
|---|
| Package Bio :: Package Data :: Module CodonTable :: Class AmbiguousCodonTable |
|
CodonTable --+
|
AmbiguousCodonTable
| Method Summary | |
|---|---|
__init__(self,
codon_table,
ambiguous_nucleotide_alphabet,
ambiguous_nucleotide_values,
ambiguous_protein_alphabet,
ambiguous_protein_values)
| |
__getattr__(self,
name)
| |
| Class Variable Summary | |
|---|---|
| Inherited from CodonTable | |
dict |
back_table = {}
|
dict |
forward_table = {}
|
NucleotideAlphabet |
nucleotide_alphabet = NucleotideAlphabet()
|
ProteinAlphabet |
protein_alphabet = ProteinAlphabet()
|
list |
start_codons = []
|
list |
stop_codons = []
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:02 2007 | http://epydoc.sf.net |