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 26 Aug. 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

leafgl  
High-Performance 'WebGl' Rendering for Package 'leaflet'
Provides bindings to the 'Leaflet.glify' JavaScript library which extends the 'leaflet' JavaScript l ...
Download / Learn more Package Citations See dependency  
SelvarMix  
Regularization for Variable Selection in Model-Based Clustering and Discriminant Analysis
Performs a regularization approach to variable selection in themodel-based clustering and classifica ...
Download / Learn more Package Citations See dependency  
ncodeR  
Techniques for Automated Classifiers
A set of techniques that can be used to develop, validate, and implement automated classifiers. A po ...
Download / Learn more Package Citations See dependency  
clinUtils  
General Utility Functions for Analysis of Clinical Data
Utility functions to facilitate the import, the reporting and analysis of clinical data. Example ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
PCADSC  
Tools for Principal Component Analysis-Based Data Structure Comparisons
A suite of non-parametric, visual tools for assessing differences in data structures for two datase ...
Download / Learn more Package Citations See dependency  

28,332

R Packages

239,283

Dependencies

75,113

Author Associations

28,333

Publication Badges

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