Contains classes and functions related to pharmacophore perception and pharmacophore applications.
More...
|
None | clearPSDCreationModeParameter (Base.ControlParameterContainer cntnr) |
|
bool | hasPSDCreationModeParameter (Base.ControlParameterContainer cntnr) |
|
Mode | getPSDCreationModeParameter (Base.ControlParameterContainer cntnr) |
|
None | setPSDCreationModeParameter (Base.ControlParameterContainer cntnr, Mode mode) |
|
None | clearStrictErrorCheckingParameter (Base.ControlParameterContainer cntnr) |
|
bool | hasStrictErrorCheckingParameter (Base.ControlParameterContainer cntnr) |
|
bool | getStrictErrorCheckingParameter (Base.ControlParameterContainer cntnr) |
|
None | setStrictErrorCheckingParameter (Base.ControlParameterContainer cntnr, bool strict) |
|
None | clearPSDAllowDuplicatesParameter (Base.ControlParameterContainer cntnr) |
|
bool | hasPSDAllowDuplicatesParameter (Base.ControlParameterContainer cntnr) |
|
bool | getPSDAllowDuplicatesParameter (Base.ControlParameterContainer cntnr) |
|
None | setPSDAllowDuplicatesParameter (Base.ControlParameterContainer cntnr, bool allow) |
|
None | clearCDFWriteSinglePrecisionFloatsParameter (Base.ControlParameterContainer cntnr) |
|
bool | hasCDFWriteSinglePrecisionFloatsParameter (Base.ControlParameterContainer cntnr) |
|
bool | getCDFWriteSinglePrecisionFloatsParameter (Base.ControlParameterContainer cntnr) |
|
None | setCDFWriteSinglePrecisionFloatsParameter (Base.ControlParameterContainer cntnr, bool single_prec) |
|
None | clearName (FeatureContainer cntnr) |
|
bool | hasName (FeatureContainer cntnr) |
|
str | getName (FeatureContainer cntnr) |
|
None | setName (FeatureContainer cntnr, str name) |
|
str | generateFeatureTypeHistogramString (FeatureContainer cntnr) |
|
None | generateFeatureTypeHistogram (FeatureContainer cntnr, FeatureTypeHistogram hist, bool append=False) |
|
bool | checkForExclusionVolumeClashes (FeatureContainer ftr_cntnr, Chem.AtomContainer atom_cntnr, Chem.Atom3DCoordinatesFunction coords_func, Math.Matrix4D xform, float vdw_factor=1.0) |
|
None | transform3DCoordinates (FeatureContainer cntnr, Math.Matrix4D mtx) |
|
None | getFeatureAtoms (FeatureContainer cntnr, Chem.Fragment atoms, bool append=False) |
|
int | getFeatureCount (FeatureContainer cntnr) |
|
int | getFeatureCount (FeatureContainer cntnr, int type) |
|
None | getFeatures (FeatureSet ftr_set, FeatureMapping mapping, bool first) |
|
None | clearTolerance (Feature feature) |
|
bool | hasTolerance (Feature feature) |
|
float | getTolerance (Feature feature) |
|
None | setTolerance (Feature feature, float tol) |
|
None | clearType (Feature feature) |
|
bool | hasType (Feature feature) |
|
int | getType (Feature feature) |
|
None | setType (Feature feature, int type) |
|
None | clearSubstructure (Feature feature) |
|
bool | hasSubstructure (Feature feature) |
|
Chem.Fragment | getSubstructure (Feature feature) |
|
None | setSubstructure (Feature feature, Chem.Fragment substruct) |
|
None | clearDisabledFlag (Feature feature) |
|
bool | hasDisabledFlag (Feature feature) |
|
bool | getDisabledFlag (Feature feature) |
|
None | setDisabledFlag (Feature feature, bool flag) |
|
None | clearOptionalFlag (Feature feature) |
|
bool | hasOptionalFlag (Feature feature) |
|
bool | getOptionalFlag (Feature feature) |
|
None | setOptionalFlag (Feature feature, bool flag) |
|
None | clearLength (Feature feature) |
|
bool | hasLength (Feature feature) |
|
float | getLength (Feature feature) |
|
None | setLength (Feature feature, float length) |
|
None | clearOrientation (Feature feature) |
|
bool | hasOrientation (Feature feature) |
|
Math.Vector3D | getOrientation (Feature feature) |
|
None | setOrientation (Feature feature, Math.Vector3D orient) |
|
None | clearWeight (Feature feature) |
|
bool | hasWeight (Feature feature) |
|
float | getWeight (Feature feature) |
|
None | setWeight (Feature feature, float weight) |
|
None | clearGeometry (Feature feature) |
|
bool | hasGeometry (Feature feature) |
|
int | getGeometry (Feature feature) |
|
None | setGeometry (Feature feature, int geom) |
|
None | clearHydrophobicity (Feature feature) |
|
bool | hasHydrophobicity (Feature feature) |
|
float | getHydrophobicity (Feature feature) |
|
None | setHydrophobicity (Feature feature, float hyd) |
|
None | prepareForPharmacophoreGeneration (Chem.Molecule mol, bool calc_hyd=True, bool from_logp=False) |
|
None | generateInteractionPharmacophore (Pharmacophore pharm, FeatureMapping iactions, bool append=False) |
|
bool | removeExclusionVolumesWithClashes (Pharmacophore pharm, Chem.AtomContainer cntnr, Chem.Atom3DCoordinatesFunction coords_func, float vdw_scaling_fact=1.0) |
|
bool | resizeExclusionVolumesWithClashes (Pharmacophore pharm, Chem.AtomContainer cntnr, Chem.Atom3DCoordinatesFunction coords_func, float vdw_scaling_fact=1.0) |
|
None | createExclusionVolumes (Pharmacophore pharm, Chem.AtomContainer cntnr, Chem.Atom3DCoordinatesFunction coords_func, float tol=0.0, float min_dist=0.0, bool rel_dist=True, bool append=True) |
|
None | createExclusionVolumes (Pharmacophore pharm, FeatureContainer cntnr, float tol=0.0, float min_dist=0.0, bool rel_dist=True, bool append=True) |
|
str | getFeatureTypeString (int ftr_type) |
|
Contains classes and functions related to pharmacophore perception and pharmacophore applications.