read_chemdes | R Documentation |
This function scrapes chemical information from ChemDes, a free web-based platform for the calculation of molecular descriptors and fingerprints.
read_chemdes(smile, desc = "chemopy")
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). |
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.