dist_hamming | R Documentation |
Hamming distance between two sequences.
dist_hamming(x, y, sites)
x |
Character vector. Sequence 1. |
y |
Character vector. Sequence 2. |
sites |
List of integer vectors. Positions where the differences are calculated.
For example, |
Hamming distance at the selected sites.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.