Package: fingerprint 3.5.7

fingerprint: Functions to Operate on Binary Fingerprint Data

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.

Authors:Rajarshi Guha <[email protected]>

fingerprint_3.5.7.tar.gz
fingerprint_3.5.7.zip(r-4.5)fingerprint_3.5.7.zip(r-4.4)fingerprint_3.5.7.zip(r-4.3)
fingerprint_3.5.7.tgz(r-4.4-x86_64)fingerprint_3.5.7.tgz(r-4.4-arm64)fingerprint_3.5.7.tgz(r-4.3-x86_64)fingerprint_3.5.7.tgz(r-4.3-arm64)
fingerprint_3.5.7.tar.gz(r-4.5-noble)fingerprint_3.5.7.tar.gz(r-4.4-noble)
fingerprint_3.5.7.tgz(r-4.4-emscripten)fingerprint_3.5.7.tgz(r-4.3-emscripten)
fingerprint.pdf |fingerprint.html
fingerprint/json (API)

# Install 'fingerprint' in R:
install.packages('fingerprint', repos = c('https://rajarshi.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/rajarshi/cdkr/issues

On CRAN:

23 exports 2.94 score 0 dependencies 13 dependents 4 mentions 79 scripts 1.1k downloads

Last updated 7 years agofrom:b0fde145c9. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 03 2024
R-4.5-win-x86_64NOTESep 03 2024
R-4.5-linux-x86_64NOTESep 03 2024
R-4.4-win-x86_64NOTESep 03 2024
R-4.4-mac-x86_64NOTESep 03 2024
R-4.4-mac-aarch64NOTESep 03 2024
R-4.3-win-x86_64NOTESep 03 2024
R-4.3-mac-x86_64NOTESep 03 2024
R-4.3-mac-aarch64NOTESep 03 2024

Exports:balancebci.lfbit.importancebit.spectrumcdk.lfcountcount<-distanceecfp.lfeuc.vectorfeaturefeature<-foldfp.factor.matrixfp.readfp.read.to.matrixfp.sim.matrixfp.to.matrixfps.lfjchem.binary.lfmoe.lfrandom.fingerprintshannon

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Generates a String Representation of a Fingerprintas.character as.character,feature-method as.character,featvec-method as.character,fingerprint-method
Generate a Balanced Code Fingerprintbalance
Evaluate the Discriminatory Power of Individual Bits in a Binary Fingerprintbit.importance
Generate a Bit Spectrum from a List of Fingerprintsbit.spectrum
Combine Multiple Features to Give a List of Featuresc,feature-method
Functions to parse lines from fingerprint filesbci.lf cdk.lf ecfp.lf fps.lf jchem.binary.lf moe.lf
Get or Set Count of Occurence of a Featurecount count,feature-method count-methods count<- count<-,feature,numeric-method count<--methods
Calculates the Similarity or Dissimilarity Between Two Fingerprintsdistance distance,featvec,featvec,character,missing,missing-method distance,featvec,featvec,missing,missing,missing-method distance,fingerprint,fingerprint,character,missing,missing-method distance,fingerprint,fingerprint,character,numeric,numeric-method distance,fingerprint,fingerprint,missing,missing,missing-method distance-methods
Euclidean Representation of Binary Fingerprintseuc.vector
Class "feature"feature-class
Get or Set the Character String Representing the Featurefeature feature,feature-method feature-methods feature<- feature<-,feature,character-method feature<--methods
Class "featvec"distance,featvec,featvec,character-method distance,featvec,featvec,missing-method featvec-class length,featvec-method
Class "fingerpint"euc.vector,fingerprint-method fingerprint-class fold,fingerprint-method random.fingerprint,numeric,numeric-method
Fold a fingerprintfold
Converts a List of Fingerprints to a data.frame of Factorsfp.factor.matrix
Functions to Read Fingerprints From Filesfp.read fp.read.to.matrix
Calculates a Similarity Matrix for a Set of Fingerprintsfp.sim.matrix
Converts a List of Fingerprints to a Matrixfp.to.matrix
Logical Operators for Fingerprints! !,fingerprint-method & &,fingerprint,fingerprint-method xor xor,fingerprint,fingerprint-method | |,fingerprint,fingerprint-method
Fingerprint Bit Lengthlength length,fingerprint-method
Generate Randomized Fingerprintsrandom.fingerprint
Evaluate Shannon Entropy for a Set of Fingerprintsentropy shannon
String Representation of a Fingerprint or Featureshow,feature-method show,featvec-method show,fingerprint-method