desc_2d | R Documentation |
Compute all 2D molecular descriptors
desc_2d(mols)
mols |
A |
mol <- parse_smiles("Cc1ccccc1")
mols <- read_smiles(tidychem_example("smi-multiple.smi"))
desc_2d(mol)
desc_2d(mols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.