![]() |
Chemical Data Processing Library Python API - Version 1.1.1
|
GRAILDataSetGenerator. More...
Static Public Attributes | |
float | DEF_GRID_STEP_SIZE = 0.5 |
Properties | |
objectID = property(getObjectID) | |
normalizedScores = property(scoresNormalized, normalizeScores) | |
scoreCombinationFunction = property(getScoreCombinationFunction, setScoreCombinationFunction) | |
pharmProcessingFunction = property(getPharmacophoreProcessingFunction, setPharmacophoreProcessingFunction) | |
gridStepSize = property(getGridStepSize, setGridStepSize) | |
gridXSize = property(getGridXSize, setGridXSize) | |
gridYSize = property(getGridYSize, setGridYSize) | |
gridZSize = property(getGridZSize, setGridZSize) | |
gridTransform = property(getGridTransform, setGridTransform) | |
pharmGenerator = property(getPharmacophoreGenerator) | |
dimScoresByAtomDensity = property(scoresDiminishedByAtomDensity, diminishScoresByAtomDensity) | |
storeEnvAtomDensityGrid = property(environmentAtomDensityGridStored, storeEnvironmentAtomDensityGrid) | |
envAtomDensityGridName = property(getEnvironmentAtomDensityGridName, setEnvironmentAtomDensityGridName) | |
None CDPL.GRAIL.GRAILDataSetGenerator.__init__ | ( | GRAILDataSetGenerator | gen | ) |
Initializes a copy of the GRAILDataSetGenerator instance gen.
gen | The GRAILDataSetGenerator instance to copy. |
int CDPL.GRAIL.GRAILDataSetGenerator.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python GRAILDataSetGenerator instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b
thus cannot tell reliably whether the two GRAILDataSetGenerator instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID()
.
GRAILDataSetGenerator CDPL.GRAIL.GRAILDataSetGenerator.assign | ( | GRAILDataSetGenerator | gen | ) |
Replaces the current state of self with a copy of the state of the GRAILDataSetGenerator instance gen.
gen | The GRAILDataSetGenerator instance to copy. |
None CDPL.GRAIL.GRAILDataSetGenerator.setScoringFunction | ( | int | ftr_type, |
int | tgt_ftr_type, | ||
DoubleVector3DFeatureFunctor | func | ||
) |
ftr_type | |
tgt_ftr_type | |
func |
None CDPL.GRAIL.GRAILDataSetGenerator.removeScoringFunction | ( | int | ftr_type, |
int | tgt_ftr_type | ||
) |
ftr_type | |
tgt_ftr_type |
DoubleVector3DFeatureFunctor CDPL.GRAIL.GRAILDataSetGenerator.getScoringFunction | ( | int | ftr_type, |
int | tgt_ftr_type | ||
) |
ftr_type | |
tgt_ftr_type |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridName | ( | int | ftr_type, |
int | tgt_ftr_type, | ||
str | name | ||
) |
ftr_type | |
tgt_ftr_type | |
name |
None CDPL.GRAIL.GRAILDataSetGenerator.removeGridName | ( | int | ftr_type, |
int | tgt_ftr_type | ||
) |
ftr_type | |
tgt_ftr_type |
str CDPL.GRAIL.GRAILDataSetGenerator.getGridName | ( | int | ftr_type, |
int | tgt_ftr_type | ||
) |
ftr_type | |
tgt_ftr_type |
None CDPL.GRAIL.GRAILDataSetGenerator.enableInteraction | ( | int | ftr_type, |
int | tgt_ftr_type, | ||
bool | enable | ||
) |
ftr_type | |
tgt_ftr_type | |
enable |
bool CDPL.GRAIL.GRAILDataSetGenerator.isInteractionEnabled | ( | int | ftr_type, |
int | tgt_ftr_type | ||
) |
ftr_type | |
tgt_ftr_type |
bool CDPL.GRAIL.GRAILDataSetGenerator.clearEnabledInteractions | ( | int | arg2, |
int | self | ||
) |
arg1 | |
arg2 |
None CDPL.GRAIL.GRAILDataSetGenerator.setScoreCombinationFunction | ( | Math.DoubleDVectorFunctor | func | ) |
func |
Math.DoubleDVectorFunctor CDPL.GRAIL.GRAILDataSetGenerator.getScoreCombinationFunction | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.normalizeScores | ( | bool | normalize | ) |
normalize |
bool CDPL.GRAIL.GRAILDataSetGenerator.scoresNormalized | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.diminishScoresByAtomDensity | ( | bool | diminish | ) |
diminish |
bool CDPL.GRAIL.GRAILDataSetGenerator.scoresDiminishedByAtomDensity | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.storeEnvironmentAtomDensityGrid | ( | bool | store | ) |
store |
bool CDPL.GRAIL.GRAILDataSetGenerator.environmentAtomDensityGridStored | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setEnvironmentAtomDensityGridName | ( | ) |
<br> |
str CDPL.GRAIL.GRAILDataSetGenerator.getEnvironmentAtomDensityGridName | ( | ) |
float CDPL.GRAIL.GRAILDataSetGenerator.getGridStepSize | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridStepSize | ( | float | size | ) |
size |
int CDPL.GRAIL.GRAILDataSetGenerator.getGridXSize | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridXSize | ( | int | size | ) |
size |
int CDPL.GRAIL.GRAILDataSetGenerator.getGridYSize | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridYSize | ( | int | size | ) |
size |
int CDPL.GRAIL.GRAILDataSetGenerator.getGridZSize | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridZSize | ( | int | size | ) |
size |
Math.Matrix4D CDPL.GRAIL.GRAILDataSetGenerator.getGridTransform | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridTransform | ( | Math.Matrix4D | xform | ) |
xform |
None CDPL.GRAIL.GRAILDataSetGenerator.setGridParamsForBoundingBox | ( | Math.Vector3D | bbox_min, |
Math.Vector3D | bbox_max, | ||
float | step_size = 0.5 |
||
) |
bbox_min | |
bbox_max | |
step_size |
Pharm.DefaultPharmacophoreGenerator CDPL.GRAIL.GRAILDataSetGenerator.getPharmacophoreGenerator | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.setPharmacophoreProcessingFunction | ( | VoidPharmacophoreFunctor | func | ) |
func |
VoidPharmacophoreFunctor CDPL.GRAIL.GRAILDataSetGenerator.getPharmacophoreProcessingFunction | ( | ) |
None CDPL.GRAIL.GRAILDataSetGenerator.calcInteractionGrids | ( | Chem.MolecularGraph | tgt_env, |
Chem.Atom3DCoordinatesFunction | coords_func, | ||
Grid.DRegularGridSet | grid_set, | ||
bool | append = False |
||
) |
tgt_env | |
coords_func | |
grid_set | |
append |
Grid.DRegularGrid CDPL.GRAIL.GRAILDataSetGenerator.calcAtomDensityGrid | ( | Chem.AtomContainer | atoms, |
Chem.Atom3DCoordinatesFunction | coords_func, | ||
str | grid_name | ||
) |
atoms | |
coords_func | |
grid_name |