Description Usage Arguments Details Value Author(s) Examples
Calculate the Atom Pair Fingerprints
1 | extrDrugAP(x, descnames = 1024)
|
x |
Object of classe |
descnames |
Descriptor set to consider for fingerprint encoding. If a single value
from 1-4096 is provided then the function uses the corresponding number
of the most frequent atom pairs stored in the |
Generates fingerprints from descriptor vectors such as atom pairs
stored in APset
or list
containers. The obtained
fingerprints can be used for structure similarity comparisons,
searching and clustering. Due to their compact size, computations
on fingerprints are often more time and memory efficient than on
their much more complex atom pair counterparts.
matrix or character vectors
Min-feng Zhu <wind2zhu@163.com>,
1 2 3 | data(sdfbcl)
apbcl <- convSDFtoAP(sdfbcl)
mol <- extrDrugAP(x = apbcl, descnames = 1024)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.