NeedlemanWunschSimilarity

NeedlemanWunschSimilarity[u,v]

gives a number representing the NeedlemanWunsch similarity between strings, vectors or biomolecular sequences u and v.

Details and Options

  • NeedlemanWunschSimilarity[u,v] finds an optimal global alignment between the elements of u and v, and returns the number of one-element matches.
  • For strings, setting the option IgnoreCase->True makes NeedlemanWunschSimilarity treat lowercase and uppercase letters as equivalent.
  • With the default setting SimilarityRules->Automatic, each match between two characters contributes to the total similarity score, while each mismatch, insertion, or deletion contributes .
  • The option GapPenalty specifies an additional cost to be subtracted from the similarity score for any run of insertions or deletions.

Examples

open allclose all

Basic Examples  (3)

NeedlemanWunsch similarity between two strings:

NeedlemanWunsch similarity between two vectors:

NeedlemanWunsch similarity between two biomolecular sequences:

Options  (1)

SimilarityRules  (1)

The "SimilarDegenerateBases" setting allows a higher similarity for matching degenerate terms in biomolecular sequences:

Wolfram Research (2008), NeedlemanWunschSimilarity, Wolfram Language function, https://reference.wolfram.com/language/ref/NeedlemanWunschSimilarity.html (updated 2020).

Text

Wolfram Research (2008), NeedlemanWunschSimilarity, Wolfram Language function, https://reference.wolfram.com/language/ref/NeedlemanWunschSimilarity.html (updated 2020).

CMS

Wolfram Language. 2008. "NeedlemanWunschSimilarity." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/NeedlemanWunschSimilarity.html.

APA

Wolfram Language. (2008). NeedlemanWunschSimilarity. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NeedlemanWunschSimilarity.html

BibTeX

@misc{reference.wolfram_2023_needlemanwunschsimilarity, author="Wolfram Research", title="{NeedlemanWunschSimilarity}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/NeedlemanWunschSimilarity.html}", note=[Accessed: 18-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_needlemanwunschsimilarity, organization={Wolfram Research}, title={NeedlemanWunschSimilarity}, year={2020}, url={https://reference.wolfram.com/language/ref/NeedlemanWunschSimilarity.html}, note=[Accessed: 18-March-2024 ]}