View source: R/recursivePredict.R
recursive.Predict | R Documentation |
Recursive prediction of transformation products.
recursive.Predict( SMI, prods, funGroups, rxnList, rxnSave, savePoint, skipCheck )
SMI |
Character vector of length one containing a SMILES string. |
prods |
Empty three-column tibble in which to store results. |
funGroups |
Character vector containing functional groups at which transformation reactions can occur. |
rxnList |
Character vector containing types of reactions to use for prediction. |
rxnSave |
Empty character vector for storing sequential reaction information. |
savePoint |
Single logical value. Value determines whether to perform hydrolysis or ozonolysis on a given alkene group. Recursion allows for both reactions to be performed on a single alkene group. |
skipCheck |
Empty character vector for storing SMILES strings of predicted products. Used to improve efficiency by not performing the same prediction multiple times. |
Tibble containing product SMILES, list of sequential reactions for each product, and saved skipCheck strings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.