OEPerceiveInteractionHints

bool OEPerceiveInteractionHints(OEBio::OEInteractionHintContainer &asite)

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

bool OEPerceiveInteractionHints(OEBio::OEInteractionHintContainer& asite,
                                const OEPerceiveInteractionOptions &opts)

Perceives potential interaction types between a protein and a ligand stored in the OEInteractionHintContainer object using the given parameters (OEPerceiveInteractionOptions).

The following interaction types are currently perceived:

Code Examples