# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "fingerprint" in publications use:' type: software license: GPL-1.0-only title: 'fingerprint: Functions to Operate on Binary Fingerprint Data' version: 3.5.10 doi: 10.32614/CRAN.package.fingerprint abstract: 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. authors: - family-names: Guha given-names: Rajarshi email: rajarshi.guha@gmail.com - family-names: Charlop-Powers given-names: Zach email: zach.charlop.powers@gmail.com repository: https://zachcp.r-universe.dev repository-code: https://github.com/CDK-R/cdkr commit: d81e315b6a1edfb4ff7a829edf4d3fb1a55714b3 url: https://github.com/CDK-R/cdkr date-released: '2026-04-03' contact: - family-names: Charlop-Powers given-names: Zach email: zach.charlop.powers@gmail.com