read_chemdes: Read ChemDes

View source: R/read_chemdes.R

read_chemdesR Documentation

Read ChemDes

Description

This function scrapes chemical information from ChemDes, a free web-based platform for the calculation of molecular descriptors and fingerprints.

Usage

read_chemdes(smile, desc = "chemopy")

Arguments

smile

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

desc

The descriptors you wish to scrape. One of "Chemopy", "CDK", "RDKit", "Pybel", or "PaDEL" (not case sensitive).

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.