Package schrodinger :: Package protein :: Module analysis_params
[hide private]
[frames] | no frames]

Module analysis_params

Variables [hide private]
  protonated_residues = {'ARG ': 'ARN ', 'ASP ': 'ASH ', 'GLU ':...
  ideal_bond_lengths = {'ALA ': {' C ': {' N ': (490.0, 1.329)...
Dictionary containing ideal bond lengths for some bonds in residues; keys are residue names and values are dictionary B; dictionary B keys are atoms types and values are dictionary C; dictionary C keys are atom types and values are tuples of (G-factor coefficient, ideal bond length.
  ideal_bond_angles = {'ALA ': {' C ': {' N ': {' CA ': (50.0,...
Dictionary containing ideal bond angles for some bond angles in residues; keys are residue names and values are dictionary B; dictionary B keys are atoms types and values are dictionary C; dictionary C keys are atom types and values are dictionary D; dictionary D keys are atom types and values are tuples of (G-factor coefficient, ideal bond angle.
  sidechain_dihedral_atomnames = {'ARG ': [[' N ', ' CA ', ' CB...
Dictionary containing atom names for amino acid sidechains, keys are residue names and values are lists of lists of atom names, one list for each sidechain.
  planar_groups = {'ARG ': [' CD ', ' NE ', ' CZ ', ' NH1', ' NH...
Dictionary containing lists of groups that should be planar; keys are residue names and values are lists of atom names.
  improper_torsions = {'ARG ': [[' HE ', ' CZ ', ' NE ', ' CD ']...
Dictionary containing lists of improper torsions; keys are residue names and values are lists of lists of atom names, one for each improper torsion in the residue.
  backbone_dihedrals = {'ALA ': {'-10.0,-20.0': 1e-05, '-10.0,11...
  sidechain_dihedrals = {'ARG ': {'-100.0,-150.0': 0.000156, '-1...
  pxp_vdwr = {1: 1.1, 6: 1.77, 7: 1.64, 8: 1.58, 9: 1.46, 15: 1....
  __package__ = None
hash(x)
Variables Details [hide private]

protonated_residues

Value:
{'ARG ': 'ARN ',
 'ASP ': 'ASH ',
 'GLU ': 'GLH ',
 'HIS ': ('HID ', 'HIE ', 'HIP '),
 'LYS ': 'LYN '}

ideal_bond_lengths

Dictionary containing ideal bond lengths for some bonds in residues; keys are residue names and values are dictionary B; dictionary B keys are atoms types and values are dictionary C; dictionary C keys are atom types and values are tuples of (G-factor coefficient, ideal bond length.

Value:
{'ALA ': {' C  ': {' N  ': (490.0, 1.329), ' O  ': (570.0, 1.231)},
          ' CA ': {' C  ': (317.0, 1.525), ' CB ': (268.0, 1.521)},
          ' N  ': {' CA ': (337.0, 1.458)}},
 'ARG ': {' C  ': {' N  ': (490.0, 1.329), ' O  ': (570.0, 1.231)},
          ' CA ': {' C  ': (317.0, 1.525), ' CB ': (268.0, 1.53)},
          ' CB ': {' CG ': (268.0, 1.52)},
          ' CD ': {' NE ': (337.0, 1.46)},
          ' CG ': {' CD ': (268.0, 1.52)},
...

ideal_bond_angles

Dictionary containing ideal bond angles for some bond angles in residues; keys are residue names and values are dictionary B; dictionary B keys are atoms types and values are dictionary C; dictionary C keys are atom types and values are dictionary D; dictionary D keys are atom types and values are tuples of (G-factor coefficient, ideal bond angle.

Value:
{'ALA ': {' C  ': {' N  ': {' CA ': (50.0, 121.7)}},
          ' CA ': {' C  ': {' N  ': (70.0, 116.2)}},
          ' CB ': {' CA ': {' C  ': (63.0, 110.5)}},
          ' N  ': {' C  ': {' O  ': (80.0, 123.0)}}},
 'ARG ': {' C  ': {' N  ': {' CA ': (50.0, 121.7)}},
          ' CA ': {' C  ': {' N  ': (70.0, 116.2)},
                   ' CB ': {' CG ': (58.35, 114.1)}},
          ' CB ': {' CA ': {' C  ': (63.0, 110.1)}, ' CG ': {' CD ': (\
...

sidechain_dihedral_atomnames

Dictionary containing atom names for amino acid sidechains, keys are residue names and values are lists of lists of atom names, one list for each sidechain.

Value:
{'ARG ': [[' N  ', ' CA ', ' CB ', ' CG '],
          [' CA ', ' CB ', ' CG ', ' CD ']],
 'ASN ': [[' N  ', ' CA ', ' CB ', ' CG '],
          [' CA ', ' CB ', ' CG ', ' OD1']],
 'ASP ': [[' N  ', ' CA ', ' CB ', ' CG '],
          [' CA ', ' CB ', ' CG ', ' OD1']],
 'CYS ': [[' N  ', ' CA ', ' CB ', ' SG ']],
 'GLN ': [[' N  ', ' CA ', ' CB ', ' CG '], [' CA ', ' CB ', ' CG ', '\
...

planar_groups

Dictionary containing lists of groups that should be planar; keys are residue names and values are lists of atom names.

Value:
{'ARG ': [' CD ', ' NE ', ' CZ ', ' NH1', ' NH2'],
 'ASN ': [' CB ', ' CG ', ' OD1', ' ND2'],
 'ASP ': [' CB ', ' CG ', ' OD1', ' OD2'],
 'GLN ': [' CG ', ' CD ', ' OE1', ' NE2'],
 'GLU ': [' CG ', ' CD ', ' OE1', ' OE2'],
 'HIS ': [' CB ', ' CG ', ' ND1', ' CD2', ' CE1', ' NE2'],
 'PHE ': [' CB ', ' CG ', ' CD1', ' CD2', ' CE1', ' CE2', ' CZ '],
 'TRP ': [' CB ', ' CG ', ' CD1', ' CD2', ' NE1', ' CE3', ' CE2', ' CZ\
...

improper_torsions

Dictionary containing lists of improper torsions; keys are residue names and values are lists of lists of atom names, one for each improper torsion in the residue.

Value:
{'ARG ': [[' HE ', ' CZ ', ' NE ', ' CD '],
          [' NE ', ' NH2', ' CZ ', ' NH1'],
          ['1HH1', '2HH1', ' NH1', ' CZ '],
          ['2HH2', ' CZ ', ' NH2', '1HH2'],
          ['HH11', 'HH12', ' NH1', ' CZ '],
          ['HH22', ' CZ ', ' NH2', 'HH21']],
 'ASN ': [[' CB ', ' ND2', ' CG ', ' OD1'],
          ['2HD2', ' CG ', ' ND2', '1HD2'],
...

backbone_dihedrals

Value:
{'ALA ': {'-10.0,-20.0': 1e-05,
          '-10.0,110.0': 1e-05,
          '-100.0,-10.0': 0.001869,
          '-100.0,-100.0': 3e-05,
          '-100.0,-110.0': 2e-05,
          '-100.0,-120.0': 3e-05,
          '-100.0,-130.0': 2e-05,
          '-100.0,-140.0': 5e-05,
...

sidechain_dihedrals

Value:
{'ARG ': {'-100.0,-150.0': 0.000156,
          '-100.0,-160.0': 0.000226,
          '-100.0,-170.0': 0.000469,
          '-100.0,-60.0': 0.000104,
          '-100.0,100.0': 0.000104,
          '-100.0,130.0': 0.000104,
          '-100.0,140.0': 0.000104,
          '-100.0,160.0': 0.000104,
...

pxp_vdwr

Value:
{1: 1.1,
 6: 1.77,
 7: 1.64,
 8: 1.58,
 9: 1.46,
 15: 1.8,
 16: 1.81,
 17: 1.76,
...