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.


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