findBonds | R Documentation |
Detects specific functional groups in a molecule (SMILES format) and returns a table containing detailed SDF information. Slower than smartBonds(), but provides more detailed information.
findBonds(smiles, targetGroup)
smiles |
A SMILES-formatted molecule string. |
targetGroup |
A predefined character vector of functional groups. |
A tibble containing bond block and atom block information for each functional group detected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.