Description Usage Arguments Value Examples
How many nucleotides (characters) are different between the two strings?
1 | nucleotide_distance(seq1, seq2)
|
seq1 |
string dna sequence |
seq2 |
dna sequence to compare same length as seq1 |
integer number of different characters
1 | nucleotide_distance("AA", "AC")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.