Trees | Indices | Help |
|
---|
|
This module defines the InteractionCalculator class, which can be used for finding interactions between two groups of atoms.
|
|||
InteractionParams A class to store settings for interaction parameters |
|||
_ResTuple _ResTuple(chain, resnum, inscode, pdbres) |
|||
ResTuple A class to store a residue. |
|||
Interactions Store data about all the interactions made by a single residue |
|||
InteractingResidue Store information about a residue and the interactions it makes |
|||
InteractionCalculator Calculate all interactions between two groups of atoms |
|||
PiStackFinder Find pi-pi interactions in proteins |
|||
InteractionCalculatorError An error that happens during InteractionCalculator calculations |
|
|||
|
|
|||
ORIG_ATOM_NUM_PROP =
|
|||
HBOND_MAX_DIST = 2.5
|
|||
HBOND_MIN_A_ANGLE = 90
|
|||
HBOND_MIN_D_ANGLE = 120
|
|||
ALLOWABLE_VDW_OVERLAP = 0.4
|
|||
SALT_BRIDGE_MAX_DIST = 4.0
|
|||
NEIGHBOR_MAX_DIST = 4.0
|
|||
MAX_STACK_DIST = 4.0
|
|||
RESIDUE_HYDROPHOBIC_ATOMS =
|
|||
HYDROPHOBIC_DIST_CUTOFF = 8.0
|
|||
EP = 1e-05
|
|||
__package__ =
|
|
RESIDUE_HYDROPHOBIC_ATOMS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jan 25 01:17:30 2017 | http://epydoc.sourceforge.net |