Literature DB >> 18366787

Fast NJ-like algorithms to deal with incomplete distance matrices.

Alexis Criscuolo1, Olivier Gascuel.   

Abstract

BACKGROUND: Distance-based phylogeny inference methods first estimate evolutionary distances between every pair of taxa, then build a tree from the so-obtained distance matrix. These methods are fast and fairly accurate. However, they hardly deal with incomplete distance matrices. Such matrices are frequent with recent multi-gene studies, when two species do not share any gene in analyzed data. The few existing algorithms to infer trees with satisfying accuracy from incomplete distance matrices have time complexity in O(n4) or more, where n is the number of taxa, which precludes large scale studies. Agglomerative distance algorithms (e.g. NJ 12) are much faster, with time complexity in O(n3) which allows huge datasets and heavy bootstrap analyses to be dealt with. These algorithms proceed in three steps: (a) search for the taxon pair to be agglomerated, (b) estimate the lengths of the two so-created branches, (c) reduce the distance matrix and return to (a) until the tree is fully resolved. But available agglomerative algorithms cannot deal with incomplete matrices.
RESULTS: We propose an adaptation to incomplete matrices of three agglomerative algorithms, namely NJ, BIONJ 3 and MVR 4. Our adaptation generalizes to incomplete matrices the taxon pair selection criterion of NJ (also used by BIONJ and MVR), and combines this generalized criterion with that of ADDTREE 5. Steps (b) and (c) are also modified, but O(n3) time complexity is kept. The performance of these new algorithms is studied with large scale simulations, which mimic multi-gene phylogenomic datasets. Our new algorithms - named NJ*, BIONJ* and MVR* - infer phylogenetic trees that are as least as accurate as those inferred by other available methods, but with much faster running times. MVR* presents the best overall performance. This algorithm accounts for the variance of the pairwise evolutionary distance estimates, and is well suited for multi-gene studies where some distances are accurately estimated using numerous genes, whereas others are poorly estimated (or not estimated) due to the low number (absence) of sequenced genes being shared by both species.
CONCLUSION: Our distance-based agglomerative algorithms NJ*, BIONJ* and MVR* are fast and accurate, and should be quite useful for large scale phylogenomic studies. When combined with the SDM method 6 to estimate a distance matrix from multiple genes, they offer a relevant alternative to usual supertree techniques 7. Binaries and all simulated data are downloadable from 8.

Entities:  

Mesh:

Substances:

Year:  2008        PMID: 18366787      PMCID: PMC2335114          DOI: 10.1186/1471-2105-9-166

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Phylogeny inference methods can be classified into two main categories: character-based (e.g. maximum-parsimony or maximum-likelihood) and distance-based approaches. The latter have low running times which are quite useful (mandatory in some cases) to perform large-scale studies and bootstrap analyses. A number of computer simulations [9-17] have shown that distance methods are fairly accurate, though not as accurate as likelihood-based methods that are much more time consuming. Using any distance-based method first requires to estimate the pairwise evolutionary distances between every taxon pair. These distances are usually estimated from DNA, RNA or protein sequences, but can also be obtained from DNA-DNA hybridization experiments or, e.g., computed from morphological data (see [18] for a review on distance estimation from various data types). In the last few years, phylogenomic studies (i.e. phylogeny reconstruction from large gene collections [7]) have instigated to the development of fast tree-building techniques being able to infer trees from datasets comprising hundreds of genes and taxa. The low-level gene combination involves concatenating the different genes into a unique supermatrix of characters, and then analyzing this matrix with a standard tree building method. This approach was shown to perform poorly when combined with distance methods, due to inaccurate distance estimations from such large heterogeneous character matrix [6]. Better distance-based trees are obtained by extracting the phylogenetic information from each gene separately, and then combining resulting information sources into a unique distance supermatrix. The Average Consensus Supertree (ACS [19]) and Super Distance Matrix (SDM [6]) techniques input a collection of distance matrices being estimated from each gene separately (the so-called medium-level combination), or being equivalent to the gene trees (the high-level combination). These distance matrices are deformed, without modifying their topological message, and then averaged to obtain the distance supermatrix, which is finally analyzed using a distance-based tree building algorithm. Estimating the distance supermatrix is fast. However, missing entries may occur in distance supermatrices depending on the extent of taxon overlap within the source matrices. For example, with the two large data sets of Driskell et al. [20], which were collected from Swiss-Prot and Gen-Bank thanks to a computer program, the ratio of missing distances is ~19% and ~1.2%, respectively. These distances are missing because only a few genes are sequenced within each species, meaning that a number of species pairs do not share any sequenced gene in common and cannot be compared using available data. However, Driskell et al. showed that, despite the sparseness of data and the fact that only a small subset of these data is potentially phylogenetically informative, a topological signal still emerges, which provides useful insights into the tree of life (see [20] and below for details). Analogous findings were reported by a number of authors in various contexts [21-23], and tree building from sparse data has become topical, as can be seen from the flourishing literature on supertrees. However, tree building from incomplete distance matrices is NP-hard [24], and thus practical algorithms are heuristics. The indirect approach involves first estimating missing distances by applying an ultrametric [25], additive [26], decomposition-based [27], or quartet-based [28] completion algorithm. The TREX package [29] provides several implementations of such algorithms to be used before tree building using any standard method with the completed matrix. The direct approach involves using a weighted least-squares (WLS) algorithm and associating missing distances with null weight (i.e. infinite variance), which means that missing distances are simply discarded from WLS computations ([18], pp. 449). The FITCH algorithm [30] from the PHYLIP package [31] and the MWMODIF algorithm [32] from TREX implement this technique. A combination of both direct and indirect methods is provided by MW* [33] (also available in TREX); this algorithm first applies an ultrametric or additive completion algorithm (depending on the density of missing distances) and then infers a tree using MWMODIF, where weights are set to 1.0 for known distances, 0.5 for estimated distances, and 0.0 for missing distances (if any remain). All these (direct or indirect) algorithms have O(n4) time complexity or more, where n is the number of taxa. This limits their application to medium-sized datasets (say 200 taxa without bootstrapping, see below). Agglomerative algorithms are much faster and allow dealing with thousands of taxa, as soon as the distance matrix is complete. The most popular of them is the Neighbor-Joining (NJ) algorithm [1,2]. Starting from a star tree, agglomerative algorithms iteratively perform the three following steps, until the tree is completely resolved: (a) select a taxon pair xy that is agglomerated into a new node u; (b) estimate the length of the two so-created external branches ux and uy; (c) replace x and y by u in the distance matrix, and estimate the new distances between u and the not-yet-agglomerated taxa. Step (a) is more time consuming than the two other steps, because of testing all the O(n2) taxon pairs to select the optimal one. To this purpose, NJ optimizes a numerical criterion that is denoted as Q. This criterion admits several interpretations related to the Minimum Evolution principle [1,34], but also to the acentrality of the considered pair [35,36]. In this last interpretation (used here), Qmeasures how much the path joining x to y is far from the other taxa i ≠ x, y. The xy pair maximizing Qcorresponds to the two taxa which are most distant from the other ones and is the best candidate for agglomeration. Another criterion, denoted as N, is used by ADDTREE [5]; this second criterion is based on the four point condition [37,38] and counts the number of taxon quartets xyij where x and y are neighbors. When the distance matrix exactly corresponds to a tree (it is then said to be additive), Nindicates all pairs of sibling taxa in the tree, whereas Qindicates just one such taxon pair. We shall see that this property of Nis a great advantage when dealing with incomplete distance matrices. Indeed, Qis sometimes unusable whereas Nis still informative. Steps (b) and (c) essentially correspond to distance averaging, which requires O(n) run time. These three steps being repeated n - 2 times, agglomerative algorithms require O(n3) time when using the Qpair selection criterion, and O(n4) with N[39]. Several refinements of the NJ algorithm have been proposed. BIONJ [3] minimizes the variances associated to the new distances being estimated during each reduction step (c). This way, BIONJ makes use at each iteration of reliable distance estimates to select the new taxon pairs to be agglomerated. To this aim, BIONJ uses a simple Poisson model of the variances and covariances of the distances being contained in the initial distance matrix. BIONJ was generalized into the Minimum Variance Reduction algorithm (MVR [4]), a WLS variant of which can deal with any distance variance model, but which does not account for the distance covariances. It has been shown using computer simulations that this variant (named WLS-MVR in [4] but referred here as MVR for simplicity) has similar accuracy as NJ when applied to distance matrices estimated from one-gene alignments [4]. WEIGHBOR [40] further refines BIONJ approach and uses an agglomeration criterion which accounts for the variances of evolutionary distances. All these algorithms require O(n3) time. Faster, sophisticated distance-based algorithms have been proposed in the last few years [41-46], some of them being clearly more accurate than NJ and BIONJ (e.g. FASTME [42] and STC [44], in O(n2 log(n)) and O(n2), respectively). In this paper, we propose an adaptation of the agglomerative scheme to quickly infer phylogenetic trees from incomplete distance matrices. We show that the Qcriterion may be rewritten to express the mean acentrality of the xy taxon pair. In the same way, the Ncriterion may be rewritten to express the mean number of taxon quartets where x and y are neighbors. By estimating these two means using all available (non-missing) distances, we define the two criteria and which allow for the selection of taxon pairs in step (a), even when the distance matrix is incomplete. Using these two new criteria in the agglomerative scheme requires O(n3) and O(n4) run time, respectively. A limitation of and is that they cannot be computed when the distance corresponding to the xy pair is missing (see Methods for more). However, this difficulty is inherent to the problem of building trees from incomplete distance matrices and is encountered (in various forms) by all methods to deal with this problem. Moreover, partly circumvents this difficulty thanks to its ability to indicate several relevant pairs, rather than a single one with (see Methods for more). As running requires O(n4) time, we use a filtering technique: at each step (a) we use to select the s most promising pairs for agglomeration, and then use to select the best of these s pairs. This computational trick (and other refinements, see Methods) greatly improves the accuracy compared to using only, while requiring O(sn3) time, where s is a small constant (s = 15 in our experiments). Finally, the original NJ, BIONJ and MVR formulae corresponding to steps (b) and (c) essentially are distance averaging and are easily adapted to incomplete matrices. The three new algorithms are named NJ*, BIONJ* and MVR*, respectively.

Results and Discussion

Several computer simulations are presented in this section to assess the performance of NJ*, BIONJ* and MVR*. We first compare the agglomeration criteria , and their combination with distance matrices that are additive, but contain missing entries. Then, using more realistic datasets, we compare NJ*, BIONJ*, MVR* to FITCH [30] and MW* [33], in terms of both topological accuracy and run times.

Comparison of agglomeration criteria

Our approach is similar to Makarenkov and Lapointe's [33]. We analyze with various algorithms and criteria a distance matrix with randomly deleted entries. The distance matrix we use is additive, i.e. is obtained from a tree by computing the path length distance between every taxon pair. Let T denote this tree and (T) be the corresponding distance matrix, where Tis the path-length (or patristic) distance between taxa i and j in T. When no entry is missing, such an additive matrix uniquely defines T, which is recovered by any consistent algorithms (as are all algorithms being tested here). When entries are missing in (T), recovering T becomes a difficult task (see above), and we measure how well the algorithms perform when given an increasing number of missing distances. Such data thus are not realistic from a biological stand point, as evolutionary distances estimated from sequences are not additive, but this is a simple and standard approach to compare algorithms and agglomeration criteria. We use for the correct tree T the phylogeny of 75 placental mammals from [6]. The percentage of missing entries is Pmiss = 1%, 5%, 10%, 20%, 30%. For each Pmiss value, 500 replicates are randomly generated. From each of these 5 × 500 incomplete additive distance matrices, a tree is inferred by FITCH, MW* and BIONJ*. Various values of the s parameter are tested for BIONJ*, in order to compare the topological accuracy of , , and of the combination of these two agglomeration criteria. With s = 1, BIONJ* uses only. With, s > 1, the taxon pairs corresponding to the s highest values of are reanalyzed with (and with other criteria when ties occur; see Methods). When s becomes large (which is denoted as s = max) BIONJ* uses only, as all taxon pairs are retained in the first selection step. Each inferred tree is compared to the correct tree T by using the quartet distance d[47]. This topological distance measures the number of resolved 4-taxon subtrees which are induced by one tree but not the other, and thus is more precise than the widely used bipartition distance [48] which counts the number of internal branches present in one tree but not in the other. Moreover, the quartet distance is less affected than the bipartition distance by small topological errors, e.g. wrong position of a single taxon [49]. This distance is normalized: d= 0 indicates that T and are identical, whereas d= 1 means that both trees do not share any resolved 4-taxon subtrees. Averages of the 500 dmeasures for each Pmiss value are displayed in Figure 1, for FITCH, MW*, and BIONJ* with various s values.
Figure 1

Topological accuracy depending on the rate of missing entries. Horizontal axis: percentage of missing distances (Pmiss. Vertical axis: topological accuracy measured by the mean (over 500 trials) quartet distance (d) between the correct and inferred trees. s: number of taxon pairs that BIONJ* first selects using NJ-like criterion (6), and then analyzes using score-based criterion (9) (and criteria (8), (10), (11) in case of ties). The distance matrix is additive, and thus all methods recover the correct tree when Pmiss = 0.

Topological accuracy depending on the rate of missing entries. Horizontal axis: percentage of missing distances (Pmiss. Vertical axis: topological accuracy measured by the mean (over 500 trials) quartet distance (d) between the correct and inferred trees. s: number of taxon pairs that BIONJ* first selects using NJ-like criterion (6), and then analyzes using score-based criterion (9) (and criteria (8), (10), (11) in case of ties). The distance matrix is additive, and thus all methods recover the correct tree when Pmiss = 0. All curves in Figure 1 are decreasing; as expected, the correct tree T is better recovered (i.e. the mean dvalue between and T decreases) as the proportion of missing distance Pbecomes closer to 0. Using in BIONJ* greatly improves the agglomeration step; e.g. with Pmiss = 10%, mean dvalues of BIONJ* are ~0.0015 and ~0.0008, with s = 1 and s = 15, respectively. However, there is no significant difference between s = 15 and s = max (as assessed by a sign-test [50] based on the 500 replicates, all p-values are much larger than 0.05), meaning that a small value of s (e.g. s = 15) seems to be enough to focus on the most relevant pairs, while avoiding the computational burden of using only. Further experiments (see below) confirm this finding. FITCH and BIONJ* (with s = 15 and s = max) have similar accuracy, while MW* tends to perform better than the other algorithms with these data. However, we shall see that algorithm ordering is different with more realistic simulations. These experiments thus confirm the advantage of combining and within BIONJ*, and similar results (not shown) are obtained with NJ* and MVR*.

Comparison of reconstruction algorithms with distance supermatrices

We re-use a simulation protocol that we have used previously to compare a number of tree-reconstruction methods in a phylogenomic context [6]. This protocol involves generating sequences and evolving them along trees, and is more realistic than the comparison described above. We first summarize this protocol, and then report the results that are obtained with the simulated datasets by FITCH, MW*, NJ*, BIONJ* and MVR*. To estimate the distance supermatrix that is the input of these algorithms, we use the SDM method ([6], see also Methods) which computes a supermatrix that summarizes the topological signal being contained in a collection of k distance matrices. Simulations [6] have shown the high-quality of this distance supermatrix in both medium- and high-level gene combinations. Simulations are as follows (see [6] for more details). Starting from a randomly generated tree T with n = 48 taxa, evolution of k genes is simulated, with k = 2, 4, ..., 20. For each of the k genes, some taxa are randomly deleted. Two deletion probabilities are used: 25% to preserve high overlap between the different taxon sets, and 75% to induce low overlap. From these k partially deleted gene alignments, k distance matrices are estimated to compose the collection CΔ of source matrices. The SDM method is then run with CΔ to obtain a distance supermatrix corresponding to a medium-level combination of the k partially deleted genes. To study the high-level combination, a phylogenetic tree is inferred by PhyML [17] from each of the k partially deleted genes; then, the path length distance between each taxon pair for each of the k phylogenies is computed, to form the collection Cof k additive distance matrices that are equivalent to the k PhyML trees. Finally, SDM is applied to Cto obtain a distance supermatrix corresponding to a high-level gene combination. This simulation protocol is repeated 500 times for each value of k and each deletion proportion. We obtain this way (10 gene collection sizes × 500 collections × 2 overlap conditions × 2 gene combination levels) = 20,000 distance supermatrices, which are denoted as () and are frequently incomplete. Indeed, if taxon i is missing for gene p, then is missing – which is denoted as = ∅—, and if = ∅ for all p = 1,2, ..., k, then = ∅. With 25% deletion rate, almost all distance supermatrices are complete when k ≥ 14. With 75% deletion rate, all distance supermatrices are incomplete, but the number of missing distances decreases as k increases (missing distance proportions range from 42% to 11%). FITCH and MW* are run with default options. In accordance with Figure 1, s is set to 15 for NJ*, BIONJ* and MVR*. With BIONJ*, Vvariances (associated with distance estimates) are naturally defined by V∝ if ≠ ∅, else V= ∅. Variances used by MVR* comply with the same rule, but account for other parameters such as the length and the number of sequences being used to estimate each distance (see Methods). Accuracy of the five algorithms is measured with the topological distance d, as above, and averaged for the 500 replicates corresponding to each of the conditions. Results are reported in Table 1 for the medium-level gene combination, and in Table 2 for the high-level gene combination. For each value of k, the first- and second-best mean dvalues are indicated in bold&underlined and bold, respectively, and a sign-test [50] based on the 500 replicates is used to assess the significance of the difference between these two best values.
Table 1

Topological accuracy with medium-level distance supermatrices

(a): 25% taxon deletion rate
k =FITCHMW*NJ*BIONJ*MVR*p-value

20.08410.09060.09260.08410.08570.286
40.05040.05460.05950.04940.05240.466
60.04000.04450.04540.03700.04100.015
80.03300.03560.03860.03180.03200.958
100.02710.03000.03170.02650.02860.364
120.02940.03170.03540.02840.03140.030
140.02450.02660.02860.02350.02510.816
160.02900.03180.03270.02820.03030.028
180.02520.02780.02800.02340.02650.020
200.02420.02590.02810.02300.02470.955


(b): 75% taxon deletion rate

k =FITCHMW*NJ*BIONJ*MVR*p-value

20.21540.21740.21870.21310.21630.920
40.16830.17780.18180.17130.17130.060
60.13470.14430.15340.14180.1400≈ 0.0
80.10890.12530.13020.11370.11140.176
100.08780.10390.11170.09590.09010.033
120.08250.09680.10210.08750.08420.470
140.06520.07490.08500.07100.06760.464
160.05830.07310.08020.06580.06250.335
180.05160.06170.06870.05520.05550.074
200.05030.06000.06820.05600.05090.189

In the medium-level combination, distance matrices are directly estimated from each of the genes and then combined (using SDM) into the distance supermatrix. Topolological accuracy is mesured by the mean (over 500 trials) quartet distance (d) between the correct and inferred trees. k: number of genes. p-value: sign-test significance when comparing the 500 dvalues of the two best methods that are indicated in bold and underlined (1st method) and bold (2nd one)

Table 2

Topological accuracy with high-level distance supermatrices

(a): 25% taxon deletion rate
k =FITCHMW*NJ*BIONJ*MVR*p-value

20.05580.05610.05860.05660.0522≈ 0.0
40.03370.03450.03610.03510.0319≈ 0.0
60.02530.02650.02720.02610.0235≈ 0.0
80.02270.02280.02130.02170.02120.094
100.01870.01880.01940.01920.01710.047
120.01970.02070.02150.01990.01910.949
140.01600.01640.01640.01650.01620.882
160.02080.02040.02100.02130.0206≈ 0.0
180.01700.01770.01770.01730.01740.271
200.01620.01680.01710.01600.01580.648


(b): 75% taxon deletion rate

k =FITCHMW*NJ*BIONJ*MVR*p-value

20.18760.18770.18240.18220.18170.282
40.13960.13970.13900.13810.13450.018
60.10950.11250.11340.11190.10650.166
80.08650.08920.09260.08700.08230.005
100.06900.07390.07660.07230.06710.023
120.06410.06700.07050.06770.06160.015
140.05080.05380.05670.05340.0493≈ 0.0
160.05040.05180.05540.05120.0457≈ 0.0
180.04090.04160.04850.04240.04020.922
200.04030.04350.04530.04310.0371≈ 0.0

In the high-level combination, ML trees are first inferred separately for every genes, and then these trees are turned into path-length distance matrices which are combined (using SDM) into the distance supermatrix. For symbols and notation, see note to Table 1.

Topological accuracy with medium-level distance supermatrices In the medium-level combination, distance matrices are directly estimated from each of the genes and then combined (using SDM) into the distance supermatrix. Topolological accuracy is mesured by the mean (over 500 trials) quartet distance (d) between the correct and inferred trees. k: number of genes. p-value: sign-test significance when comparing the 500 dvalues of the two best methods that are indicated in bold and underlined (1st method) and bold (2nd one) Topological accuracy with high-level distance supermatrices In the high-level combination, ML trees are first inferred separately for every genes, and then these trees are turned into path-length distance matrices which are combined (using SDM) into the distance supermatrix. For symbols and notation, see note to Table 1. In the medium-level gene combination, NJ* and MW* are outperformed by other algorithms. With a 25% deletion rate, BIONJ* has best topological accuracy, followed by FITCH. However, the sign-test indicates that the difference between these two algorithms is moderately significant as the p-value is lower than 0.05 for only five k values (= 6, 8, 12, 16, and 18). With a 75% deletion rate, FITCH is best, but again the sign-test shows that FITCH, BIONJ* and MVR* are broadly equivalent. With high-level combination distance supermatrices, NJ* and MW* still tend to be outperformed by other algorithms. BIONJ* is in between, and the best mean d values are observed with MVR* which is followed by FITCH. The sign-test broadly confirms the significance of this observation, though the accuracy difference between MVR* and FITCH is relatively low. Altogether, these experiments show that MVR* is at least as accurate as FITCH, that BIONJ* has similar performance, while NJ* and MW* are behind these three algorithms. Comparing these findings with the results from (see Figure 2 in [6]), we see that (in the high-level framework, Table 2) MVR* is more accurate than the standard Matrix Representation with Parsimony method (MRP, [51,52]), in most cases; e.g. with k = 10, MVR* has mean dvalues of 0.0171 and 0.0663, for 25% and 75% deletion rate, respectively, while mean dvalues of MRP equal 0.0175 and 0.1152. MVR* (combined with SDM) outperforms MRP with sparse information (75% deletion rate and/or low number of genes), while both approaches are nearly equivalent when the information is abundant (25% deletion rate). An explanation [53] of this finding could be that the distance approach not only uses the topology of the source trees (as MRP) but also their branch lengths. Distance-based supertrees thus contain more information than MRP supertrees, which makes a noticeable difference when the information is sparse, but does not impact much the results with abundant information (see also following simulation results).

Results with simulations based on Driskell et al. [20] dataset

This section aims to measure the accuracy of the different tree building algorithms when applied to simulated datasets being more realistic than those commonly used in a phylogenomic perspective. Most notably, uniformly random gene deletion (used in previous section, following [54]) is not fully realistic because some genes (e.g. cytochrome b) are sequenced for most species, while some other genes are rarely sequenced (or rare among living species). It follows that the gene presence/absence pattern is different with real datasets to this being induced by uniformly random gene deletion (see [20,55-57] for illustrative examples). To this purpose, we use the character supermatrix from Driskell et al. [20], which comprises 69 green plant species and 254 genes, and was built via an automated exploration process of GenBank. This matrix contains a total number of 2777 sequences and has 87% missing characters, which are unequally distributed among taxa. Only 3 taxa have more than 50% genes, whereas 42 have 10% genes or less. In the same way, a few genes are present in most taxa (e.g., the 2 most sequenced genes belong to 59 taxa), whereas other genes are rare (e.g. 121 genes are present in at most 5 taxa). However, these k = 254 genes are complementary and the SDM distance supermatrix only contains ~1.2% missing entries. This low proportion of missing entries is favorable to tree reconstruction, but still requires an algorithm able to deal with incomplete matrices. We use a simulation protocol analogous to that described above [6]. The only difference is the deletion procedure, with random deletion replaced by the gene presence/absence pattern of (see Figure 2B in [20]). We generate 100 datasets this way with n = 69 taxa and k = 254 genes. From these 100 datasets, we infer 100 distance matrix collections CΔ and 100 tree collections C. Each of these 2 × 100 collections is dealt with by SDM, to obtain a distance supermatrix () that contains the same missing entries as those induced by the original dataset [20]. We use these matrices to compare FITCH, MW*, NJ*, BIONJ* and MVR*, based on dquartet distance between the correct and inferred trees (see above). Our three algorithms are run with both s = 15 and s = max. Results of MRP are also computed, using TNT [58] to infer the most parsimonious trees. TNT is run with 25 random addition sequences, TBR branch swapping and ratchet. The MRP supertree is defined in the standard way [59] as the strict consensus of the most parsimonious trees. Results are displayed in Table 3, which is similar to Tables 1 and 2; the first- and second-best mean d values are indicated in bold&underlined and bold, respectively, and sign-tests are used to assess the significance of the differences between MVR* (our best algorithm), FITCH and MRP.
Table 3

Topological accuracy with datasets generated from Driskell et al. [20]

(a): medium level
FITCHMW*NJ*BIONJ*MVR*p-value
MVR* – FITCHMVR* – BIONJ*

0.02340.02680.02890.02270.0171≈ 0.0≈ 0.0


(b): high level

FITCHMW*NJ*BIONJ*MVR*MRPp-value
MVR* – FITCHMVR* – MRP

0.01610.01650.01820.01720.01010.01190.0010.193

(a): Medium-level combination of the distance matrices being directly estimated from the gene sequences. (b): High-level combination; ML trees are first inferred separately for every genes; MRP turns the gene trees into a matrix of partial binary characters, which is analyzed with parsimony; with the other (distance) methods, the gene trees are turned into path-length distance matrices which are combined into the distance supermatrix. All combinations of source distance matrices are achieved using SDM. p-value: sign-test significance when comparing the 100 dvalues of MVR* (our best algorithm) to those of FITCH and MRP. For other symbols and notation, see note to Table 1.

Topological accuracy with datasets generated from Driskell et al. [20] (a): Medium-level combination of the distance matrices being directly estimated from the gene sequences. (b): High-level combination; ML trees are first inferred separately for every genes; MRP turns the gene trees into a matrix of partial binary characters, which is analyzed with parsimony; with the other (distance) methods, the gene trees are turned into path-length distance matrices which are combined into the distance supermatrix. All combinations of source distance matrices are achieved using SDM. p-value: sign-test significance when comparing the 100 dvalues of MVR* (our best algorithm) to those of FITCH and MRP. For other symbols and notation, see note to Table 1. NJ*, BIONJ* and MVR* do not show any significant difference when used with s = 15 and s = max (as assessed by the sign-test, all p-values are much larger than 0.05, results not shown). This confirms the results of the previous experiments to compare our various agglomeration criteria. NJ* has the worst accuracy, especially in the high-level combination framework. MW*, FITCH and BIONJ* show similar performance, while MVR* is best among distance approaches in the two gene combination levels. Moreover, the difference between MVR* and FITCH is highly significant (sign-test p-value ≈ 0.0). In the high-level framework, MVR* tends to be better than MRP, although the information is quite abundant (254 genes, ~1.2% of missing distances); however, the difference is not significant with 100 replicates (sign-test p-value ≈ 0.2). The results among distance methods are explained by the fact that MVR* uses fairly accurate estimates () of the variances of the distances in (). Indeed, dataset [20] induces a highly heterogeneous distribution of missing sequences, meaning that some distances are well estimated thanks to a large number of sequences, while some others are poorly estimated via a few sequences. This is accounted for by MVR* in () calculations (see Methods), while MW*, FITCH and BIONJ* lack this information and use inaccurate estimations of (). The difference between these two approaches (i.e. MVR* on the one hand, and MW*, FITCH and BIONJ* on the other hand) is somewhat hidden when using uniformly random sequence deletion, because with the latter all distances are broadly estimated with the same number of genes. With biologically realistic pattern of gene presence/absence, the difference becomes important, especially for the high-level combination. Thus, this last set of simulations confirms the findings of the previous ones and supports the capacity of MVR* for dealing with phylogenomic data.

Run time comparison

Run times with various dataset sizes have been measured on a PC Pentium IV 1.8 GHz (1 Gb RAM) and are displayed in Table 4. We do not report the run times of NJ* and BIONJ*, as they are nearly the same as those of MVR*. In fact, NJ* and BIONJ* are ~2% faster than MVR*, because they are simpler, but these simplifications does not concern the heavy O(n3) parts of the algorithms (see Methods). We also report the run times of SDM [6], which are in the same range as the fastest tree building algorithms, except with Driskell et al. [20]-like datasets, where SDM has to summarize a large number (254) of source matrices, but where the number of taxa (69) is relatively low. In this case, the run time of SDM is analogous to that of FITCH and MW* and remains quite handy (~5 minutes per dataset).
Table 4

Run times

(a): 25% taxon deletion rate
SDMFITCHMW*MVR*

K =k =k =k =
10210202102021020

n = 48< 1112323213941< 1< 1< 1
n = 965437482479623932926765
n = 1923211,06513,86413,94523,54134,36835,017576042


(b): 75% taxon deletion rate

SDMFITCHMW*MVR*

k =k =k =k =
10210202102021020

n = 48< 161723102836< 1< 1< 1
n = 96< 12245549229656667< 147
n = 192244811,53214,02591632,37134,15233152


(c): 1.2% missing distances (Driskell et al.)

SDMFITCHMW*MVR*

k = 254k = 254k = 254k = 254

n = 48334132268< 1

Mean run times are provided for various taxon numbers (n), gene numbers (k) and proportions of missing entries: (a) 25%, (b) 75%, and (c) 1.2% using Driskell et al. [20]-like datasets. Run times are measured in seconds using a standard PC (Pentium IV 1.8 GHz, 1Gb RAM). The low run times with k = 2 and 75% deletion rate are explained by the low size of the distance super-matrices (see text for explanations).

Run times Mean run times are provided for various taxon numbers (n), gene numbers (k) and proportions of missing entries: (a) 25%, (b) 75%, and (c) 1.2% using Driskell et al. [20]-like datasets. Run times are measured in seconds using a standard PC (Pentium IV 1.8 GHz, 1Gb RAM). The low run times with k = 2 and 75% deletion rate are explained by the low size of the distance super-matrices (see text for explanations). As expected from their mere principle, the run times of the various tree building algorithms are not much affected by the proportion of missing distances, which is induced by the taxon deletion rate (25% or 75%) and the number of source matrices (k). The only apparent exceptions correspond to k = 2 and 75% deletion rate, where all algorithms seem to be quite fast; but in this case the distance supermatrices are of low size (~20, ~42 and ~85 for n equal to 48, 96 and 192, respectively), which explains this finding. Indeed, in this case it occurs frequently that some taxa have no gene (among 2) in common with any of the other taxa, and such taxa cannot be analyzed as all their distances to the other taxa are missing. With 25% taxon deletion proportion, n = 48 and k = 10, run times of ~3 hours and ~5 hours are required by FITCH and MW*, respectively, to build the 500 trees corresponding to all gene collections in any given gene combination level. The same task, which induces calculations similar to bootstrapping, is achieved in ~30 seconds by any of our agglomerative algorithms. The difference between the agglomerative algorithms and the others increases when the number of taxa increases, as expected given that their time complexity are O(sn3) (i.e. O(n3) as s is kept constant) and O(n4) or more, respectively. With 192 taxa, FITCH and MW* require more than 3 hours to build a single tree, while the agglomerative algorithms require less than 1 minute; this run time makes easy to perform a bootstrap study with our algorithms, but pretty much impossible with FITCH or MW*. With even larger datasets (say, above 500 taxa) neither FITCH nor MW* can be used to build a single tree, while our algorithms still run in a few minutes.

Conclusion

Thanks to the ever increasing flow of sequence data, phylogenomic analyses and supertree buildings are more and more frequently used to draw the evolutionary tree of living species. Larger and larger datasets are processed, requiring sophisticated approaches and algorithms. In this context, distance-based methods are quite useful, as they are both very fast and fairly accurate. New techniques, such as SDM [6], allow quickly estimating distance supermatrices that summarize the topological signal being contained in a collection of source distance matrices or gene trees. However, these supermatrices may be incomplete due to low taxon coverage in the selected genes. In this (common) case, fast distance-based tree building algorithms such as NJ, BIONJ, FASTME or STC are no longer applicable. This paper presents an adaptation to incomplete distance matrices of several agglomerative algorithms, namely NJ, BIONJ and MVR. We show that the formulae forming the basis of these algorithms can be rewritten to account for missing distances. Moreover, the same holds for the quartet-based pair selection criterion of ADDTREE. Combining both NJ and ADDTREE generalized pair selection criteria, we obtain fast and accurate algorithms that require O(n3) run times, where n is the number of taxa, i.e. run times that are similar to NJ's. These three novel algorithms, named NJ*, BIONJ* and MVR*, show (in our simulations) topological accuracy similar or higher to that of FITCH and MW*, which are much more time consuming. MVR* appears to be best, followed by BIONJ*. In a phylogenomic context, MVR* accounts for (and benefits from, regarding other algorithms) the fact that gene distribution among species is very heterogeneous, which implies that some distances are accurately estimated (using numerous genes) while some others are poorly estimated (with few genes). Combined with the SDM method [6] to estimate distance supermatrices, MVR* and BIONJ* are relevant alternatives to standard supertree techniques [7], as MRP [51,52]. JAVA implementations of these algorithms are available in PhyD* software and downloadable from [8]. All our datasets are also available from this URL. Several research directions would deserve to be explored. The variances and covariances of the distance estimates in the distance supermatrix could be accounted for in a more complete and accurate way, e.g. in the line of WEIGHBOR [40] for the pair selection criterion, or using the generalized least-squares version of MVR [4]. There is a clear need for a pair selection criterion being able to point out xy taxon pairs, even when the corresponding Δdistance is missing. Theoretical results highlighting the cases where our algorithms will succeed (or fail) in recovering the correct tree, would likely help to improve these algorithms or design new ones. Adapting to missing distances very fast algorithms [41-46] could be promising. Finally, dealing with missing distances is likely required in other (non phylogenomic) applications of phylogenetic trees, and in related problems, as phylogenetic network inference [60].

Methods

Existing agglomerative algorithms are defined by criteria and formulae which all can be rewritten as distance averages. These algorithms (e.g. NJ [1,2], BIONJ [3] and MVR [4]) are generalized to incomplete distance matrices by estimating these averages using available distances, when some of those are missing. In the following, we first define notation and present a generic agglomerative scheme that covers all the algorithms being discussed here. Then, we describe for each of the three agglomeration steps (pair selection, branch length estimation, and matrix reduction), how NJ is generalized into NJ* to deal with missing distances. NJ* is further refined by BIONJ* that incorporates a first simple estimation of the variance associated to each evolutionary distance. Finally, a second, more accurate estimation of this variance is used by MVR* that generalizes the weighted least-squares (WLS) version of the MVR [4] approach.

Notation

Let L= {1,2, ..., n} be the set of all taxa numbered from 1 to n, and (Δ) a distance matrix, where Δcorresponds to the evolutionary distance between taxa i, j ∈ L, and Δ= 0, ∀i ∈ L. Distance-based algorithms build a tree T (also denoted as , depending on the context) from (Δ), and estimate all branch lengths T, where uv is any pair of sibling nodes in T. At each agglomeration stage, a taxon pair xy is selected, connected to a new internal node u, and replaced by u in (Δ). Thus, at each stage, the set L= {1,2, ..., r} of non-agglomerated taxa drops in cardinality by 1, and r is changed into r - 1. Tree reconstruction stops when r = 2.

Agglomerative algorithms with complete distance matrices

A number of existing agglomerative algorithms to deal with complete matrices can be summarized using the following scheme [4]: • Input L= {1,2, ..., n} and (Δ); • r = n; • While r > 2, do: (a) Select the xy pair to be merged into u by optimizing an agglomeration criterion; (b) Estimate the branch lengths Tand T: (c) Reduce the distance matrix (Δ) for all i ≠ x, y: (d) r = r - 1; • Output T. Step (a) in this generic scheme searches for the taxon pair xy to be merged by optimizing an agglomeration criterion. NJ, BIONJ and MVR select the pair which maximizes [1,2]: Let (Δ) be additive [61], i.e. be defined as the path-length distance between taxa in a phylogenetic tree T with positive branch lengths; then, maximizing Qover all taxon pairs selects a cherry of T, i.e. a pair of taxa being separated by a unique internal node in T. In other words, Qis consistent [36]. However, it is easily shown (using counter-examples) that the second best taxon pair (based on Qvalues) is not necessarily a cherry of T. Conversely, the ADDTREE [5] pair selection criterion implies that all cherries of T have highest criterion value. The ADDTREE criterion counts the number of times where the xy pair is a cherry in all taxon quartets xyij: where H(t) = 1 if t ≥ 0, and H(t) = 0 if t < 0. This criterion has integer values ranging from 0 to (n - 2)(n - 3)/2, and this maximum value is reached for all cherries (but for the cherries only) with additive distance matrices. Careful implementation [39] of ADDTREE allows for O(n4) run time. NJ, BIONJ and MVR are much faster. They first compute all Rsums in Equation (3), and then compute in O(1) the Qvalue of each xy pair. Each agglomeration stage thus requires O(r2) time (branch-length estimation and matrix reduction are achieved in O(r)), and the whole algorithm is in O(n3). Moreover, Qcan be seen as a continuous version of N[62]. After xy pair selection, x and y are connected to the new node u, and the lengths of xu and yu branches are estimated using Equation (1). Assuming that (Δ) is additive and corresponds to tree T, we have T= (Δ+ Δ- Δ)/2, ∀i ≠ x, y. Equation (1) averages these elementary estimators using various (w) weightings. With NJ, the average is equally-weighted and we have w= w = 1/(2(r - 2)). We shall see that MVR uses different wweights. Finally (step (c)), (Δ) is reduced by replacing x and y with the new node u, and by computing all Δdistances, ∀i ≠ x, y. When (Δ) is additive and corresponds to tree T, we have Δ= Δ- T= Δ- T. Equation (2) averages these two elementary estimators. NJ uses equal weights (λ= 1 - λ= 1/2) while BIONJ and MVR adjust λin order to minimize the variance of Δand to have reliable distance estimates during all agglomeration stages. For this purpose, BIONJ and MVR use (approximate) models for the variances and covariances of the distance estimates in (Δ).

NJ*: generalizing NJ to incomplete distance matrices

When (Δ) is incomplete (missing entries are denoted as ∅), the criteria and equations above do not apply. We shall see in this section how they are generalized to define the NJ* algorithm, which keeps NJ's O(n3) time complexity and is nearly equivalent to NJ with complete matrices.

(a) Agglomeration criterion

Let = Q/(r - 2). Maximizing is the same as maximizing Q(Equation (3)), and we have: , where , which can be rewritten as: The sum in Equation (5) relates to terms representing how distant is the path joining x to y from other taxa i ≠ x, y (Δ+ Δ- Δ equals twice the distance between u and i), whereas the first term expresses the additional distance induced by Δ. It has been shown [63,64] that the relative weight of these two factors is unique, due to consistency requirement, and can be interpreted as the mean acentrality of the xy pair [35,36]. To extend this criterion to incomplete distance matrices, we estimate it using the set of taxa with non-missing distances: = {i ∈ L: Δ, Δ≠ ∅}. Moreover, we assume Δ≠ ∅, and thus x, y ∈ . The normalization factor is then equal to || - 2 (instead of r - 2) and we obtain the following generalization of Equation (5): which applies to incomplete distance matrices, and is identical to with complete ones. This equation further simplifies into: Other solutions are possible to extend Equation (5), e.g. preserving Δ/(r - 2) term rather than transforming it into Δ/( - 2). Simulation results (not shown) indicate that criterion (6) has better topological accuracy than these alternatives. Theoretical results would be desirable to explain these observations and establish the properties of criterion (6), but a first simple explanation is that Equation (6) precisely corresponds to the value being computed on taxon subset. To be consistent on the whole set of taxa (L), it is mandatory that the criterion is consistent on taxon subsets (, here), and Equation (6) satisfies this requirement. Maximizing seems to require O(r3) time for each iteration, and thus a total time complexity of O(n4). However, efficient implementation allows for O(n3) total run time. At the first stage (r = n), and || values are computed and stored for all x, y ∈ L, which requires O(n3) time. In the subsequent agglomeration stages, these values are updated as follows: • After step (a), for all i, j ∈ L- {x, y} we remove from and || : Δand Δ(if Δ≠ ∅ and Δ≠ ∅), and Δand Δ(if Δ≠ ∅ and Δ≠ ∅). • After step (c), we compute and || for all i ∈ L- {u}, and • for all i, j ∈ L- {u}, we add Δand Δto and || (if Δ≠ ∅ and Δ≠ ∅). Each of these three updating routines requires O(r2) time, just as pair selection using criterion (6), meaning that using instead of Qdoes not change the total O(n3) time complexity of the original NJ algorithm. However, as discussed earlier, a limitation of criterion is that: (1) it cannot be computed when Δ= ∅, and (2) only the best pair is guaranteed (with additive distance) to be a cherry in the correct tree. When xy is the best pair in the complete additive distance matrix, but Δis missing in the available distance matrix, then using does not provide any guaranty of correctness. This difficulty is partly alleviated when using a generalization of N, as this criterion selects all cherries in the correct tree with complete additive distances. When some of the cherries correspond to missing distances, we are still able to select the others that correspond to non-missing entries. Our generalization of N(Equation (4)) to incomplete distances is defined as follows. Let: differs from Nin that we sum both H terms, instead of multiplying them. This way we exploit all available information. Indeed, when Δ= ∅ and/or Δ= ∅ but the other entries are available, we still use H(Δ+ Δ- Δ- Δ) in while a multiplicative solution in the line of Nwould discard this term. Moreover, it is easily seen that = 2Nwith complete additive distances. To select among taxon pairs, we use the averaged form of , that is: which expresses the mean number of quartets where the xy pair corresponds to a cherry. However, selecting pairs using sometimes produces ties. In this case, we select the pair with higher || value, that is the pair which is supported by the larger number of quartets. But ties may still occur, in which case we use: where Miss(z) = {i ∈ L, ≠ z : Δ= ∅ } corresponds to missing entries for taxon z. counts the number of missing entries in the current matrix that will be removed in the next step (see reduction procedure (13)). Maximizing tends to quickly fill missing entries in the running distance matrix, which both frees from Δ≠ ∅ limitation and allows using Qpair selection criterion only. Finally, in some (very rare) cases, we still have ties and then maximize the continuous version [62] of : Pair selection criteria (9), || (8), (10) and (11) are used in a lexicographic way: taxon pairs are ranked based on the first criterion (), the second one (||) is used in case of ties, etc. However, using these four criteria only would result in O(n4) time complexity. In order to preserve O(n3) run times, we first select the s top pairs based on criterion (6), and then use the other criteria in lexicographic order to select the pair to be agglomerated among these s pairs. As computing Equations (7) to (11) requires O(r2) or less per taxon pair, the total time complexity of pair selection is O(n3) (first selection using (6)) plus O(s∑r2) (final selection using (8) to (11)), i.e. O(n3). As explained above, does not provide any guaranty of correctness with missing distances, while and partly circumvent the difficulty. However, enables to extract the most promising pairs for agglomeration and we have seen (Figure 1) that using for s a small constant (typically 15) is sufficient to obtain high accuracy, meaning that, in practice, run times are in O(n3).

(b) Branch length estimation

Equation (1) is easily rewritten using non-missing entries only: NJ uses the same weight wfor every taxon i. The same holds for NJ*, that is, w= w = 1/(2(|| - 2)). Note that for the selected pair we have Δ, ≠ ∅, meaning that Equation (12) is always applicable. Just as with NJ, branch length estimation (12) requires O(r) time at each agglomeration stage.

(c) Matrix reduction

Equation (2) averages two elementary estimators, and with NJ this average is equally weighted. With missing distances it may occur that one of these two estimators is not applicable (e.g. when Δ≠ ∅), that both are applicable, or that none is applicable. Thus, in NJ* Equation (2) becomes: where λ= λ = 1/2. In the second and third cases, entries missing in the previous matrix are now present in the new, reduced matrix. We have seen that criterion (10) tends to maximize the number of such entries, in order to fill as fast as possible the missing distances in the running matrix. Just as branch length estimation (12), matrix reduction (13) requires O(r) time at each stage and does not impact total time complexity. Thus, NJ* requires O(n3) run times, when s is kept constant.

BIONJ*: improving the reduction step, a first simple solution

BIONJ* uses the same pair selection criteria as NJ*, and adapts to missing distances BIONJ reduction procedure. BIONJ uses the degree of freedom corresponding to the λparameter in Equation (2), in order to minimize the variance of the new Δestimates in step (c). For this purpose, BIONJ assumes a simple Poisson model of the variances in the original (Δ) matrix, stating that the variance Vof Δis proportional to Δ. BIONJ also accounts for the covariances in (Δ) (see [3] for more details). It uses a single λ parameter for every xy pair, which does not depend on i and is given by Again, this equation may be seen as an average and can be rewritten using available entries only as: The reduction step (c) is achieved by BIONJ* as defined by Equation (13), but using so-defined λ* (instead of 1/2) when Δ≠ ∅ and Δ≠ ∅. Moreover, BIONJ starts with variance matrix (V) = (Δ) and reduces this matrix at each stage using λ value from Equation (14) and equation: BIONJ* combines this formula with Equation (13) and (15) to reduce the variance matrix, that is: Computing λ* using Equation (15) and achieving matrix reductions (13) and (16) requires O(r) run times. Thus, BIONJ* has O(n3) time complexity (when s is kept constant, else O(sn3)).

MVR*: improving BIONJ* using variances dedicated to distance supermatrices

The BIONJ variance model is well suited for one-gene studies where distance estimations all use the same number of sites (at least when gaps are removed). With phylogenomic studies, some distances are computed using a large number of genes, and thus are reliable, while other distances are based on a few genes and are poorly estimated. Moreover, some distances may be missing due to the absence of common genes between the two species being compared. Altogether, this implies that the BIONJ and BIONJ* variance model can be improved to better fit phylogenomic requirements. This section describes the MVR* algorithm that is intended to this purpose. Steps (b) and (c) in the generic scheme are based on wand λparameters, respectively. The MVR algorithm [4] generalizes the BIONJ approach and uses these degrees of freedom in order to minimize the variance of the new estimates T, Tand Δ. The main difference from BIONJ is that MVR is able to deal with any variance-covariance model of the δdistance estimates, while BIONJ is restricted to the Poisson model. The MVR variant that we use here only considers the variances and neglects the covariances, thus assuming a weighted least-squares model (it was called MVR-WLS in [4], but is named MVR here for simplicity). Thus, MVR inputs a distance matrix (Δ) and the corresponding (V) variance matrix. We shall see in the next section how (V) is calculated to deal with phylogenomic data, and describe now the way MVR and MVR* use and update these matrices all along the agglomeration procedure. MVR uses Qpair selection criterion (3), just as NJ and BIONJ, while MVR* uses the same criteria and selection procedure as NJ* and BIONJ*. In MVR step (b), i.e. branch length estimation, wweights in Equation (1) depend on i and are given by: MVR* uses Equation (12) (instead of Equation (1)) to deal with missing entries, and adapts above Equation (17) by replacing Lby . In MVR step (c), i.e. matrix reduction, a different λparameter is associated in Equation (2) to each taxon i ≠ x, y using: This value puts more weight and confidence on (Δ- T) when the associated variance Vis low, compared to V. Equation (18) is also used by MVR*, but combined with Equation (13) to deal with missing distances. Finally, MVR (just like BIONJ) reduces the variance matrix at each agglomeration stage. To this purpose, MVR uses the following equation: This equation is also used by MVR* in combination with Equation (16). All the computations described above (except pair selection) require O(r) run times at each agglomeration stage, and thus MVR* has O(n3) time complexity, just as do NJ* and BIONJ*.

Estimating the variances associated to distance supermatrices

Distance supermatrices are computed [6,19] from source matrices which are first rescaled, and then averaged. SDM [6] inputs a collection C = of k distance matrices – each defined on taxon set Land estimated from sequences with size s—, and deforms them, without changing their topological signal, so as to bring them as close as possible to each other before averaging. The first deformation is scaling, which multiplies each () distance matrix by a factor α. The second (optional in SDM) deformation adds a constant ato every non-diagonal entries. Then, SDM averages the resulting modified matrices to obtain the () super-matrix that is defined by: Neglecting the variance of the deformation factors, we obtain a simple expression of the variance of : where is the variance of . Note that no covariance terms between any and estimates appear in Equation (20), as these source distances are estimated from different genes and are independent. Moreover, the covariances between the entries in the SDM supermatrix are neglected, as is the case in a number of (WLS) approaches [30,32,40]. Several studies have shown that the variance Vassociated with the evolutionary distance Δ(estimated from a single gene) is approximately equal to with ρ ≈ 2 [11,65]. Based on various experiments (not shown), we have chosen the usual formula , which corresponds to default option in FITCH program. Equation (20) then becomes:

Authors' contributions

AC designed and implemented the algorithms and experiments, performed the computations that are shown here, and wrote the manuscript. OG supervised these works, participated in the design of algorithms and experiments, and wrote the manuscript.
  36 in total

1.  Weighted neighbor joining: a likelihood-based approach to distance-based phylogeny reconstruction.

Authors:  W J Bruno; N D Socci; A L Halpern
Journal:  Mol Biol Evol       Date:  2000-01       Impact factor: 16.240

2.  Efficiency of the neighbor-joining method in reconstructing deep and shallow evolutionary relationships in large phylogenies.

Authors:  S Kumar; S R Gadagkar
Journal:  J Mol Evol       Date:  2000-12       Impact factor: 2.395

3.  Efficiencies of fast algorithms of phylogenetic inference under the criteria of maximum parsimony, minimum evolution, and maximum likelihood when a large number of sequences are used.

Authors:  K Takahashi; M Nei
Journal:  Mol Biol Evol       Date:  2000-08       Impact factor: 16.240

4.  Traditional phylogenetic reconstruction methods reconstruct shallow and deep evolutionary relationships equally well.

Authors:  M S Rosenberg; S Kumar
Journal:  Mol Biol Evol       Date:  2001-09       Impact factor: 16.240

5.  T-REX: reconstructing and visualizing phylogenetic trees and reticulation networks.

Authors:  V Makarenkov
Journal:  Bioinformatics       Date:  2001-07       Impact factor: 6.937

6.  QuickJoin--fast neighbour-joining tree reconstruction.

Authors:  Thomas Mailund; Christian N S Pedersen
Journal:  Bioinformatics       Date:  2004-06-16       Impact factor: 6.937

7.  Prospects for building the tree of life from large sequence databases.

Authors:  Amy C Driskell; Cécile Ané; J Gordon Burleigh; Michelle M McMahon; Brian C O'meara; Michael J Sanderson
Journal:  Science       Date:  2004-11-12       Impact factor: 47.728

8.  The statistical sign test.

Authors:  W J DIXON; A M MOOD
Journal:  J Am Stat Assoc       Date:  1946-12       Impact factor: 5.033

9.  BIONJ: an improved version of the NJ algorithm based on a simple model of sequence data.

Authors:  O Gascuel
Journal:  Mol Biol Evol       Date:  1997-07       Impact factor: 16.240

10.  Shortest triplet clustering: reconstructing large phylogenies using representative sets.

Authors:  Le Sy Vinh; Arndt von Haeseler
Journal:  BMC Bioinformatics       Date:  2005-04-08       Impact factor: 3.169

View more
  16 in total

1.  Phylogenetic inference with weighted codon evolutionary distances.

Authors:  Alexis Criscuolo; Christian J Michel
Journal:  J Mol Evol       Date:  2009-03-24       Impact factor: 2.395

2.  distAngsd: Fast and Accurate Inference of Genetic Distances for Next-Generation Sequencing Data.

Authors:  Lei Zhao; Rasmus Nielsen; Thorfinn Sand Korneliussen
Journal:  Mol Biol Evol       Date:  2022-06-02       Impact factor: 8.800

3.  Support Values for Genome Phylogenies.

Authors:  Fabian Klötzl; Bernhard Haubold
Journal:  Life (Basel)       Date:  2016-03-07

4.  Polynomial supertree methods revisited.

Authors:  Malte Brinkmeyer; Thasso Griebel; Sebastian Böcker
Journal:  Adv Bioinformatics       Date:  2011-12-21

5.  "Islands of Divergence" in the Atlantic Cod Genome Represent Polymorphic Chromosomal Rearrangements.

Authors:  Marte Sodeland; Per Erik Jorde; Sigbjørn Lien; Sissel Jentoft; Paul R Berg; Harald Grove; Matthew P Kent; Mariann Arnyasi; Esben Moland Olsen; Halvor Knutsen
Journal:  Genome Biol Evol       Date:  2016-04-11       Impact factor: 3.416

6.  Indigenous Arabs are descendants of the earliest split from ancient Eurasian populations.

Authors:  Juan L Rodriguez-Flores; Khalid Fakhro; Francisco Agosto-Perez; Monica D Ramstetter; Leonardo Arbiza; Thomas L Vincent; Amal Robay; Joel A Malek; Karsten Suhre; Lotfi Chouchane; Ramin Badii; Ajayeb Al-Nabet Al-Marri; Charbel Abi Khalil; Mahmoud Zirie; Amin Jayyousi; Jacqueline Salit; Alon Keinan; Andrew G Clark; Ronald G Crystal; Jason G Mezey
Journal:  Genome Res       Date:  2016-01-04       Impact factor: 9.043

7.  A phylogenetic method to perform genome-wide association studies in microbes that accounts for population structure and recombination.

Authors:  Caitlin Collins; Xavier Didelot
Journal:  PLoS Comput Biol       Date:  2018-02-05       Impact factor: 4.475

8.  Characterization and expression analysis of Galnts in developing Strongylocentrotus purpuratus embryos.

Authors:  Amber L Famiglietti; Zheng Wei; Thomas M Beres; Adina L Milac; Duy T Tran; Divya Patel; Robert C Angerer; Lynne M Angerer; Lawrence A Tabak
Journal:  PLoS One       Date:  2017-04-27       Impact factor: 3.240

9.  Carbohydrate Structure Database: tools for statistical analysis of bacterial, plant and fungal glycomes.

Authors:  K S Egorova; A N Kondakova; Ph V Toukach
Journal:  Database (Oxford)       Date:  2015-09-03       Impact factor: 3.451

10.  ASTRID: Accurate Species TRees from Internode Distances.

Authors:  Pranjal Vachaspati; Tandy Warnow
Journal:  BMC Genomics       Date:  2015-10-02       Impact factor: 3.969

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.