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

Module analysis

A class for diagnosing and reporting common structural problems of protein complexes.

Usage:

instance = Report(ct) instance.write_to_stdout()

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  Report
A class to calculate properties of proteins.
Variables [hide private]
  __doc__ = ...
  VDWR_MMAT = 0
hash(x)
  VDWR_MMAT_H = 0
hash(x)
  VDWR_PXP = 1
  use_gfactors = False
Use gfactors instead of deviations.
  kT = 0.5925
Value of kT at room temperature.
  __package__ = 'schrodinger.protein'
  normal_res = 'GLU '
  protonated_res_list = 'GLH '
  res = ' '
Variables Details [hide private]

__doc__

Value:
"""
A class for diagnosing and reporting common structural problems of pro\
tein
complexes.

Usage:

instance = Report(ct)
...