View source: R/read_full_chemdes.R
read_full_chemdes | R Documentation |
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.
read_full_chemdes(smile, chatty = F)
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. |
A "wide" tibble of chemical information, labelled with the SMILES string.
Jack Davison, jd1184@york.ac.uk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.