Species Tree Inference by Minimizing Deep Coalescences
Citation: Than C, Nakhleh L (
Species Tree Inference by Minimizing Deep Coalescences
Cuong Than 0
Luay Nakhleh 0
Wen-Hsiung Li, University of Chicago, United States of America
0 Department of Computer Science, Rice University , Houston, Texas , United States of America
In a 1997 seminal paper, W. Maddison proposed minimizing deep coalescences, or MDC, as an optimization criterion for inferring the species tree from a set of incongruent gene trees, assuming the incongruence is exclusively due to lineage sorting. In a subsequent paper, Maddison and Knowles provided and implemented a search heuristic for optimizing the MDC criterion, given a set of gene trees. However, the heuristic is not guaranteed to compute optimal solutions, and its hillclimbing search makes it slow in practice. In this paper, we provide two exact solutions to the problem of inferring the species tree from a set of gene trees under the MDC criterion. In other words, our solutions are guaranteed to find the tree that minimizes the total number of deep coalescences from a set of gene trees. One solution is based on a novel integer linear programming (ILP) formulation, and another is based on a simple dynamic programming (DP) approach. Powerful ILP solvers, such as CPLEX, make the first solution appealing, particularly for very large-scale instances of the problem, whereas the DP-based solution eliminates dependence on proprietary tools, and its simplicity makes it easy to integrate with other genomic events that may cause gene tree incongruence. Using the exact solutions, we analyze a data set of 106 loci from eight yeast species, a data set of 268 loci from eight Apicomplexan species, and several simulated data sets. We show that the MDC criterion provides very accurate estimates of the species tree topologies, and that our solutions are very fast, thus allowing for the accurate analysis of genome-scale data sets. Further, the efficiency of the solutions allow for quick exploration of sub-optimal solutions, which is important for a parsimony-based criterion such as MDC, as we show. We show that searching for the species tree in the compatibility graph of the clusters induced by the gene trees may be sufficient in practice, a finding that helps ameliorate the computational requirements of optimization solutions. Further, we study the statistical consistency and convergence rate of the MDC criterion, as well as its optimality in inferring the species tree. Finally, we show how our solutions can be used to identify potential horizontal gene transfer events that may have caused some of the incongruence in the data, thus augmenting Maddison's original framework. We have implemented our solutions in the PhyloNet software package, which is freely available at: http://bioinfo.cs.rice.edu/phylonet.
-
Funding: This work was supported in part by DOE grant DE-FG02-06ER25734, NSF grant CCF-0622037, and grant R01LM009494 from the National Library of
Medicine. The contents are solely the responsibility of the author and do not necessarily represent the official views of the DOE, NSF, National Library of Medicine
or the National Institutes of Health. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
Competing Interests: The authors have declared that no competing interests exist.
Accurate species trees, which model the evolutionary histories of
sets of species, play a central role in comparative genomics,
conservation studies, and analyses of population divergence,
among many other applications. Traditionally, a species tree is
inferred by sequencing a single locus (gene) in a group of species,
its tree, known as the gene tree, is reconstructed using a method such
as maximum likelihood, and this tree is declared to be the species
tree. The underlying assumption is, obviously, that the gene tree
and the species tree are identical, and hence reconstructing the
former amounts to learning the latter. However, biologists have
long recognized that this assumption is not necessarily always
valid. Nevertheless, due to limitations of sequencing technologies,
this approach remained the standard method until very recently.
With the advent of whole-genome sequencing, complete
genomes of various organisms are becoming increasingly available,
and particularly important, data from multiple loci in organisms
are becoming available. The availability of such data has allowed
for analyzing multiple loci in various groups of species. These
analyses have in many cases uncovered widespread incongruence
among the gene trees of the same set of organisms. Therefore,
while reconstructing a gene tree requires considering the process of
nucleotide substitution, reconstructing a species tree requires, in
addition, considering the process that resulted in the incongruities
among the gene trees, so that the species phylogeny is inferred by
reconciling these incongruities. In this paper, we address the
problem of efficient inference of accurate species trees from
multiple loci, when the gene trees are assumed to be correct, and
their incongruence is assumed to be exclusively due to (incomplete)
lineage sorting. We also address the integration of horizontal gene
transfer, as a potential cause of gene tree incongruence, into the
framework. Let us illustrate the process of lineage sorting and the
way it causes gene tree incongruence.
From an evolutionary perspective, and barring any
recombination, the evolutionary history of a set of genomes would be
depicted by a tree that is the same tree that models the evolution of
each gene in these genomes. However, events such as
recombination break linkage among the different parts of the genome,
and those unlinked parts may take different paths through the
phylogeny, which results in gene trees that differ from the species
tree as well as from each other, due to lineage sorting. Widespread
gene tree incongruence due to lineage sorting has been shown
recently in several groups of closely related organisms, including
Inferring the evolutionary history of a set of species,
known as the species tree, is a task of utmost significance in
biology and beyond. The traditional approach to
accomplishing this task from molecular sequences entails
sequencing a gene in the set of species under
consideration, reconstructing the genes evolutionary history, and
declaring it to be the species tree. However, recent
analyses of multiple gene data sets, made available thanks
to advances in sequencing technologies, have indicated
that gene trees in the same group of species may disagree
with each other, as well as with the species tree. Therefore,
the development of methods for inferring the species tree
despite such disagreements is imperative.
In this paper, we propose such a method, which seeks the
tree that minimizes the amount of disagreement between
the input set of gene trees and the inferred one. We have
implemented our method and studied (...truncated)