View source: R/predictReactionProducts.R
predict.Product | R Documentation |
Predict reaction products of specified reactions with a single molecule.
## S3 method for class 'Product' predict(cmpd, grp, rxnList, rxnSave, savePoint)
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. |
savePoint |
Single-element logical vector. Allows for different reactions at the same reaction site within recursivePredict(). |
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.