Oliv: “chap01” page
32 pages
English

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris

Découvre YouScribe en t'inscrivant gratuitement

Je m'inscris
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus
32 pages
English
Obtenez un accès à la bibliothèque pour le consulter en ligne
En savoir plus

Description

Oliv: “chap01” — 2005/1/20 — 15:28 — page 1 — _1 1 THE MINIMUM EVOLUTION DISTANCE-BASED APPROACH TO PHYLOGENETIC INFERENCE Richard Desper and Olivier Gascuel Distance algorithms remain among the most popular for reconstructing phylogenies, especially for researchers faced with data sets with large num- bers of taxa. Distance algorithms are much faster in practice than character or likelihood algorithms, and least-squares algorithms produce trees that have several desirable statistical properties. The fast Neighbor Joining heuristic has proven to be quite popular with researchers, but su?ers some- what from a lack of a statistical foundation. We show here that the balanced minimum evolution approach provides a robust statistical justification and is amenable to fast heuristics that provide topologies superior among the class of distance algorithms. The aim of this chapter is to present a compre- hensive survey of the minimum evolution principle, detailing its variants, algorithms, and statistical and combinatorial properties. The focus is on the balanced version of this principle, as it appears quite well suited for phylogenetic inference, from a theoretical perspective as well as through computer simulations. 1.1 Introduction In this chapter, we present recent developments in distance-based phylogeny reconstruction. Whereas character-based (parsimony or probabilistic) methods become computationally infeasible as data sets grow larger, current distance methods are fast enough to build trees with thousands of taxa in a few minutes on an ordinary computer.

  • methods such

  • nj topologies

  • phylogenetic inference

  • than least-squares

  • based approach

  • square method

  • tree metrics


Informations

Publié par
Nombre de lectures 17
Langue English

Extrait

1THE MINIMUM EVOLUTION DISTANCE-BASEDAPPROACH TO PHYLOGENETIC INFERENCE
Richard Desper and Olivier Gascuel
Distance algorithms remain among the most popular for reconstructingphylogenies, especially for researchers faced with data sets with large num-bers of taxa. Distance algorithms are much faster in practice than characteror likelihood algorithms, and least-squares algorithms produce trees thathave several desirable statistical properties. The fast Neighbor Joiningheuristic has proven to be quite popular with researchers, but suffers some-what from a lack of a statistical foundation. We show here that the balancedminimum evolution approach provides a robust statistical justification andis amenable to fast heuristics that provide topologies superior among theclass of distance algorithms. The aim of this chapter is to present a compre-hensive survey of the minimum evolution principle, detailing its variants,algorithms, and statistical and combinatorial properties. The focus is onthe balanced version of this principle, as it appears quite well suited forphylogenetic inference, from a theoretical perspective as well as throughcomputer simulations.
1.1 IntroductionIn this chapter, we present recent developments in distance-based phylogenyreconstruction. Whereas character-based (parsimony or probabilistic) methodsbecome computationally infeasible as data sets grow larger, current distancemethods are fast enough to build trees with thousands of taxa in a few minutes onan ordinary computer. Moreover, estimation of evolutionary distances relies onprobabilistic models of sequence evolution, and commonly used estimators derivefrom the maximum likelihood (ML) principle (see Chapter 2, this volume). Thisholds for nucleotide and protein sequences, but also for gene order data (seeChapter 13, this volume). Distance methods are thus model based, just likefull maximum likelihood methods, but computations are simpler as the startinginformation is the matrix of pairwise evolutionary distances between taxa insteadof the complete sequence set.Although phylogeny estimation has been practiced since the days of Darwin,in the 1960s the accumulation of molecular sequence data gave unbiased1
Oliv: “chap01” — 2005/1/20 — 15:28 — pag e 1 — #1
2 MINIMUM EVOLUTION DISTANCE-BASED APP ROACHsequence characters (in contrast with subjective morphological characters) tobuild phylogenies, and more sophisticated methods were proposed. Cavalli-Sforzaand Edwards [9] and Fitch and Margoliash [19] both used standard least-squaresprojection theory in seeking an optimal topology. While statistically sound, theleast-squares methods have typically suffered from great computational com-plexity, both because finding optimal edge lengths for a given topology wascomputationally demanding and because a new set of calculations was neededfor each topology. This was simplified and accelerated by Felsenstein[18] in theFITCH algorithm [17], and by Makarenkov and Leclerc [35], but heuristic least-squares approaches are still relatively slow, with time complexity inO(n4) ormore, wherenis the number of taxa.In the late 1980s, distance methods became quite popular with the appear-ance of the Neighbor Joining algorithm (NJ) of Saitou and Nei [40], whichfollowed the same line as ADDTREE [42], but used a faster pair selectioncriterion. NJ proved to be considerably faster than least-squares approaches,requiring a computing time inO(n3). Although it was not clear what criterionNJ optimizes, as opposed to the least-squares method, NJ topologies have beenconsidered reasonably accurate by biologists, and NJ is quite popular when usedwith resampling methods such as bootstrapping. The value of NJ and relatedalgorithms was confirmed by Atteson [2], who demonstrated that this approachis statistically consistent; that is, the NJ tree converges towards the correct treewhen the sequence length increases and when estimation of evolutionary dis-tances is itself consistent. Neighbor Joining has spawned similar approaches thatimprove the average quality of output trees. BIONJ [21] uses a simple biologicalmodel to increase the reliability of the new distance estimates at each matrixreduction step, while WEIGHBOR [5] also improves the pair selection step usinga similar model and a maximum-likelihood approach.The 1990s saw the development of minimum evolution (ME) approachesto phylogeny reconstruction. A minimum evolution approach, as first sugges-ted by Kidd and Sgaramella-Zonta [31], uses two steps. First, lengths areassigned to each edge of each topology in a set of possible topologies by someprescribed method. Second, the topology from the set whose sum of lengthsis minimal is selected. It is most common to use a least-squares method forassigning edge length, and Rzhetsky and Nei [39] showed that the minimumevolution principle is statistically consistent when using ordinary least-squares(OLS). However, several computer simulations [11, 24, 33] have suggested thatthis combination is not superior to NJ at approximating the correct topology.Moreover, Gascuel, Bryant and Denis [25] demonstrated that combining ME witha priorimore reliable weighted least-squares (WLS) tree length estimation can beinconsistent.In 2000, Pauplin described a simple and elegant scheme for edge andtree length estimation. We have proposed [11] using this scheme in a new“balanced” minimum evolution principle (BME), and have designed fast treebuilding algorithms under this principle, which only requireO(n2log(n)) timeand have been implemented in the FASTME software. Furthermore, computer
Oliv: “chap01” — 2005/1/20 — 15:28 — pag e 2 — #2
TREE METRICS 3simulations have indicated that the topological accuracy of FASTME is evengreater than that of best previously existing distance algorithms. Recently, weexplained [12] this surprising fact by showing that BME is statistically consistentand corresponds to a special version of the ME principle where tree length isestimated by WLS with biologically meaningful weights.The aim of this chapter is to present a comprehensive survey of the min-imum evolution principle, detailing its variants, mathematical properties, andalgorithms. The focus is on BME because it appears quite well suited for phylo-genetic inference, but we shall also describe the OLS version of ME, since it wasa starting point from which BME definitions, properties, and algorithms havebeen developed. We first provide the basis of tree metrics and of the ME frame-work (Section 1.2). We describe how edge and tree lengths are estimated fromdistance data (Section 1.3). We survey the agglomerative approach that is usedby NJ and related algorithms and show that NJ greedily optimizes the BMEcriterion (Section 1.4). We detail the insertion and tree swapping algorithms wehave designed for both versions of ME (Section 1.5). We present the main con-sistency results on ME (Section 1.6) and finish by discussing simulation results,open problems and directions for further research (Section 1.7).
1.2 Tree metricsWe first describe the main definitions, concepts, and results in the studyof tree metrics (Sections 1.2.1 to 1.2.5); for more, refer to Barth´elemy andGue´noche[4]orSempleandSteel[43].Next,weprovideanalternatebasisfor tree metrics that is closely related to the BME framework (Section 1.2.6).Finally, we present the rationale behind distance-based phylogenetic inferencethat involves recovering a tree metric from the evolutionary distance estimatesbetween taxa (Section 1.2.7).1.2.1Notation and basicsAgraphis a pairG= (V, E), whereVis a set of objects calledverticesornodes, andEis a set ofedges, that is, pairs of vertices. Apathis a sequence(v0, v1, . . . , vk) such that for alli, (vi, vi+1)E. Acycleis a path as above withk >2,v0=vkandvi=vjfor 0i < k. A graph isconnectedif each pairof vertices,x, yVis connected by a path, denotedpxy. A connected graphcontaining no cycles is atree, which shall be denoted byT.The degree of a vertexv, deg(v), is defined to be the number of edges con-tainingv. In a tree, any vertexvwith deg(v) = 1 is called aleaf. We will use theletterLto denote the set of leaves of a tree. Other vertices are called internal.In phylogenetic trees, internal nodes have degree 3 or more. An internal vertexwith degree 3 is said to beresolved, and when all the internal vertices of a treeare resolved, the tree is said to be fully resolved.Ametricis a function with certain properties on unordered pairs from a set.SupposeXis a set. The functiond:X×X→ (the set of real numbers) is
Oliv: “chap01” — 2005/1/20 — 15:28 — pag e 3 — #3
  • Univers Univers
  • Ebooks Ebooks
  • Livres audio Livres audio
  • Presse Presse
  • Podcasts Podcasts
  • BD BD
  • Documents Documents