Other packages > Find by keyword >

fingerprint  

Functions to Operate on Binary Fingerprint Data
View on CRAN: Click here


Download and install fingerprint package within the R console
Install from CRAN:
install.packages("fingerprint")

Install from Github:
library("remotes")
install_github("cran/fingerprint")

Install by package version:
library("remotes")
install_version("fingerprint", "3.5.7")



Attach the package and use:
library("fingerprint")
Maintained by
Rajarshi Guha
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2006-09-29
Latest Update: 2018-01-07
Description:
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.
How to cite:
Rajarshi Guha (2006). fingerprint: Functions to Operate on Binary Fingerprint Data. R package version 3.5.7, https://cran.r-project.org/web/packages/fingerprint. Accessed 08 Mar. 2026.
Previous versions and publish date:
1.5 (2006-09-29 13:30), 1.6 (2006-10-02 21:59), 1.7 (2006-10-25 17:26), 2.0 (2006-11-02 12:51), 2.1 (2006-11-05 22:05), 2.2 (2006-12-15 18:56), 2.3 (2007-06-24 23:07), 2.4 (2007-08-10 10:47), 2.5 (2007-08-14 21:51), 2.6 (2007-10-07 10:31), 2.7 (2007-11-09 09:33), 2.8.1 (2008-07-28 08:12), 2.8 (2008-07-20 11:09), 2.9 (2008-10-12 11:02), 3.0 (2008-10-19 18:59), 3.1.1 (2009-02-12 17:42), 3.1.2 (2009-02-23 17:56), 3.1 (2008-11-09 10:22), 3.2 (2009-11-01 18:33), 3.3.1 (2010-06-04 10:41), 3.4.1 (2010-11-07 17:45), 3.4.2 (2011-04-14 18:45), 3.4.3 (2011-06-03 08:06), 3.4.4 (2011-06-04 09:24), 3.4.5 (2011-07-26 16:16), 3.4.7 (2012-02-27 07:48), 3.4.8.1 (2012-09-03 14:33), 3.4.9.1 (2013-04-05 20:57), 3.4.9 (2012-10-31 08:22), 3.4 (2010-10-21 12:48), 3.5.0.1 (2013-10-06 23:34), 3.5.2 (2013-10-28 00:16), 3.5.4 (2016-11-12 21:41), 3.5.6 (2017-09-19 18:18)
Other packages that cited fingerprint R package
View fingerprint citation profile
Other R packages that fingerprint depends, imports, suggests or enhances
Complete documentation for fingerprint
Functions, R codes and Examples using the fingerprint R package
Some associated functions: balance . bitimp . bitspec . c . count-methods . distance-methods . facmat . feature-methods . feature . featvec . fingerprint . fold . fplogical . length . linefunc . mat . read . rndfp . shannon . show . sim . string . vec . 
Some associated R codes: balance.R . bitimp.R . bitspec.R . feature.R . featurefp.R . fingerprint.R . matrix.R . misc.R . ops.R . read.R . zzz.R .  Full fingerprint package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

vars  
VAR Modelling
Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error varia ...
Download / Learn more Package Citations See dependency  
ptycho  
Bayesian Variable Selection with Hierarchical Priors
Bayesian variable selection for linear regression models using hierarchical priors. There is a pr ...
Download / Learn more Package Citations See dependency  
candisc  
Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Functions for computing and visualizing generalized canonical discriminant analyses and canonical c ...
Download / Learn more Package Citations See dependency  
generator  
Generate Data Containing Fake Personally Identifiable Information
Allows users to quickly and easily generate fake data containing Personally Identifiable Informatio ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

26,270

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA