read_full_chemdes: Read Full ChemDes

View source: R/read_full_chemdes.R

read_full_chemdesR Documentation

Read Full ChemDes

Description

This function scrapes all available chemical information from ChemDes, a free web-based platform for the calculation of molecular descriptors and fingerprints. This is effectively just a wrapper around read_chemdes which automatically reads in Chemopy, CDK, RDKit, Pybel, and PaDEL data for the given smiles.

Usage

read_full_chemdes(smile, chatty = F)

Arguments

smile

A simplified molecular-input line-entry system ("SMILES") string.

chatty

TRUE/FALSE. If TRUE, will print messages to the console updating you of the stage of scraping.

Value

A "wide" tibble of chemical information, labelled with the SMILES string.

Author(s)

Jack Davison, jd1184@york.ac.uk


jack-davison/chemdesr documentation built on Sept. 24, 2022, 10:22 a.m.