Learn R Programming

BioMedR (version 1.2.1)

extrDrugAP: Calculate the Atom Pair Fingerprints

Description

Calculate the Atom Pair Fingerprints

Usage

extrDrugAP(x, descnames = 1024)

Arguments

x

Object of classe APset or list of vectors

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 apfp data set provided by the package. Alternatively, one can provide here any custom atom pair selection in form of a character vector.

Value

matrix or character vectors

Details

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.

Examples

Run this code
# NOT RUN {
data(sdfbcl)
apbcl <- convSDFtoAP(sdfbcl)
mol <- extrDrugAP(x = apbcl, descnames = 1024)

# }

Run the code above in your browser using DataLab