Package Bio :: Package Data :: Module CodonTable :: Class CodonTable
[show private | hide private]
[frames | no frames]

Class CodonTable

Known Subclasses:
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

Type:
dict
Value:
{}                                                                     

forward_table

Type:
dict
Value:
{}                                                                     

nucleotide_alphabet

Type:
NucleotideAlphabet
Value:
NucleotideAlphabet()                                                   

protein_alphabet

Type:
ProteinAlphabet
Value:
ProteinAlphabet()                                                      

start_codons

Type:
list
Value:
[]                                                                     

stop_codons

Type:
list
Value:
[]                                                                     

Generated by Epydoc 2.1 on Mon Aug 27 16:43:45 2007 http://epydoc.sf.net