| Trees | Index | Help |
|---|
| Package Bio :: Package Data :: Module CodonTable :: Class CodonTable |
|
AmbiguousCodonTable,
NCBICodonTable| Method Summary | |
|---|---|
__init__(self,
nucleotide_alphabet,
protein_alphabet,
forward_table,
back_table,
start_codons,
stop_codons)
| |
| Class Variable Summary | |
|---|---|
dict |
back_table = {}
|
dict |
forward_table = {}
|
NucleotideAlphabet |
nucleotide_alphabet = NucleotideAlphabet()
|
ProteinAlphabet |
protein_alphabet = ProteinAlphabet()
|
list |
start_codons = []
|
list |
stop_codons = []
|
| Class Variable Details |
|---|
back_table
|
forward_table
|
nucleotide_alphabet
|
protein_alphabet
|
start_codons
|
stop_codons
|
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:00 2007 | http://epydoc.sf.net |