| Trees | Indices | Help |
|
|---|
|
|
This module is for assessing protein reliability and fitness for various
structure-based applications. This module is private and is present to
support legacy scripts. Any user facing APIs should be set through
schrodinger.protein.reliability
These are the following properties we currently look at:
Active site properties:
Buried hydrogen bond acceptors
Buried hydrogen bond donors
Incomplete/Missing residues
B-factor error
Bond length
Bond angle
Steric clashes
Tau Angle
Torsion angles
Backbone phi/psi
Side chain rotamers
Backbone (conformation)
Incorrect water
Waters with no hydrogen bonds
Abnormal packing
Entire Protein:
Ramachandran outliers
Twinning
Abnormal packing
Copyright Schrodinger, LLC. All rights reserved.
|
|||
|
Lattice Class to more conveniently contain space group and unit cell information extracted from a structure.Structure. |
|||
| RealSpaceFit | |||
|
Packing read in parameters for packing calculation report residue Z-score |
|||
| ModelCheck | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__doc__ =
|
|||
CRYST1_SPACE_GRP =
|
|||
CRYST1_A =
|
|||
CRYST1_B =
|
|||
CRYST1_C =
|
|||
CRYST1_ALPHA =
|
|||
CRYST1_BETA =
|
|||
CRYST1_GAMMA =
|
|||
PDB_RESOL =
|
|||
PDB_RFREE =
|
|||
PDB_R =
|
|||
STERIC_CLASHES =
|
|||
BOND_LENGTHS =
|
|||
BOND_ANGLES =
|
|||
BACKBONE_DIHEDRALS =
|
|||
SIDECHAIN_DIHEDRALS =
|
|||
BFACTORS =
|
|||
PEPTIDE_PLANARITY =
|
|||
SIDECHAIN_PLANARITY =
|
|||
IMPROPER_TORSIONS =
|
|||
MISSING_ATOMS =
|
|||
MISSING_LOOPS =
|
|||
NONSITE_PACKING =
|
|||
SITE_PACKING =
|
|||
OVERALL_PACKING =
|
|||
PROTEIN_REPORT_LABEL =
|
|||
MAX_HBOND_DIST = 4.0
|
|||
MIN_HBOND_ANGLE = 90.0
|
|||
PEPTIDE_BOND_LENGTH_CUTOFF = 2.2
|
|||
logger = log.get_output_logger('structure_reliability_driver.py')
|
|||
__package__ =
|
|||
|
|||
Generate a residue ID string from an atom object. These residue IDs are visible to the user, so PDB residue names are added. NOTE: These residue IDs are the same format as what is used in analysis.py for checking inclusion/exclusion of an atom set. |
|
|||
__doc__
|
PROTEIN_REPORT_LABEL
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:15 2016 | http://epydoc.sourceforge.net |