predict.Ozonolysis: Predicts the products of ozonolysis at a single alkene group.

View source: R/predictReactionProducts.R

predict.OzonolysisR Documentation

Predicts the products of ozonolysis at a single alkene group.

Description

Predicts the products of ozonolysis at a single alkene group.

Usage

## S3 method for class 'Ozonolysis'
predict(rxnSite)

Arguments

rxnSite

One-row tibble containing: molecule (as SMILES string), reaction site type (string), SDF bondblock row number, and SDF atomblock row numbers for phosphorus, oxygen, sulfur, and/or carbon. See findBonds() for more details.

Value

A character vector of length two containing SMILES strings, one for each ozonolysis product.


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