fp_torsion | R Documentation |
Compute topological torsions fingerprints.
fp_torsion(mols)
mols |
A |
The vectorized version of this fingerprint has a dimensionality of millions, which is usually considered too high for direct statistical modeling. Therefore we did not include the option to return the explicit fingerprint matrix here.
mol <- parse_smiles("Cc1ccccc1")
mols <- read_smiles(tidychem_example("smi-multiple.smi"))
fp_torsion(mol)
fp_torsion(mols)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.