OESetEnergyScoreComponent
OESetEnergyScoreComponent(ligand: Union[OEGraphMol,OEMol,OEQMol],
scoreFxn: OEDock, component: str) -> bool
Sets the energy of pose (OEMolBase.GetEnergy) to the
component of the score calculated with dock’s
OEDock.ScoreLigandComponent method.
OESetEnergyScoreComponent(ligand: Union[OEGraphMol,OEMol,OEQMol],
scoreFxn: OEScore, component: str) -> bool
Sets the energy of pose (OEMolBase.GetEnergy) to the
component of the score calculated with score’s
OEScore.ScoreLigandComponent method.
OESetEnergyScoreComponent(ligand: OEMol, scoreFxn: OEDock,
component: str, sortPoses: bool = False) -> bool
Sets the energy of each pose of poses (OEMolBase.GetEnergy)
to the component of the score calculate with dock’s
OEDock.ScoreLigandComponent method.
If sortPoses is true the poses will also be sorted by score.
OESetEnergyScoreComponent(ligand: OEMol, scoreFxn: OEScore,
component: str, sortPoses: bool = False) -> bool
Sets the energy of each pose of poses (OEMolBase.GetEnergy)
to the component of the score calculated with score’s
OEScore.ScoreLigandComponent method.
If sortPoses is true the poses will also be sorted by score.