Compute 2D pharmacophore fingerprints.
Usage
fp_pharm2d(mols, type = c("default", "gobbi"))
Examples
if (FALSE) { # is_installed_rdkit()
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")
}