1 / 17

The BME criterion for tree reconstruction and a Branch and Bound algorithm for BME-optimal trees.

The BME criterion for tree reconstruction and a Branch and Bound algorithm for BME-optimal trees. Fabio Pardi PhD student in Goldman Group European Bioinformatics Institute and University of Cambridge, UK Joint work with: Barbara Holland, Mike Hendy, Nick Goldman. Balanced Minimum Evolution.

hakan
Download Presentation

The BME criterion for tree reconstruction and a Branch and Bound algorithm for BME-optimal trees.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The BME criterion for tree reconstruction and a Branch and Bound algorithm for BME-optimal trees. Fabio PardiPhD student in Goldman GroupEuropean Bioinformatics Instituteand University of Cambridge, UKJoint work with:Barbara Holland, Mike Hendy, Nick Goldman

  2. Balanced Minimum Evolution What is BME? BME stands for Balanced Minimum Evolution and is a (new) criterion for distance-based tree reconstruction. It is based on Pauplin’s formula, ΛD(T), which estimates the total length of a tree, based on: (1) its topology T, (2) an estimated distance matrix D = (dij). [Pauplin 2000 J Mol Evol 51] The objective, like for any other Minimum Evolution (ME) method, is to find a T that minimises ΛD(T) (= “BME score”).

  3. Balanced Minimum Evolution Pauplin’s formula. ΛD(T) = ∑ij wij(T) dij where wij(T) = 1 / 2 branches between i and j How to get it: A reasonable estimate of the tree length: Λo= ½ (do(1)o(2)+do(2)o(3)+do(3)o(4)+do(4)o(5)+do(5)o(1)) o(5) o(1) = ½ ∑i do(i),o(i+1) But Λo is dependent on the ordering o… Pauplin’s formula can be obtained by averaging over all such o’s. [Semple & Steel 2004 Adv Appl Math 32] o(4) o(2) o(3) It can also be generalised to multifurcating trees, but not relevant here, as it can be proven that BME-optimal trees are always bifurcating.

  4. Balanced Minimum Evolution Neighbor Joining revealed! Until recently it was unclear whether NJ implicitly aimed at optimising some criterion. “NJ has some relation to unweighted least squares and some to minimum evolution, without being definable as an approximate algorithm for either” [Felsenstein’s textbook] Recently it was shown that NJ can be seen as a greedy algorithm that aims to minimise the BME score. [Desper & Gascuel 2005 (in MEP book)] [Gascuel & Steel 2006 MBE 23]

  5. Balanced Minimum Evolution Since NJ tries to (but usually does not) minimise the BME criterion, what about better algorithms for this? • Desper and Gascuel’s program FASTME implements: • A sequential addition strategy (which I will call Sadd). • A hill-climbing search where NNIs are the possible moves (BNNI).

  6. Balanced Minimum Evolution Since NJ tries to minimise the BME criterion, what about better algorithms for this? • Desper and Gascuel’s program FASTME implements: • A sequential addition strategy (which I will call Sadd). • A hill-climbing search where NNIs are the possible moves (BNNI).

  7. Balanced Minimum Evolution Since NJ tries to minimise the BME criterion, what about better algorithms for this? • Desper and Gascuel’s program FASTME implements: • A sequential addition strategy (which I will call Sadd). • A hill-climbing search where NNIs are the possible moves (BNNI).

  8. dRF(T, true T) dRF(T, true T) freq. T opt. freq. T opt. NJ 4.65 0% 61.0% BIONJ 4.65 -0.06% 44.6% Sadd 4.98 6.99% 36.0% NJ+BNNI 4.48 -3.66% 97.9% BIONJ+BNNI 4.48 -3.76% 98.0% Sadd+BNNI 4.50 -3.25% 97.7% BBBME 4.49 -3.38% 100% 3.61 0% 61.0% 3.53 -2.19% 48.7% 4.05 12.21% 35.5% 3.47 -3.80% 98.1% 3.46 -4.05% 97.9% 3.46 -3.91% 97.8% 3.46 -3.96% 100% Balanced Minimum Evolution Since NJ tries to minimise the BME criterion, what about better algorithms for this? • Desper and Gascuel’s program FASTME implements: • A sequential addition strategy (which I will call Sadd). • A hill-climbing search where NNIs are the possible moves (BNNI). The results are very good: (2 datasets of 2000 simulated 24-taxon distance matrices each, replicated from Desper and Gascuel 2002 J. Comp. Biol.) Also other papers [e.g. Vinh & von Haeseler 2005 BMC Bio] confirm that X + BNNI outperforms most (all?) existing distance methods.

  9. Balanced Minimum Evolution … constructing low-BME trees is good !!! BNNI performs very well, but it may get stuck in local minima. What about an exact algorithm for this problem? Branch and Bound !!! = explore the “meta-tree”. T Every time you enter a new node you assess whether you should go back or continue based on a lower bound LB on the score of the trees below. If LB > current best score, then no optimal tree is below there, so go back. For every T* here, Λ(T*)  LB

  10. i j Balanced Minimum Evolution A B&B approach to find BME trees: the bound. If along each path root-leaf the score can only increase then the score of the current tree is a LB. Parsimony has this property but BME doesn’t, unless we assume the triangle inequality… T Why?Λ(T) = avgoΛo == avgo½ ∑i do(i),o(i+1) k Λ’o - Λo= ½ (dik+ dkj – dij)≥ 0 Λ(T U k) – Λ(T ) = avgo(Λ’o – Λo)≥ 0 For every T* here, Λ(T*)  LB

  11. whereβk = min { dik + djk – dij } i,j added before k Λ(T*)  Λ(T) + ½ ∑ βk knot in T Balanced Minimum Evolution A B&B approach to find BME trees: the bound. Taking that idea further, we can drop the triangle inequality assumption and have that Λ(T Uk) – Λ(T) ≥½ βk T • Which is good because: • The triangle inequality often does not hold. • The ∑βk above is usually positive, so this is a better bound than simply requiring an increase Λ(T*)  Λ(T). For every T* here, Λ(T*)  LB

  12. Dataset ‘small’ Dataset ‘moderate’ dRF(T, true T) dRF(T, true T) freq. T opt. freq. T opt. NJ 4.65 0% 61.0% BIONJ 4.65 -0.06% 44.6% Sadd 4.98 6.99% 36.0% NJ+BNNI 4.48 -3.66% 97.9% BIONJ+BNNI 4.48 -3.76% 98.0% Sadd+BNNI 4.50 -3.25% 97.7% BBBME 4.49 -3.38% 100% 3.61 0% 61.0% 3.53 -2.19% 48.7% 4.05 12.21% 35.5% 3.47 -3.80% 98.1% 3.46 -4.05% 97.9% 3.46 -3.91% 97.8% 3.46 -3.96% 100% Balanced Minimum Evolution A B&B approach to find BME trees: results and conclusions. I implemented the algorithm in a program called BBBME. This allows us to see how far the heuristics in FASTME are from the optimum. FASTME’s heuristics are very good... The suboptimal trees produced by BNNI seem as good as the optimal trees. Will these results also hold for larger distance matrices (≥ 24 taxa)? Unfortunately, experimenting with larger distance matrices is hard.

  13. Thanks: Mike Hendy Barbara Holland Nick Goldman David Penny Mike Steel Rick Desper Olivier Gascuel

  14. Running time on 24-taxon distance matrices: each run typically takes only few seconds (on 2.80Ghz CPUs with 1.5GB RAM) But the running time still increases exponentially with the number of taxa: the B&B approach seems applicable up to ~40 taxa…

  15. Balanced Minimum Evolution A Branch and Bound approach to find BME trees: Computational aspects If we are naïve, calculating the BME score Λ(T’)will take O(k2). T However one can use Λ(T), and it turns out that Λ(T’) can then be calculated in O(1). k leaves O(k2) O(k2) O(k2) O(k2) O(k3) O(k2) T’ k+1 leaves

  16. Balanced Minimum Evolution A Branch and Bound approach to find BME trees: Computational aspects If we are naïve, calculating the BME score Λ(T’)will take O(k2). T However one can use Λ(T), and it turns out that Λ(T’) can then be calculated in O(1). k leaves O(1) O(1) O(1) O(1) O(k) O(1) T’ Λ(T’) = Λ(T) + f(ΔT) where ΔT is a data structure – of O(k2) size – that needs to be updated for each new T. This takes O(k diamT) = O(k log k). k+1 leaves [Desper and Gascuel 2002 J. Comp. Biol.]

More Related