Generate phylogenetic trees using hierarchical agglomerative clustering from sequence data
Agglomerative clustering is a hierarchical clustering method used in phylogenetic analysis. It builds trees by iteratively merging the closest clusters based on distance metrics, creating a dendrogram that shows evolutionary relationships between sequences.
Build phylogenetic trees in three steps:
This tool is useful when you need to:
Sample sequences in FASTA format:
>Species_A ATCGATCGATCG >Species_B ATCGATCAATCG >Species_C ATCAATCGATCGTry with your own sequences or use the Example button.
Newick tree format:
((Species_A:0.042,Species_B:0.042):0.083,Species_C:0.125);Can be visualized in tree viewing software.
Q: What is UPGMA?
A: Unweighted Pair Group Method with Arithmetic Mean - the most common linkage method for phylogenetics.
Q: Which distance metric should I use?
A: Hamming for simple differences, Jukes-Cantor or Kimura for evolutionary models.