Description Usage Arguments Value
hamming
computes the hamming distance between two equal length strings. The hamming distance
is the number of different characters between strings. Is called by get_mapped_barcode_indices
.
1 | hamming(str1, str2)
|
str1 |
The first string, should be equal length to |
str2 |
The second string, should be equal length to |
Returns the hamming distance, a scalar integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.