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

Module HSExposure

source code

Half sphere exposure and coordination number calculation.

Classes [hide private]
  _AbstractHSExposure
Abstract class to calculate Half-Sphere Exposure (HSE).
  HSExposureCA
Class to calculate HSE based on the approximate CA-CB vectors, using three consecutive CA positions.
  HSExposureCB
Class to calculate HSE based on the real CA-CB vectors.
  ExposureCN
Variables [hide private]
  __doc__ = "Half sphere exposure and coordination number calcul...
  standard_aa_names = ['ALA', 'CYS', 'ASP', 'GLU', 'PHE', 'GLY',...
  to_one_letter_code = {'2AS': 'D', '3AH': 'H', '5HP': 'E', 'ACL...
Variables Details [hide private]

__doc__

Value:
"Half sphere exposure and coordination number calculation."

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',
...