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'
  i = 1
  normal_res = 'GLU '
  num_chi = 2
  protonated_res_list = 'GLH '
  res = ' '
  res_type = 'MET '
  val_list = [[' N ', ' CA ', ' CB ', ' CG '], [' CA ', ' CB ',...
Variables Details [hide private]

__doc__

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

Usage:

instance = Report(ct)
...

val_list

Value:
[[' N  ', ' CA ', ' CB ', ' CG '], [' CA ', ' CB ', ' CG ', ' SD ']]