Quartet distance

Source: Wikipedia, the free encyclopedia.

The quartet distance[1] is a way of measuring the distance between two phylogenetic trees. It is defined as the number of subsets of four leaves that are not related by the same topology in both trees.

Computing the quartet distance

The most straightforward computation of the quartet distance would require time, where is the number of leaves in the trees.

For binary trees, better algorithms have been found to compute the distance in

  • time[2]
  • time[3]

and

  • time[4]

Gerth Stølting Brodal et al. found an algorithm that takes time to compute the quartet distance between two multifurcating trees when is the maximum degree of the trees,[5] which is accessible in C, perl, and the R package Quartet.

References

  1. JSTOR 2413326
    .
  2. ^ Bryant, D.; J. Tsang; P. E. Kearney; M. Li. (11 Jan 2000). "Computing the quartet distance between evolutionary trees". Proceedings of the Eleventh Annual ACM-SIAM Symposium on Discrete Algorithms. N.Y.: ACM Press: 285–286.
  3. ^ Brodal, Gerth Stølting; Fagerberg, Rolf; Pedersen, Christian N. S. (2001). "Computing the Quartet Distance between Evolutionary Trees in Time ". Algorithms and Computation. Lecture Notes in Computer Science. Vol. 2223. pp. 731–742. .
  4. ^ Brodal, Gerth Stølting; Rolf Fagerberg; Christian Nørgaard Storm Pedersen (2003). "Computing the Quartet Distance Between Evolutionary Trees in Time ". Algorithmica. 38 (2): 377–395.
    S2CID 6911940
    .
  5. .