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]
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 11 May. 2025.
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
04/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/0705/0805/0905/10Downloads for fingerprint102030405060708090100TrendBars

Today's Hot Picks in Authors and Packages

PhySortR  
A Fast, Flexible Tool for Sorting Phylogenetic Trees
Screens and sorts phylogenetic trees in both traditional and extended Newick format. Allows for the ...
Download / Learn more Package Citations See dependency  
betaSandwich  
Robust Confidence Intervals for Standardized Regression Coefficients
Generates robust confidence intervals for standardized regression coefficients using heteroskedasti ...
Download / Learn more Package Citations See dependency  
hash  
Full Featured Implementation of Hash Tables/Associative Arrays/Dictionaries
Implements a data structure similar to hashes in Perl and dictionaries in Python but with a purposef ...
Download / Learn more Package Citations See dependency  
PTwins  
Percentile Estimation of Fetal Weight for Twins by Chorionicity
Package to Percentile estimation of fetal weight for twins by chorionicity (dichorionic-diamniotic o ...
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  
cliapp  
Create Rich Command Line Applications
Create rich command line applications, with colors, headings, lists, alerts, progress bars, etc. It ...
Download / Learn more Package Citations See dependency  

24,223

R Packages

207,311

Dependencies

65,402

Author Associations

24,224

Publication Badges

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