do.aromaticity {rcdk} | R Documentation |
These methods can be used to perform aromaticity detection or atom
typing (or both) on a molecule object. In general, when molecules are
loaded via load.molecules
these are performed by
default. If molecules are obtained via parse.smiles
these operations are not performed and so the user should call one or
both of these methods to corrrectly configure a molecule.
do.aromaticity(molecule) do.typing(molecule)
molecule |
The molecule on which the operation is to be
performed. Should of class jobjRef with a jclass
attribute of IAtomContainer |
No return value. If the operations fail an exception is thrown and an error message is printed
Rajarshi Guha (rguha@indiana.edu)