Quartet distance

The quartet distance 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 O(N^4) time, where N is the number of leaves in the trees.

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

and

Christiansen et al. found an algorithm that takes O(N^2D^2) time to compute the quartet distance between two multifurcating trees when D is the maximum degree of the trees.[4]

References

  1. Bryant, D.; J. Tsang, P. E. Kearney, and 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.
  2. Brodal, Gerth Stølting; Rolf Fagerberg and Christian N.S. Pedersen (2001). "Computing the Quartet Distance Between Evolutionary Trees in Time N log^2 N". Algorithmica. Springer-Verlag. pp. 731–742.
  3. Brodal, Gerth Stølting; Rolf Fagerberg and Christian Nørgaard Storm Pedersen (2003). "Computing the Quartet Distance Between Evolutionary Trees in Time O(n\log n)". Algorithmica, Special issue on ISAAC 2001 38 (2): 377–395.
  4. Christiansen, C; T Mailund; CNS Pedersen; M Randers (2005). "Computing the Quartet Distance Between Trees of Arbitrary Degree". Proceedings of Workshop on Algorithms in Bioinformatics (WABI) (Springer-Verlag) 3692: 77–88.