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 31 Mar. 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
03/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/30Downloads for fingerprint102030405060708090100110120TrendBars

Today's Hot Picks in Authors and Packages

PermutationR  
Conduct Permutation Analysis of Variance in R
Conduct permutation One-Way or Two-Way Analysis of Variance in R. Use different permutation types fo ...
Download / Learn more Package Citations See dependency  
tclust  
Robust Trimmed Clustering
Provides functions for robust trimmed clustering. The methods are described in Garcia-Escudero (200 ...
Download / Learn more Package Citations See dependency  
whitebox  
'WhiteboxTools' R Frontend
An R frontend for the 'WhiteboxTools' library, which is an advanced geospatial data analysis platfor ...
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  
equivUMP  
Uniformly Most Powerful Invariant Tests of Equivalence
Implementation of uniformly most powerful invariant equivalence tests for one- and two-sample probl ...
Download / Learn more Package Citations See dependency  
popbio  
Construction and Analysis of Matrix Population Models
Construct and analyze projection matrix models from a demography study of marked individuals classif ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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