|
|
CalcCrippenDescriptors(...)
CalcCrippenDescriptors( (Mol)mol [, (bool)includeHs=True [, (bool)force=False]]) -> tuple :
returns a 2-tuple with the Wildman-Crippen logp,mr values |
|
|
|
|
CalcExactMolWt(...)
CalcExactMolWt( (Mol)mol [, (bool)onlyHeavy=False]) -> float :
returns the molecule's exact molecular weight |
|
|
|
|
CalcLabuteASA(...)
CalcLabuteASA( (Mol)mol [, (bool)includeHs=True [, (bool)force=False]]) -> float :
returns the Labute ASA value for a molecule |
|
|
|
|
CalcMolFormula(...)
CalcMolFormula( (Mol)mol) -> str :
returns the molecule's formula |
|
|
|
|
CalcNumAmideBonds(...)
CalcNumAmideBonds( (Mol)mol) -> int :
returns the number of amide bonds in a molecule |
|
|
|
|
CalcNumHBA(...)
CalcNumHBA( (Mol)mol) -> int :
returns the number of H-bond acceptors for a molecule |
|
|
|
|
CalcNumHBD(...)
CalcNumHBD( (Mol)mol) -> int :
returns the number of H-bond donors for a molecule |
|
|
|
|
CalcNumHeteroatoms(...)
CalcNumHeteroatoms( (Mol)mol) -> int :
returns the number of heteroatoms for a molecule |
|
|
|
|
CalcNumLipinskiHBA(...)
CalcNumLipinskiHBA( (Mol)mol) -> int :
returns the number of Lipinski H-bond acceptors for a molecule |
|
|
|
|
CalcNumLipinskiHBD(...)
CalcNumLipinskiHBD( (Mol)mol) -> int :
returns the number of Lipinski H-bond donors for a molecule |
|
|
|
|
CalcNumRings(...)
CalcNumRings( (Mol)mol) -> int :
returns the number of rings for a molecule |
|
|
|
|
CalcNumRotatableBonds(...)
CalcNumRotatableBonds( (Mol)mol) -> int :
returns the number of rotatable bonds for a molecule |
|
|
|
|
CalcTPSA(...)
CalcTPSA( (Mol)mol [, (bool)force=False]) -> float :
returns the TPSA value for a molecule |
|
|
|
|
GetAtomPairAtomCode(...)
GetAtomPairAtomCode( (Atom)atom [, (int)branchSubtract=0]) -> int :
Returns the atom code (hash) for an atom |
|
|
|
|
GetAtomPairFingerprint(...)
GetAtomPairFingerprint( (Mol)mol [, (int)minLength=1 [, (int)maxLength=30 [, (AtomPairsParameters)fromAtoms=0 [, (AtomPairsParameters)ignoreAtoms=0]]]]) -> IntSparseIntVect :
Returns the atom-pair fingerprint for a molecule as an IntSparseIntVect |
|
|
|
|
GetConnectivityInvariants(...)
GetConnectivityInvariants( (Mol)mol [, (bool)includeRingMembership=True]) -> list :
Returns connectivity invariants (ECFP-like) for a molecule. |
|
|
|
|
GetFeatureInvariants(...)
GetFeatureInvariants( (Mol)mol) -> list :
Returns feature invariants (FCFP-like) for a molecule. |
|
|
|
|
GetHashedAtomPairFingerprint(...)
GetHashedAtomPairFingerprint( (Mol)mol [, (int)nBits=2048 [, (int)minLength=1 [, (int)maxLength=30 [, (AtomPairsParameters)fromAtoms=0 [, (AtomPairsParameters)ignoreAtoms=0]]]]]) -> IntSparseIntVect :
Returns the atom-pair fingerprint for a molecule as an IntSparseIntVect |
|
|
|
|
GetHashedAtomPairFingerprintAsBitVect(...)
GetHashedAtomPairFingerprintAsBitVect( (Mol)mol [, (int)nBits=2048 [, (int)minLength=1 [, (int)maxLength=30 [, (AtomPairsParameters)fromAtoms=0 [, (AtomPairsParameters)ignoreAtoms=0 [, (int)nBitsPerEntry=4]]]]]]) -> ExplicitBitVect :
Returns the atom-pair fingerprint for a molecule as an ExplicitBitVect |
|
|
|
|
GetHashedTopologicalTorsionFingerprint(...)
GetHashedTopologicalTorsionFingerprint( (Mol)mol [, (int)nBits=2048 [, (int)targetSize=4 [, (AtomPairsParameters)fromAtoms=0 [, (AtomPairsParameters)ignoreAtoms=0]]]]) -> LongSparseIntVect :
Returns the topological-torsion fingerprint for a molecule as a LongIntSparseIntVect |
|
|
|
|
GetHashedTopologicalTorsionFingerprintAsBitVect(...)
GetHashedTopologicalTorsionFingerprintAsBitVect( (Mol)mol [, (int)nBits=2048 [, (int)targetSize=4 [, (AtomPairsParameters)fromAtoms=0 [, (AtomPairsParameters)ignoreAtoms=0 [, (int)nBitsPerEntry=4]]]]]) -> ExplicitBitVect :
Returns the topological-torsion fingerprint for a molecule as an ExplicitBitVect |
|
|
|
|
GetMorganFingerprint(...)
GetMorganFingerprint( (Mol)mol, (int)radius [, (AtomPairsParameters)invariants=[] [, (AtomPairsParameters)fromAtoms=[] [, (bool)useChirality=False [, (bool)useBondTypes=True [, (bool)useFeatures=False [, (AtomPairsParameters)bitInfo=None]]]]]]) -> UIntSparseIntVect :
Returns a Morgan fingerprint for a molecule |
|
|
|
|
GetMorganFingerprintAsBitVect(...)
GetMorganFingerprintAsBitVect( (Mol)mol, (int)radius [, (int)nBits=2048 [, (AtomPairsParameters)invariants=[] [, (AtomPairsParameters)fromAtoms=[] [, (bool)useChirality=False [, (bool)useBondTypes=True [, (bool)useFeatures=False [, (AtomPairsParameters)bitInfo=None]]]]]]]) -> ExplicitBitVect :
Returns a Morgan fingerprint for a molecule as a bit vector |
|
|
|
|
GetTopologicalTorsionFingerprint(...)
GetTopologicalTorsionFingerprint( (Mol)mol [, (int)targetSize=4 [, (AtomPairsParameters)fromAtoms=0 [, (AtomPairsParameters)ignoreAtoms=0]]]) -> LongSparseIntVect :
Returns the topological-torsion fingerprint for a molecule as a LongIntSparseIntVect |
|
|
|
|
PEOE_VSA_(...)
PEOE_VSA_( (Mol)mol [, (AtomPairsParameters)bins=[] [, (bool)force=False]]) -> list : |
|
|
|
|
SMR_VSA_(...)
SMR_VSA_( (Mol)mol [, (AtomPairsParameters)bins=[] [, (bool)force=False]]) -> list : |
|
|
|
|
SlogP_VSA_(...)
SlogP_VSA_( (Mol)mol [, (AtomPairsParameters)bins=[] [, (bool)force=False]]) -> list : |
|
|
|
|
_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 |
|
|
|
|
_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 |
|
|
|
|
_CalcTPSAContribs(...)
_CalcTPSAContribs( (Mol)mol [, (bool)force=False]) -> tuple :
returns a list of atomic contributions to the TPSA |
|
|
|
|
_CalcCrippenDescriptors_version = '1.2.0'
|
|
|
_CalcExactMolWt_version = '1.0.0'
|
|
|
_CalcLabuteASA_version = '1.0.2'
|
|
|
_CalcMolFormula_version = '1.0.0'
|
|
|
_CalcMolWt_version = '1.0.0'
|
|
|
_CalcNumAmideBonds_version = '1.0.0'
|
|
|
_CalcNumHBA_version = '2.0.1'
|
|
|
_CalcNumHBD_version = '2.0.1'
|
|
|
_CalcNumHeteroatoms_version = '1.0.1'
|
|
|
_CalcNumLipinskiHBA_version = '1.0.0'
|
|
|
_CalcNumLipinskiHBD_version = '2.0.0'
|
|
|
_CalcNumRings_version = '1.0.1'
|
|
|
_CalcNumRotatableBonds_version = '1.0.1'
|
|
|
_CalcTPSA_version = '1.1.0'
|
|
|
_ConnectivityInvariants_version = '1.0.0'
|
|
|
_FeatureInvariants_version = '0.1.0'
|
|
|
_MorganFingerprint_version = '1.0.0'
|
|
|
__package__ = None
|