| Trees | Indices | Help |
|
|---|
|
|
Module containing classes and functions for working with chemical reactions.
|
|||
|
ChemicalReaction A class for storing and applying chemical reactions. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ReactionFromRxnBlock( (str)arg1) -> ChemicalReaction :
construct a ChemicalReaction from an string in MDL rxn format
C++ signature :
RDKit::ChemicalReaction* ReactionFromRxnBlock(std::string)
|
ReactionFromRxnFile( (str)arg1) -> ChemicalReaction :
construct a ChemicalReaction from an MDL rxn file
C++ signature :
RDKit::ChemicalReaction* ReactionFromRxnFile(std::string)
|
ReactionFromSmarts( (str)arg1) -> ChemicalReaction :
construct a ChemicalReaction from a reaction SMARTS string
C++ signature :
RDKit::ChemicalReaction* ReactionFromSmarts(std::string)
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 3 06:05:34 2009 | http://epydoc.sourceforge.net |