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 15 Jul. 2026.
Previous versions and publish date:
(2026-07-09 07:38), 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), 3.5.7 (2018-01-07 23:45)
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

SECFISH  
Disaggregate Variable Costs
These functions were developed within SECFISH project (Strengthening regional cooperation in the are ...
Download / Learn more Package Citations See dependency  
footBayes  
Fitting Bayesian and MLE Football Models
This is the first package allowing for the estimation, visualization and prediction of the most wel ...
Download / Learn more Package Citations See dependency  
gamlss.add  
Extra Additive Terms for Generalized Additive Models for Location Scale and Shape
Interface for extra smooth functions including tensor products, neural networks and decision trees. ...
Download / Learn more Package Citations See dependency  
PermAlgo  
Permutational Algorithm to Simulate Survival Data
This version of the permutational algorithm generates a dataset in which event and censoring times ...
Download / Learn more Package Citations See dependency  
binhf  
Haar-Fisz Functions for Binomial Data
Binomial Haar-Fisz transforms for Gaussianization as in Nunes and Nason (2009). ...
Download / Learn more Package Citations See dependency  
gscaLCA  
Generalized Structure Component Analysis- Latent Class Analysis & Latent Class Regression
Execute Latent Class Analysis (LCA) and Latent Class Regression (LCR) by using Generalized Structu ...
Download / Learn more Package Citations See dependency  

27,806

R Packages

239,283

Dependencies

73,837

Author Associations

27,807

Publication Badges

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