| Home | Trees | Indices | Help |
|
|---|
|
|
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.
|
|||
|
Report A class to calculate properties of proteins. |
|||
|
|||
__doc__ =
|
|||
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. |
|||
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. |
|||
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. |
|||
planar_groups = Dictionary containing lists of groups that should be planar; keys are residue names and values are lists of atom names. |
|||
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. |
|||
backbone_dihedrals = Dictionary containing G-Factors for backbone_dihedral values, keys are residue names and values are dictionaries B; dictionary B keys are phi/psi dihedral values rounded to nearest 10 as strings ("60.0,30.0"), values are X, where G-factor = log(X). |
|||
sidechain_dihedrals = Dictionary containing G-factors for sidechain dihedral values, keys are residue names and values are dictionaries B; dictionary B keys are chi1/chi2 dihedral values rounded to nearest 10 as strings ("60.0,30.0"), values are X, where G-factor = log(X). |
|||
use_gfactors = FalseUse gfactors instead of deviations. |
|||
kT = 0.5925Value of kT at room temperature. |
|||
__package__ =
|
|||
|
|||
__doc__
|
ideal_bond_lengthsDictionary 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_anglesDictionary 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_atomnamesDictionary 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_groupsDictionary containing lists of groups that should be planar; keys are residue names and values are lists of atom names.
|
improper_torsionsDictionary 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_dihedralsDictionary containing G-Factors for backbone_dihedral values, keys are residue names and values are dictionaries B; dictionary B keys are phi/psi dihedral values rounded to nearest 10 as strings ("60.0,30.0"), values are X, where G-factor = log(X).
|
sidechain_dihedralsDictionary containing G-factors for sidechain dihedral values, keys are residue names and values are dictionaries B; dictionary B keys are chi1/chi2 dihedral values rounded to nearest 10 as strings ("60.0,30.0"), values are X, where G-factor = log(X).
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 31 21:31:44 2012 | http://epydoc.sourceforge.net |