Chemical Data Processing Library Python API - Version 1.0.0
|
Contains classes and functions related to the GRAIL method [GRAIL]. More...
Classes | |
class | AtomDensityGridCalculator |
AtomDensityGridCalculator. More... | |
class | AttributedGridProperty |
Provides keys for built-in Grid.AttributedGrid properties. More... | |
class | AttributedGridPropertyDefault |
Provides default values for built-in Grid.AttributedGrid properties. More... | |
class | BindingAffinityCalculator |
BindingAffinityCalculator. More... | |
class | BuriednessGridCalculator |
BuriednessGridCalculator. More... | |
class | BuriednessScore |
BuriednessScore. More... | |
class | DoubleVector3DFeatureFunctor |
class | FeatureInteractionScoreGridCalculator |
FeatureInteractionScoreGridCalculator. More... | |
class | FeatureType |
Provides constants for the specification of pharmacophore feature types with extensions for H-bond acceptors and donors. More... | |
class | GeneralizedBellAtomDensity |
GeneralizedBellAtomDensity. More... | |
class | GRAILDataSetGenerator |
GRAILDataSetGenerator. More... | |
class | GRAILDescriptorCalculator |
GRAILDescriptorCalculator. More... | |
class | VoidPharmacophoreFunctor |
Functions | |
None | clearFeatureType (Grid.AttributedGrid grid) |
bool | hasFeatureType (Grid.AttributedGrid grid) |
int | getFeatureType (Grid.AttributedGrid grid) |
None | clearTargetFeatureType (Grid.AttributedGrid grid) |
bool | hasTargetFeatureType (Grid.AttributedGrid grid) |
int | getTargetFeatureType (Grid.AttributedGrid grid) |
None | setTargetFeatureType (Grid.AttributedGrid grid, int type) |
None | setFeatureType (Grid.AttributedGrid grid, int type) |
int | perceiveExtendedType (Pharm.Feature feature, bool ligand) |
None | prepareForGRAILDescriptorCalculation (Chem.Molecule mol, bool std_prot_state=False) |
None CDPL.GRAIL.clearFeatureType | ( | Grid.AttributedGrid | grid | ) |
grid |
bool CDPL.GRAIL.hasFeatureType | ( | Grid.AttributedGrid | grid | ) |
grid |
int CDPL.GRAIL.getFeatureType | ( | Grid.AttributedGrid | grid | ) |
grid |
None CDPL.GRAIL.clearTargetFeatureType | ( | Grid.AttributedGrid | grid | ) |
grid |
bool CDPL.GRAIL.hasTargetFeatureType | ( | Grid.AttributedGrid | grid | ) |
grid |
int CDPL.GRAIL.getTargetFeatureType | ( | Grid.AttributedGrid | grid | ) |
grid |
None CDPL.GRAIL.setTargetFeatureType | ( | Grid.AttributedGrid | grid, |
int | type | ||
) |
grid | |
type |
None CDPL.GRAIL.setFeatureType | ( | Grid.AttributedGrid | grid, |
int | type | ||
) |
grid | |
type |
int CDPL.GRAIL.perceiveExtendedType | ( | Pharm.Feature | feature, |
bool | ligand | ||
) |
feature | |
ligand |
None CDPL.GRAIL.prepareForGRAILDescriptorCalculation | ( | Chem.Molecule | mol, |
bool | std_prot_state = False |
||
) |
mol | |
std_prot_state |