Function
hammingDistance
Determines the Hamming distance between two sequences.
hammingDistance<TType>(begin1,end1,begin2)
Include Headers
seqan/find_motif.h
Parameters
TType
Distance type.
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
 

Page built @2013/07/11 09:12:17