Class ScoringTask
- java.lang.Object
-
- com.actelion.research.chem.docking.ScoringTask
-
public class ScoringTask extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScoringTask()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublecalcScore(StereoMolecule receptor, int probeAtomType, Coordinates c, int[] receptorAtomTypes)calculate interaction of probe atom with receptorstatic doublecalcScore(StereoMolecule receptor, StereoMolecule ligand, int[] receptorAtomTypes, int[] ligandAtomTypes)
-
-
-
Method Detail
-
calcScore
public static double calcScore(StereoMolecule receptor, StereoMolecule ligand, int[] receptorAtomTypes, int[] ligandAtomTypes)
- Parameters:
receptor-ligand-receptorAtomTypes-ligandAtomTypes-- Returns:
-
calcScore
public static double calcScore(StereoMolecule receptor, int probeAtomType, Coordinates c, int[] receptorAtomTypes)
calculate interaction of probe atom with receptor- Parameters:
receptor-probeAtomType-c-receptorAtomTypes-ligandAtomTypes-grid-- Returns:
-
-