1 / 66

Finding Supertrees Using Distance Methods

Finding Supertrees Using Distance Methods. by Stephen J. Willson Mathematics Department Iowa State University. Trees are such that each vertex has degree 1 (leaf) or 3. Example. A tree T with leaf set S = {1,2,3,4,5,6}.

lesley
Download Presentation

Finding Supertrees Using Distance Methods

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. Finding Supertrees Using Distance Methods by Stephen J. Willson Mathematics Department Iowa State University

  2. Trees are such that each vertex has degree 1 (leaf) or 3. Example. A tree T with leaf set S = {1,2,3,4,5,6}.

  3. Sequences of length 3857 letters for 16 taxa. Complete protein-coding region for mitochondrial DNA. pygmychimp TPMTNLLLLI VPVLIAMAFL MLTERKILGY commonchim TPMTNLLLLI VPILIAMAFL MLTERKILGY human MPMANLLLLI VPILIAMAFL MLTERKILGY gorilla MSMANLLLLI VPILIAMAFL MLTERKILGY orangutan MPVINLLLLT MSILIAMAFL MLTERKILGY mouse ---INILTLL VPILIAMAFL TLVERKILGY rat VYFINILTLL IPILIAMGLL TLVERKILGY greyseal MFMINIISLI IPILLAVAFL TLVERKVLGY harborseal MFMINIISLI IPILLAVAFL TLVERKVLGY cow MFMINILMLI IPILLAVAFL TLVERKVLGY horse MFMINVLLLI VPILLAVAFL TLVERKVLGY whale MFMINILTLI LPILLAVAFL TLVERKILGY rabbit MFLINTLLLI LPVLLAMAFL TLVERKILGY guineapig MFMINLLLLI IPILLAMAFL TLTERKILGY opossum MFLINLLMYI IPILLAVAFL TLVERKVLGY hedgehog MLMINILCLI IPILLAVAFL TLIERKVLGY

  4. If T is a tree with leaf set S and S' is a subset of S, then T | S' consists of T from which all leaves not in S' have been successively removed (together with their edges) and vertices of degree 2 have been deleted. T | S' is the subtree with leaf set S'. T T | {1,2,4,5}

  5. Suppose that tree Ti has leaves Si for i = 1,...,k. A supertree for T1, T2, …, Tk is a tree T with leaf set S = S1 S2...  Sk such that T | Si = Ti for all i.

  6. Example: (Steel, Dress, and Böcker 2000) Initial trees

  7. There are exactly two supertrees: 2 1 6 3 4 5

  8. Supertree methods • Researcher 1 studies taxa S1 and uses evidence to find a tree T1 for S1. • Researcher 2 studies taxa S2 and finds a tree T2 for S2. • ... • Researcher k studies taxa Sk and finds a tree Tk for Sk. • Now a supertree T is found for T1, ..., Tk.

  9. Advantages • Independent studies can be combined into a single tree. • Initial trees can be based on different kinds of data: DNA of different genes, morphology, behavior, DNA-DNA hybridization, .… • Initial trees can be obtained by different methodologies: maximum parsimony, maximum likelihood, neighbor-joining;

  10. More advantages • Initial trees often have been selected from competing trees by professional judgment. • There are most likely no common data for all species in S. • Methods such as maximum likelihood would not be computationally tractable on such a large dataset as all S.

  11. MRP • Currently the most commonly used method is Matrix representation with parsimony (MRP) • Baum 1992, Ragan 1992 • Sanderson et al 1998 • software RADCON (Thorley and Page 2000)

  12. MRP • Form a large matrix M as follows: The rows correspond to the taxa in S. For each nontrivial (nonleaf) edge e of each tree Ti there is a column with each entry 0, 1, or ? Remove e from Ti; the remaining taxa in Si split into two sets A and B. The column has 0 in row for a taxon t if t is in A, 1 if t is in B, ? if t is not in Si.

  13. M: e1 e2 e3 1 1 1 1 2 1 1 ? 3 0 1 1 4 0 0 0 5 0 0 ? 6 ? ? 0

  14. Give the matrix M to a standard software package (such as PAUP* by Swofford) and find the maximum parsimony trees. Select some consensus tree.

  15. Advantages of MRP • Easy to do for all trees • No alignment difficulties • Software exists (RADCON)

  16. Disadvantages of MRP • Maximum parsimony is NP-hard with lots of heuristics. • Maximum parsimony often has many different optimal trees. • There is no conceptual basis for why maximum parsimony is the right criterion.

  17. Kennedy and Page, 2002, started with 7 published trees of Procellariiform seabirds: • 1. Austin 1996: 307 bases of cytochrome b, • 2. Bretagnolle et al. 1998: 496 bases of cytochrome b • 3. Heidrich et al. 1998: 1043 bases of cytochrome b • 4. Imber 1985: morphology and life history information • 5. Nunn and Stanley 1998: 1143 bases of cytochrome b for 90 taxa • 6. Paterson et al. 1995: 12SrRNA, isozyme and behavioral life history data • 7. Sibley and Ahlquist 1990: DNA-DNA hybridization data

  18. Kennedy and Page used MRP on these seven trees with a total of 122 taxa. The trees were combined into a single matrix M with a total of 188 characters. Exploratory searches suggested there were 100,000 equally parsimonious trees. These were broken into samples of 10,000 MP trees of 214 steps. They found the strict consensus trees and the Adams consensus trees for each block of 10,000 MP trees. The strict consensus trees were identical, but there was some deviation in the Adams consensus trees. These were reported and compared with an independent tree from mitochondrial DNA for all the taxa.

  19. Additive distance functions • A distance function d on the set S of leaves is a nonnegative function d: S  S  R such that d(x,y) = d(y,x) and d(x,x) = 0. • It is additive for the tree T if d(i,j) is the sum of the edge lengths on the path from i to j.

  20. Ex: t+v+w = d(1,3)

  21. Theorem. (rough statement) An additive distance function on S for T determines the tree T uniquely. Theorem. (exact statement) Suppose d is an additive distance function on S for T whose branchlength function w is positive for each edge. (1) The branchlength function w is determined by d. (2) If the tree W, W≠T, has the same set S of leaves, then d is not additive for W.

  22. Idea of (1): In the example, t = (d(1,2) + d(1,3) - d(2,3))/2 u = (d(2,1)+d(2,3)-d(1,3))/2 Remove 1 and 2 and their edges so 5 becomes a leaf. d(5,3) = d(1,3)-t = d(2,3)-u d(5,4) = d(1,4)-t = d(2,4)-u Use induction. This proves (1).

  23. Idea of (2): x and y are neighbors if for all w and z (other than x and y), d(x,y) + d(w,z) < d(x,w)+d(y,z) = d(x,z)+d(y,w). One can identify neighboring taxa using d.

  24. In fact, if d is an additive distance function on S for T, then there exists a fast algorithm to construct T.

  25. Supertrees with distances • Given: trees Ti with leaf sets Si, i = 1, ..., k. Assume given an additive distance function di on Si for Ti. • Problem: Find a supertree T with additive distance function d such that for all i, d | Si Si = di.

  26. Theorem. Suppose that d is additive on S for T. Let Si, i = 1,..., k be subsets of S and let Ti = T | Si, di = d | Si  Si. Suppose that for all pairs (x,y) from S there exists i so both x and y are in Si. Then T is uniquely determined and can be reconstructed easily.

  27. Quick estimate • Suppose S has 200 taxa. • Suppose each given tree Ti with leaf set Si has 50 taxa. • What is the minimum possible number k of given trees such that one might know d(x,y) for all pairs x and y?

  28. Ballpark solution • Let C(a,b) be the binomial coefficient C(a,b) = a!/(b! (a-b)!). • For S there are C(200,2) distances given. • Each Ti provides C(50,2) distances. • If they were all distinct we would need C(200,2)/C(50,2) trees. • Hence k ≥ C(200,2)/C(50,2) = (200) (199)/ [(50) (49)] = 16.245. So k≥17.

  29. The quartet trees For 4 taxa there are only 3 different topologies.

  30. What if we use only topology? • For purely topological methods (like MRP) what it the minimum number k of subtrees that must be given to tell all the quartet trees?

  31. Quick estimate • Suppose S has 200 taxa. • Suppose each given tree Ti with leaf set Si has 50 taxa. • Then T has C(200,4) quartet trees. • Each Ti provides C(50,4) quartet trees. • If they were all distinct, we would need C(200,4)/C(50,4) trees. • Hence k ≥ C(200,4)/C(50,4) = 280.87 • Hence k ≥ 281.

  32. Main idea • There is so much redundancy that one can reconstruct the branchlengths knowing d(x,y) for only some pairs (x,y). There is so much redundancy that one can reconstruct the topology knowing the quartet trees for only some quartets. • We expect to need many fewer subtrees if we use distances rather than topology.

  33. Supertrees using distances • Part A. (Projection) For each given tree Ti on leaf set Si, find a good additive distance function di on Si • Part B. (Supertree construction) Use the distance functions di to build a supertree.

  34. Background Typically, for a tree Ti on leaf set Si there is DNA data or protein data which provides some evidence. Then the tree Ti is selected using various criteria with some judgment and with some consensus techniques.

  35. A. Projection 1. Select some good distance estimations di' from the DNA data for Si: Jukes-Cantor Kimura HKY 1985 log determinant 2. "Project" di' onto Ti to find an additive distance function di on Si for Ti.

  36. Example: Estimate the branchlength e.

  37. If w is in W, x in X, y in Y, z in Z obtain an estimate for the length e by estwxyz = ((d(w,y) + d(x,z) - d(w,x) - d(y,z) )+ (d(w,z)+d(x,y) - d(w,x) - d(y,z)) )/4

  38. Select the average of these values for all choices of w, x, y, z.

  39. Difficulties: Projection • The procedure may lead to negative branchlengths. • One can crudely zero out negative branchlengths, but is there a better tractable method? • Least squares have the same difficulties. • Are distances from different datasets comparable?

  40. Comparison of length estimates on simulated data.

  41. Comparison of distances: real data, 12SrRNA vs. Cytochrome b.

  42. B. Supertree construction • Given various di(x,y), accept d'(x,y) as the average of the values di(x,y) which are known. For some x,y, d'(x,y) is not defined.

  43. Usual situation Suppose we have constructed T' on leaf set S' = {1,2,3,..., m-1}. We try to add taxon m. Maybe there are taxa a and b from S' such that (i) d'(a,m) is known (ii) d'(b,m) is known (iii) On the path P from a to b , the location x at distance A from a A := (d'(a,m)+d'(a,b)-d'(m,b))/2 is not a vertex of T'.

  44. We expect The lengths A, B, and M are estimated.

  45. Theorem. Suppose that the distance function d is additive for the tree T such that each edge has positive branchlength. Suppose d(x,y) is input for each pair of taxa x and y. Then the procedure reconstructs T with the same distance function. (This is true even if T is not completely resolved, for an extension of the procedure.)

  46. Difficulties if there are errors • Different choices of a and b may lead to slightly different attachments. • The additive distances d’ in the new tree involving m may need to be modified. • What is the tolerance for accepting that "x is not at a vertex"? • There may be no such pair a and b.

More Related