Group UpgmaConfiguratorTags
Tags for configuring the guide tree construction.

Grouped Tags Overview

Grouped Tags Detail

typedef Tag<UpgmaAvg_> const UpgmaAvg;

Defined in
<seqan/graph_msa.h>
Uses the avg operation in the UPGMA algorithm.

typedef Tag<UpgmaMax_> const UpgmaMax;

Defined in
<seqan/graph_msa.h>
Uses the max operation in the UPGMA algorithm.

typedef Tag<UpgmaMin_> const UpgmaMin;

Defined in
<seqan/graph_msa.h>
Uses the min operation in the UPGMA algorithm.

typedef Tag<UpgmaAvg_> const UpgmaWeightAvg;

Defined in
<seqan/graph_msa.h>
Uses the weighted avg operation in the UPGMA algorithm.