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 a FASTA alignment of their sequences.
Variables [hide private]
  standard_aa_names = ['ALA', 'CYS', 'ASP', 'GLU', 'PHE', 'GLY',...
  to_one_letter_code = {'2AS': 'D', '3AH': 'H', '5HP': 'E', 'ACL...
Variables Details [hide private]

standard_aa_names

Value:
['ALA',
 'CYS',
 'ASP',
 'GLU',
 'PHE',
 'GLY',
 'HIS',
 'ILE',
...

to_one_letter_code

Value:
{'2AS': 'D',
 '3AH': 'H',
 '5HP': 'E',
 'ACL': 'R',
 'AGM': 'R',
 'AIB': 'A',
 'ALA': 'A',
 'ALM': 'A',
...