SmithWatermanSimilarity
gives a number representing the Smith–Waterman similarity between strings, vectors or bio sequences u and v.
Details and Options
- SmithWatermanSimilarity[u,v] finds an optimal local alignment between the elements of u and v, and returns the number of one-element matches.
- For strings, setting the option IgnoreCase->True makes SmithWatermanSimilarity treat lowercase and uppercase letters as equivalent.
- With the default setting SimilarityRules->Automatic, each match between two characters contributes 1 to the total similarity score, while each mismatch, insertion, or deletion contributes -1.
- The option GapPenalty specifies an additional cost to be subtracted from the similarity score for any run of insertions or deletions.
Examples
open allclose allBasic Examples (3)
Wolfram Research (2008), SmithWatermanSimilarity, Wolfram Language function, https://reference.wolfram.com/language/ref/SmithWatermanSimilarity.html (updated 2020).
Text
Wolfram Research (2008), SmithWatermanSimilarity, Wolfram Language function, https://reference.wolfram.com/language/ref/SmithWatermanSimilarity.html (updated 2020).
CMS
Wolfram Language. 2008. "SmithWatermanSimilarity." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/SmithWatermanSimilarity.html.
APA
Wolfram Language. (2008). SmithWatermanSimilarity. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SmithWatermanSimilarity.html