predict.Frag | R Documentation |
Predict fragments from specified reaction events on a single molecule.
## S3 method for class 'Frag' predict(cmpd, grp, rxnList, rxnSave)
cmpd |
SMILES string representing a single molecule. |
grp |
Single-element named character vector containing a functional group. Name represents atom indices. Output of smartBonds(). |
rxnList |
Character vector of allowed reaction types. |
rxnSave |
Character vector containing saved reactions preceding this one in sequence. |
Returns a one-line tibble containing: reaction sequence up to this point, product molecule (in SMILES format), and the current value of savePoint (TRUE or FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.