Interface PharmacophoreFP
- All Superinterfaces:
Descriptor
,FloatVectorDescriptor
,Guarded
,Serializable
2D pharmacophore fingerprint representation.
Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.chemaxon.descriptors.common.Guarded
Guarded.EnsureThat, Guarded.New
-
Method Summary
Modifier and TypeMethodDescriptionConverts the fingerprint into a human readable string.Methods inherited from interface com.chemaxon.descriptors.common.FloatVectorDescriptor
getEuclideanNorm, getFP, getManhattanNorm, getMaximumNorm
Methods inherited from interface com.chemaxon.descriptors.common.Guarded
getGuardObject
-
Method Details
-
toHistogramString
String toHistogramString()Converts the fingerprint into a human readable string.- Returns:
- string representation of the pharmacophore fingerprint
-