Description Usage Arguments Value Examples
Calculates hamming distance between two DNA sequences with same lenght.
1 | hammingDistance(seq1, seq2)
|
seq1 |
A vector with characters indicating first DNA sequence. |
seq2 |
A vector with characters indicating second DNA sequence. |
Character indicating the aminoacid as a result from the genetic code.
1 | hammingDistance(c("A","C","A","A","C","T","C","A","T"), c("A","G","A","G","C","T","C","A","A"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.