| 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.0beta1 on Tue Oct 7 06:26:47 2008 | http://epydoc.sourceforge.net |