| Trees | Indices | Help |
|
|---|
|
|
Atom-based calculation of LogP and MR using Crippen's approach Reference: S. A. Wildman and G. M. Crippen *JCICS* _39_ 868-873 (1999)
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_smartsPatterns =
|
|||
_patternOrder =
|
|||
defaultPatternFileName =
|
|||
|
|||
*Internal Use Only* parses the pattern list from the data file |
_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
C++ signature :
boost::python::list _CalcCrippenContribs(RDKit::ROMol [,bool=False])
|
*Internal Use Only* calculates atomic contributions to the LogP and MR values if the argument *force* is not set, we'll use the molecules stored _crippenContribs value when possible instead of re-calculating. **Note:** Changes here affect the version numbers of MolLogP and MolMR as well as the VSA descriptors in Chem.MolSurf |
Crippen LogP value
Definition From JCICS _39_ 868-873 (1999)
**Arguments**
- inMol: a molecule
- patts: (optional) if provided this should be a dictionary of 4 tuples:
1) smarts text
2) SmartsPattern object
3) logp contribution
4) MR contribution
- order: (optional) a list with the order in which the keys of the pattern dictionary
should be evaluated
- verbose: (optional) toggles verbose printing
- addHs: (optional) toggles adding of Hs to the molecule for the calculation.
If positive, explicit and implicit Hs will be used in the calculation.
If this negative, then only explicit hydrogens will be taken into account in the
calculation. This is available to allow matching of results obtained with the old
backend code.
|
Crippen MR value
Definition From JCICS _39_ 868-873 (1999)
**Arguments**
- inMol: a molecule
- patts: (optional) if provided this should be a dictionary of 4 tuples:
1) smarts text
2) SmartsPattern object
3) logp contribution
4) MR contribution
- order: (optional) a list with the order in which the keys of the pattern dictionary
should be evaluated
- verbose: (optional) toggles verbose printing
- addHs: (optional) toggles adding of Hs to the molecule for the calculation.
If positive, explicit and implicit Hs will be used in the calculation.
If this negative, then only explicit hydrogens will be taken into account in the
calculation. This is available to allow matching of results obtained with the old
backend code.
|
Wildman-Crippen LogP value
Uses an atom-based scheme based on the values in the paper:
S. A. Wildman and G. M. Crippen JCICS 39 868-873 (1999)
**Arguments**
- inMol: a molecule
- addHs: (optional) toggles adding of Hs to the molecule for the calculation.
If true, hydrogens will be added to the molecule and used in the calculation.
|
Wildman-Crippen MR value
Uses an atom-based scheme based on the values in the paper:
S. A. Wildman and G. M. Crippen JCICS 39 868-873 (1999)
**Arguments**
- inMol: a molecule
- addHs: (optional) toggles adding of Hs to the molecule for the calculation.
If true, hydrogens will be added to the molecule and used in the calculation.
|
|
|||
defaultPatternFileName
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Oct 7 06:26:47 2008 | http://epydoc.sourceforge.net |