CBMG 688N/O Home Syllabus Links Hints

Analytical methods: tree searching

A. Exhaustive search
B. Branch and Bound search
  1. Determine an upper bound for the length of the shortest tree
  2. Follow a predictable search path through possible tree topologies, similar to an exhaustive search
  3. Abandon any fork of the search tree when the upper bound is exceeded before the last taxon is added
C. Heuristic search
  1. Find a starting tree
  2. Rearrange tree looking for better ones

Search Strategies

Supertrees

When it is impractical to find a single tree, either because the dataset is very large, or because the data are heterogeneous or missing for groups of taxa, it is possible to find several trees that span the data and then add these trees together.

A supertree is not the same thing as a consensus tree.

Consensus trees summarize topological variation among trees with the same taxa. Supertrees represent a summary phylogeny of two or more trees with partially overlapping taxa.

Supertree analyses are very useful, but create a number of poorly understood complications.

 


Bininda-Emonds, O. R. P., J. L. Gittleman, and M. A. Steel. 2002. The (Super)tree of life: Procedures, problems, and prospects. Annual Review of Ecology and Systematics 33:265-289.

Goloboff, P. A., and D. Pol. 2002. Semi-strict supertrees. Cladistics 18:514-525.

Nixon, K. 1999. The parsimony ratchet, a new method for rapid parsimony analysis. Cladistics 15:407-414.

Sanderson, M. J., A. Purvis, and C. Henze. 1998. Phylogenetic supertrees: assembling the trees of life. Trends in Ecology and Evolution 13:105-109.

Felsenstein, Chapters 4 and 5.

Tree Searching: HMM pp. 478-485.