Learn R Programming

BioMedR (version 1.2.1)

convAPtoFP: Fingerprints from descriptor vectors

Description

Fingerprints from descriptor vectors

Usage

convAPtoFP(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

A FPset

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.

See Also

See convSDFtoAP for Atom pair library.

Examples

Run this code
# NOT RUN {
data(sdfbcl)
apbcl = convSDFtoAP(sdfbcl)
fpbcl = convAPtoFP(apbcl)

# }

Run the code above in your browser using DataLab