View source: R/transProducts.R
trans.Products | R Documentation |
Predict indoor transformation products of organophosphorus compounds (OPCs).
trans.Products(smilesList)
smilesList |
Input character vector of organophosphorus compounds. Must be in SMILES (Simplified Molecular Input Line Entry Specification) format. |
A tibble containing precursor SMILES, product SMILES, list of sequential transformations, product ID#, exact product mass, calculated logP values, and predicted positive/negative fragment m/z for organophosphate ester products.
## Not run: x <- c("CO[P](=S)(OC)Oc1ccc(cc1)[S](=O)(=O)N(C)C","CO[P](=O)(OC)OC=C(Cl)Cl") results <- trans.Products(x) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.