desc_3d | R Documentation |
Compute all 3D descriptors available in RDKit.
desc_3d(mols)
mols |
A |
Since there is some randomization in the conformer generation process, there would be some small numerical differences in the calculated descriptors in each different run.
mol <- parse_smiles("Cc1ccccc1")
mols <- read_smiles(tidychem_example("smi-multiple.smi"))
desc_3d(mol)
desc_3d(mols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.