Description Usage Arguments Value Examples
This function performs a Needleman-Wunsch alignment between two sequences, and then counts the number of mismatches and indels in that alignment. End gaps are not included in this count.
1 |
s1 |
(Required). |
s2 |
(Required). |
... |
(Optional). Further arguments to pass on to |
integer(1)
. The total number of mismatches and gaps, excluding gaps at the beginning
and end of the alignment.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.