Group DistanceCalculationTags
Tags for specifying how to calculate distance matrices.

Grouped Tags Overview

Grouped Tags Detail

typedef Tag<LibraryDistance_> const KmerDistance;

Defined in
<seqan/graph_msa.h>
Using a simple kmer count to determine a distance matrix.

typedef Tag<LibraryDistance_> const LibraryDistance;

Defined in
<seqan/graph_msa.h>
Using the library itself and heaviest common subsequence to determine a distance matrix.