OEPerceiveInteractionHints

OEPerceiveInteractionHints(asite: OEInteractionHintContainer) -> bool

Perceives potential interaction types between a protein and a ligand stored in the OEInteractionHintContainer object using default parameters.

OEPerceiveInteractionHints(asite: OEInteractionHintContainer,
                           opts: OEPerceiveInteractionOptions) -> bool

Perceives potential interaction types between a protein and a ligand stored in the OEInteractionHintContainer object using the given parameters (OEPerceiveInteractionOptions). The molecules stored in asite must have 3D coordinates assigned and should also have radii assigned to the atoms.

The following interaction types are currently perceived:

Code Examples