Package Bio :: Package Alphabet :: Module Reduced
[show private | hide private]
[frames | no frames]

Module Bio.Alphabet.Reduced

Classes
HPModel  
Murphy10  
Murphy15  
Murphy4  
Murphy8  
PC5  

Variable Summary
HPModel hp_model = HPModel()
dict hp_model_tab = {'A': 'P', 'C': 'H', 'E': 'P', 'D': 'P', ...
Murphy10 murphy_10 = Murphy10()
dict murphy_10_tab = {'A': 'A', 'C': 'C', 'E': 'E', 'D': 'E',...
Murphy15 murphy_15 = Murphy15()
dict murphy_15_tab = {'A': 'A', 'C': 'C', 'E': 'E', 'D': 'D',...
Murphy4 murphy_4 = Murphy4()
dict murphy_4_tab = {'A': 'A', 'C': 'L', 'E': 'E', 'D': 'E', ...
Murphy8 murphy_8 = Murphy8()
dict murphy_8_tab = {'A': 'A', 'C': 'L', 'E': 'E', 'D': 'E', ...
dict pc_5_table = {'A': 'T', 'C': 'T', 'E': 'C', 'D': 'C', 'G...

Variable Details

hp_model

Type:
HPModel
Value:
HPModel()                                                              

hp_model_tab

Type:
dict
Value:
{'A': 'P',
 'C': 'H',
 'D': 'P',
 'E': 'P',
 'F': 'H',
 'G': 'P',
 'H': 'P',
 'I': 'H',
...                                                                    

murphy_10

Type:
Murphy10
Value:
Murphy10()                                                             

murphy_10_tab

Type:
dict
Value:
{'A': 'A',
 'C': 'C',
 'D': 'E',
 'E': 'E',
 'F': 'F',
 'G': 'G',
 'H': 'H',
 'I': 'L',
...                                                                    

murphy_15

Type:
Murphy15
Value:
Murphy15()                                                             

murphy_15_tab

Type:
dict
Value:
{'A': 'A',
 'C': 'C',
 'D': 'D',
 'E': 'E',
 'F': 'F',
 'G': 'G',
 'H': 'H',
 'I': 'L',
...                                                                    

murphy_4

Type:
Murphy4
Value:
Murphy4()                                                              

murphy_4_tab

Type:
dict
Value:
{'A': 'A',
 'C': 'L',
 'D': 'E',
 'E': 'E',
 'F': 'F',
 'G': 'A',
 'H': 'E',
 'I': 'L',
...                                                                    

murphy_8

Type:
Murphy8
Value:
Murphy8()                                                              

murphy_8_tab

Type:
dict
Value:
{'A': 'A',
 'C': 'L',
 'D': 'E',
 'E': 'E',
 'F': 'F',
 'G': 'A',
 'H': 'H',
 'I': 'L',
...                                                                    

pc_5_table

Type:
dict
Value:
{'A': 'T',
 'C': 'T',
 'D': 'C',
 'E': 'C',
 'F': 'R',
 'G': 'T',
 'H': 'R',
 'I': 'A',
...                                                                    

Generated by Epydoc 2.1 on Thu Mar 31 20:15:49 2005 http://epydoc.sf.net