fp_maccs | R Documentation |
Compute MACCS keys as molecular fingerprints
fp_maccs(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_maccs(mol)
fp_maccs(mols)
# get fingerprints matrix
fp_maccs(mol, explicit = TRUE)
fp_maccs(mols, explicit = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.