recursive.Frag: Recursive prediction of transformation products.

View source: R/OPCFrags.R

recursive.FragR Documentation

Recursive prediction of transformation products.

Description

Recursive prediction of transformation products.

Usage

recursive.Frag(SMI, prods, funGroups, rxnList, rxnSave, skipCheck)

Arguments

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.

skipCheck

Empty character vector for storing SMILES strings of predicted products. Used to improve efficiency by not performing the same prediction multiple times.

Value

Tibble containing fragment SMILES, list of sequential fragmentation reactions, and saved skipCheck strings.


PengGroup/indoortransformer documentation built on May 21, 2022, 12:05 a.m.