fp_pattern | R Documentation |
Compute pattern fingerprints, a topological fingerprint optimized for substructure screening
fp_pattern(mols, explicit = FALSE)
mols |
A |
explicit |
Return the fingerprints as a vector or matrix?
Default is |
mol <- parse_smiles("Cc1ccccc1")
mols <- read_smiles(tidychem_example("smi-multiple.smi"))
fp_pattern(mol)
fp_pattern(mols)
fp_pattern(mol, explicit = TRUE)
fp_pattern(mols, explicit = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.