Description Usage Arguments Value Author(s) Examples
Generates fingerprints from SDFsets using OpenBabel. The name of the fingerprint can also be set and can be anything available through OpenBabel. You can see what this list is by executing "obabel -L fingerprints". Results are returned as an FPset.
1 | fingerprintOB(sdfSet, fingerprintName)
|
sdfSet |
Input compounds to generate fingerprints for. |
fingerprintName |
The name of the fingerprint in Open Babel. A list of available names can be found by executing "obabel -L fingerprints". Currently that list is: "FP2", "FP3", "FP4", and "MACCS". |
An FPset with an element for each given compound.
Kevin Horan
1 2 3 4 5 | ## Not run:
data(sdfsample)
fpset = fingerprintOB(sdfsample)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.