| Trees | Indices | Help |
|
|---|
|
|
Module containing classes and functions for working with chemical reactions.
|
|||
|
ChemicalReaction A class for storing and applying chemical reactions. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
construct a ChemicalReaction from an string in MDL rxn format
C++ signature:
ReactionFromRxnBlock(std::string) -> RDKit::ChemicalReaction*
|
construct a ChemicalReaction from an MDL rxn file
C++ signature:
ReactionFromRxnFile(std::string) -> RDKit::ChemicalReaction*
|
construct a ChemicalReaction from a reaction SMARTS string
C++ signature:
ReactionFromSmarts(std::string) -> RDKit::ChemicalReaction*
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:02 2008 | http://epydoc.sourceforge.net |