Description Usage Arguments Value Methods Author(s) References Examples
A number of distance metrics can be calculated for binary fingerprints. Some of these are actually similarity metrics and thus represent the reverse of a distance metric.
The following are distance (dissimilarity) metrics
Hamming
Mean Hamming
Soergel
Pattern Difference
Variance
Size
Shape
The following metrics are similarity metrics and so the distance can be obtained by subtracting the value fom 1.0
Tanimoto
Dice
Modified Tanimoto
Simple
Jaccard
Russel-Rao
Rodgers Tanimoto
Cosine
Achiai
Carbo
Baroniurbanibuser
Kulczynski2
Robust
Finally the method also provides a set of composite and asymmetric distance metrics
Hamann
Yule
Pearson
Dispersion
McConnaughey
Stiles
Simpson
Petke
Tversky
The default metric is the Tanimoto coefficient.
1 | distance(fp1, fp2, method, a, b)
|
fp1 |
An object of class |
fp2 |
An object of class |
a |
Parameter for the Tversky index |
b |
Parameter for the Tversky index |
method |
The type of distance metric desired. Partial matching is
supported and the deault is
If the two fingerprints are of class |
Numeric value representing the distance in the specified metric between the supplied fingerprint objects
signature(fp1 = "featvec", fp2 = "featvec", method = "character", a = "missing", b = "missing")
Similarity method for feature vector type fingerprints, supporting tanimoto
, robust
and dice
metrics.
signature(fp1 = "featvec", fp2 = "featvec", method = "missing", a = "missing", b = "missing")
Evaluate Tanimoto similarity between two feature vector fingerprints
signature(fp1 = "fingerprint", fp2 = "fingerprint", method = "character", a = "missing", b = "missing")
Evaluate similarity (or dissimilrity) between two binary fingerprints. See below for a list of possible similarity (or dissimilarity) metrics
signature(fp1 = "fingerprint", fp2 = "fingerprint", method = "character", a = "numeric", b = "numeric")
Evaluate Tversky similarity between two binary fingerprints.
signature(fp1 = "fingerprint", fp2 = "fingerprint", method = "missing", a = "missing", b = "missing")
Evaluate Tanimoto similarity between two binary fingerprints
Rajarshi Guha rajarshi.guha@gmail.com
Fligner, M.A.; Verducci, J.S.; Blower, P.E.; A Modification of the Jaccard-Tanimoto Similarity Index for Diverse Selection of Chemical Compounds Using Binary Strings, Technometrics, 2002, 44(2), 110-119
Monve, V.; Introduction to Similarity Searching in Chemistry, MATCH - Comm. Math. Comp. Chem., 2004, 51, 7-38
1 2 3 4 5 6 7 8 9 10 11 |
[1] 1
[1] 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.