Package Bio :: Package PDB :: Module StructureAlignment'
[hide private]
[frames] | no frames]

Module StructureAlignment'

source code

Map the residues of two structures to each other based on a FASTA alignment
file.

Classes [hide private]
  StructureAlignment
This class aligns two structures based on an alignment of their sequences.
Variables [hide private]
  to_one_letter_code = {'00C': 'C', '01W': 'X', '02K': 'A', '03Y...
Variables Details [hide private]

to_one_letter_code

Value:
{'00C': 'C',
 '01W': 'X',
 '02K': 'A',
 '03Y': 'C',
 '07O': 'C',
 '08P': 'C',
 '0A0': 'D',
 '0A1': 'Y',
...