|
|
CalcCrippenDescriptors(...)
CalcCrippenDescriptors( (Mol)mol [, (bool)includeHs=True [, (bool)force=False]]) -> tuple :
returns a 2-tuple with the Wildman-Crippen logp,mr values |
source code
|
|
|
|
CalcLabuteASA(...)
CalcLabuteASA( (Mol)mol [, (bool)includeHs=True [, (bool)force=False]]) -> float :
returns the Labute ASA value for a molecule |
source code
|
|
|
|
|
|
|
GetAtomPairFingerprint(...)
GetAtomPairFingerprint( (Mol)mol [, (AtomPairsParameters)fromAtoms=[]]) -> IntSparseIntVect :
Returns the atom-pair fingerprint for a molecule as an IntSparseIntVect |
source code
|
|
|
|
GetHashedAtomPairFingerprint(...)
GetHashedAtomPairFingerprint( (Mol)mol [, (int)nBits=2048]) -> ExplicitBitVect :
Returns the atom-pair fingerprint for a molecule as an IntSparseIntVect |
source code
|
|
|
|
GetMorganFingerprint(...)
GetMorganFingerprint( (Mol)mol, (int)radius [, (AtomPairsParameters)invariants=[] [, (AtomPairsParameters)fromAtoms=[]]]) -> UIntSparseIntVect :
Returns a Morgan fingerprint for a molecule |
source code
|
|
|
|
GetTopologicalTorsionFingerprint(...)
GetTopologicalTorsionFingerprint( (Mol)mol [, (int)targetSize=4 [, (AtomPairsParameters)fromAtoms=0]]) -> LongSparseIntVect :
Returns the topological-torsion fingerprint for a molecule as a LongIntSparseIntVect |
source code
|
|
|
|
_CalcCrippenContribs(...)
_CalcCrippenContribs( (Mol)mol [, (bool)force=False]) -> list :
returns (as a list of 2-tuples) the contributions of each atom to
the Wildman-Cripppen logp and mr value |
source code
|
|
|
|
_CalcLabuteASAContribs(...)
_CalcLabuteASAContribs( (Mol)mol [, (bool)includeHs=True [, (bool)force=False]]) -> tuple :
returns a list of atomic contributions to the Labute ASA |
|
|
|
|
_CalcMolWt(...)
_CalcMolWt( (Mol)mol [, (bool)onlyHeavy=False]) -> float :
returns the molecule's molecular weight |
|
|