This does not happen by default when parsing a SMILES or reading an SDF. Either provide this as a function (e..g, set.atom.types) or else include in the molecule parsing/loading function as a optional parameter.
In both cases, should support the possibility of different atom typing schemes
There was a function, do.typing that implemented this. Renamed to set.atom.types and updated the code to use J notation. Currently only supports CDK atom types
Atom types can be perceived using the following code
This does not happen by default when parsing a SMILES or reading an SDF. Either provide this as a function (e..g,
set.atom.types
) or else include in the molecule parsing/loading function as a optional parameter.In both cases, should support the possibility of different atom typing schemes