fingerprint: Functions to operate on binary fingerprint data

This package contains functions to manipulate binary fingerprints of arbitrary length. A fingerprint is represented by an object of S4 class 'fingerprint' which is internally represented a vector of integers, such that each element represents the position in the fingerprint that is set to 1. The bitwise logical functions in R are overridden so that they can be used directly with 'fingerprint' objects. A number of distance metrics are also available (many contributed by Michael Fadock). Fingerprints can be converted to Euclidean vectors (i.e., points on the unit hypersphere) and can also be folded using OR. Arbitrary fingerprint formats can be handled via line handlers. Currently handlers are provided for CDK, MOE and BCI fingerprint data.

Getting started

Package details

AuthorRajarshi Guha <rajarshi.guha@gmail.com>
MaintainerRajarshi Guha <rajarshi.guha@gmail.com>
LicenseGPL
Version3.2
Package repositoryView on R-Forge
Installation Install the latest version of this package by entering the following in R:
install.packages("fingerprint", repos="http://R-Forge.R-project.org")

Try the fingerprint package in your browser

Any scripts or data that you put into this service are public.

fingerprint documentation built on May 2, 2019, 4:10 p.m.