fp_pharm2d | R Documentation |
Compute 2D pharmacophore fingerprints.
fp_pharm2d(mols, type = c("default", "gobbi"))
mols |
A |
type |
Type of the fingerprint. |
mol <- parse_smiles("Cc1ccccc1")
mols <- read_smiles(tidychem_example("smi-multiple.smi"))
fp_pharm2d(mol)
fp_pharm2d(mols)
fp_pharm2d(mol, type = "gobbi")
fp_pharm2d(mols, type = "gobbi")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.