Trees | Indices | Help |
|
---|
|
Module to support chemical transformations defined via reaction SMARTS (RDKit dialect).
Transformations can be applied either individually using apply_transform(), or "en-masse" via apply_transforms() (see below).
TransformsRepository class supports loading of the transformations from files (or text) in JSON format.
|
|||
TransformsRepository |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Extracts heavy atoms and polar hydrogens, returns (st_noH, core_noH) where st_noH is the substructure of the input st, core_noH is set of the atom indices in st_noH that correspond to the "core" atoms in the input structure.
|
Applies single transformation and generates (smiles, st, core) tuples for the outcomes.
|
Applies transformations to structure. Generator of the (
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:32:43 2017 | http://epydoc.sourceforge.net |