Generates a Rcdk molecule object from SMILES code, which is fully typed and
usable (in contrast to the built-in parse.smiles).
Usage
getMolecule(smiles)
Arguments
smiles
The SMILES code of the compound.
Value
A Rcdk IAtomContainer reference.
Details
NOTE: As of today (2012-03-16), Rcdk discards stereochemistry when
loading the SMILES code! Therefore, do not trust this function blindly,
e.g. don't generate InChI keys from the result. It is, however, useful if
you want to compute the mass (or something else) with Rcdk.