You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: