| Trees | Indices | Help |
|
|---|
|
|
Module containing functions to compute molecular descriptors
|
|||
| AtomPairsParameters | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__CalcCrippenDescriptors_version__ =
|
|||
__CalcLabuteASA_version__ =
|
|||
|
|||
returns a 2-tuple with the Wildman-Crippen logp,mr values
C++ signature:
CalcCrippenDescriptors(RDKit::ROMol mol, bool includeHs=True, bool force=False) -> boost::python::tuple
|
returns the Labute ASA value for a molecule
C++ signature:
CalcLabuteASA(RDKit::ROMol mol, bool includeHs=True, bool force=False) -> double
|
Returns the atom code (hash) for an atom
C++ signature:
GetAtomPairAtomCode(RDKit::Atom const* atom, unsigned int branchSubtract=0) -> unsigned int
|
Returns the atom-pair fingerprint for a molecule as an IntSparseIntVect
C++ signature:
GetAtomPairFingerprint(RDKit::ROMol mol) -> RDKit::SparseIntVect<int>*
|
Returns the topological-torsion fingerprint for a molecule as a LongIntSparseIntVect
C++ signature:
GetTopologicalTorsionFingerprint(RDKit::ROMol mol, unsigned int targetSize=4) -> RDKit::SparseIntVect<long long>*
|
returns (as a list of 2-tuples) the contributions of each atom to
the Wildman-Cripppen logp and mr value
C++ signature:
_CalcCrippenContribs(RDKit::ROMol mol, bool force=False) -> boost::python::list
|
returns a list of atomic contributions to the Labute ASA
C++ signature:
_CalcLabuteASAContribs(RDKit::ROMol mol, bool includeHs=True, bool force=False) -> boost::python::tuple
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:02 2008 | http://epydoc.sourceforge.net |