Related Experiment Video
Updated: May 9, 2026

A Practical Guide to Phylogenetics for Nonexperts
Published on: February 5, 2014
Minimizing the average distance to a closest leaf in a phylogenetic tree
Frederick A Matsen1, Aaron Gallagher, Connor O McCoy
1Program in Computational Biology, Fred Hutchinson Cancer Research Center, Seattle, WA 91802, USA.
This study introduces a new method for selecting representative molecular sequence subsets, minimizing Average Distance to the Closest Leaf (ADCL). An exact dynamic programming approach offers superior solutions compared to greedy or Partitioning Around Medoids heuristics.
Area of Science:
- Bioinformatics
- Computational Biology
- Genomics
Background:
- Selecting representative subsets of molecular sequences is crucial for efficient analysis and comparative studies.
- Existing methods may not effectively capture diversity or accurately represent larger datasets.
Purpose of the Study:
- To formalize sequence subset selection problems using the Average Distance to the Closest Leaf (ADCL) criterion.
- To develop and evaluate algorithms for minimizing ADCL, aiming for representative sequence subsets.
Main Methods:
- Investigated greedy algorithms, finding them ineffective.
- Evaluated a Partitioning Around Medoids (PAM) heuristic, noting its tendency to get stuck in local minima.
- Developed an exact dynamic programming approach for ADCL minimization.
Main Results:
- The greedy algorithm was ineffective.
- PAM heuristic showed good performance on simulated trees but can get stuck in local minima.
- The exact dynamic programming approach provides optimal solutions and is applicable for various subset sizes.
- ADCL criterion selects fewer chimeric sequences than random subsets on real data.
Conclusions:
- An exact dynamic programming algorithm effectively minimizes Average Distance to the Closest Leaf for representative molecular sequence subset selection.
- This approach offers advantages over heuristic methods like PAM, especially in solution optimality and flexibility.
- The developed algorithms, implemented in public software, improve the selection of reference sequences for phylogenetic analysis and reduce chimeric sequence identification.
Related Concept Videos
Microbial Phylogeny
Phylogenetic Trees
Phylogenetic Trees
Evolutionary Relationships through Genome Comparisons
Gene Evolution - Fast or Slow?
In contrast, regions which code...
Gene Evolution - Fast or Slow?
In contrast, regions which code...

