Function
hammingDistance
Determines the Hamming distance between two sequences.
hammingDistance(begin1,end1,begin2)
Parameters
begin1
An iterator pointing to the beginning of the first sequence which is either a DnaString or a Peptide.
end1
An iterator pointing to the end of the first sequence which is either a DnaString or a Peptide.
begin2
An iterator pointing to the beginning of the second sequence which is either a DnaString or a Peptide.
SeqAn - Sequence Analysis Library - www.seqan.de