findBonds: Detects specific functional groups in a molecule.

View source: R/bonds.R

findBondsR Documentation

Detects specific functional groups in a molecule.

Description

Detects specific functional groups in a molecule (SMILES format) and returns a table containing detailed SDF information. Slower than smartBonds(), but provides more detailed information.

Usage

findBonds(smiles, targetGroup)

Arguments

smiles

A SMILES-formatted molecule string.

targetGroup

A predefined character vector of functional groups.

Value

A tibble containing bond block and atom block information for each functional group detected.


toxicpeng/indoortransformer documentation built on April 15, 2022, 6:38 p.m.