| Trees | Indices | Help |
|
|---|
|
|
Functionality for SATIS typing atoms
|
|||
|
|||
|
|||
_debug = 0
|
|||
aldehydePatt = <rdkit.Chem.rdchem.Mol object>
|
|||
ketonePatt = <rdkit.Chem.rdchem.Mol object>
|
|||
amidePatt = <rdkit.Chem.rdchem.Mol object>
|
|||
esterPatt = <rdkit.Chem.rdchem.Mol object>
|
|||
carboxylatePatt = <rdkit.Chem.rdchem.Mol object>
|
|||
carboxylPatt = <rdkit.Chem.rdchem.Mol object>
|
|||
specialCases =
|
|||
__package__ =
|
|||
Imports: Chem, xrange
|
|||
returns SATIS codes for all atoms in a molecule
The SATIS definition used is from:
J. Chem. Inf. Comput. Sci. _39_ 751-757 (1999)
each SATIS code is a string consisting of _neighborsToInclude_ + 1
2 digit numbers
**Arguments**
- mol: a molecule
- neighborsToInclude (optional): the number of neighbors to include
in the SATIS codes
**Returns**
a list of strings nAtoms long
|
|
|||
specialCases
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 19 06:09:41 2016 | http://epydoc.sourceforge.net |