Presentation is loading. Please wait.

Presentation is loading. Please wait.

Phylogenetic Analysis. 2 Introduction Intension –Using powerful algorithms to reconstruct the evolutionary history of all know organisms. Phylogenetic.

Similar presentations


Presentation on theme: "Phylogenetic Analysis. 2 Introduction Intension –Using powerful algorithms to reconstruct the evolutionary history of all know organisms. Phylogenetic."— Presentation transcript:

1 Phylogenetic Analysis

2 2 Introduction Intension –Using powerful algorithms to reconstruct the evolutionary history of all know organisms. Phylogenetic tree –It can help understand the evolutionary relationships among species of organisms. –But we have to infer the evolutionary history of current organisms.

3 Campanulaceae (bluebell) family Herpesviruses

4 4 Ancestral Node or ROOT of the Tree Internal Nodes or Divergence Points (represent hypothetical ancestors of the taxa) Branches or Lineages Terminal Nodes A B C D E Represent the TAXA (genes, populations, species, etc.) used to infer the phylogeny Common Phylogenetic Tree Terminology

5 5 Taxon A Taxon B Taxon C Taxon D 1 1 1 6 3 5 genetic change Taxon A Taxon B Taxon C Taxon D time Taxon A Taxon B Taxon C Taxon D no meaning Three types of trees Cladogram Phylogram Ultrametric tree All show the same evolutionary relationships, or branching orders, between the taxa.

6 Phylogenetic trees diagram the evolutionary relationships between the taxa ((A,(B,C)),(D,E)) = The above phylogeny as nested parentheses Taxon A Taxon B Taxon C Taxon E Taxon D No meaning to the spacing between the taxa, or to the order in which they appear from top to bottom. This dimension either can have no scale (for ‘cladograms’), can be proportional to genetic distance or amount of change (for ‘phylograms’ or ‘additive trees’), or can be proportional to time (for ‘ultrametric trees’ or true evolutionary trees). These say that B and C are more closely related to each other than either is to A, and that A, B, and C form a clade that is a sister group to the clade composed of D and E. If the tree has a time scale, then D and E are the most closely related.

7 7 Completely unresolved or "star" phylogeny Partially resolved phylogeny Fully resolved, bifurcating phylogeny AAA B BB C C C E E E D DD Polytomy or multifurcationA bifurcation The goal of phylogeny inference is to resolve the branching orders of lineages in evolutionary trees:

8 C-B Stewart, NHGRI lecture, 12/5/00 There are three possible unrooted trees for four taxa (A, B, C, D) AC B D Tree 1 AB C D Tree 2 AB D C Tree 3 Phylogenetic tree building (or inference) methods are aimed at discovering which of the possible unrooted trees is "correct". We would like this to be the “true” biological tree — that is, one that accurately represents the evolutionary history of the taxa. However, we must settle for discovering the computationally correct or optimal tree for the phylogenetic method of choice.

9 9 The number of unrooted trees increases in a greater than exponential manner with number of taxa (2N - 5)!! = # unrooted trees for N taxa (2N- 3)!! = # rooted trees for N taxa C A B D A B C A D B E C A D B E C F

10 10 Introduction NP-Hard optimization problem –Unrooted trees # of n organisms = TU(n) –Edges # of unrooted trees of n organisms = E(n) = 2n-3, n>=2 –TU(n) = TU(n-1)*E(n-1) = ΠE(i) = Π(2i-5) –Ex. –Rooted trees # of n organisms = TR(n) = TU(n)*E(n) = TU(n+1) x y z x y z t x y z t x y z t n-1 n i=2i=3 add t

11 11 Inferring evolutionary relationships between the taxa requires rooting the tree: To root a tree mentally, imagine that the tree is made of string. Grab the string at the root and tug on it until the ends of the string (the taxa) fall opposite the root: A B C Root D A B C D Note that in this rooted tree, taxon A is no more closely related to taxon B than it is to C or D. Rooted tree Unrooted tree

12 12 Now, try it again with the root at another position: A B C Root D Unrooted tree Note that in this rooted tree, taxon A is most closely related to taxon B, and together they are equally distantly related to taxa C and D. C D Root Rooted tree A B

13 13 An unrooted, four-taxon tree theoretically can be rooted in five different places to produce five different rooted trees The unrooted tree 1: AC B D Rooted tree 1d C D A B 4 Rooted tree 1c A B C D 3 Rooted tree 1e D C A B 5 Rooted tree 1b A B C D 2 Rooted tree 1a B A C D 1 These trees show five different evolutionary relationships among the taxa!

14 14 All of these rearrangements show the same evolutionary relationships between the taxa B A C D A B D C B C A D B D A C B A C D Rooted tree 1a B A C D A B C D

15 15 Molecular phylogenetic tree building methods: Are mathematical and/or statistical methods for inferring the divergence order of taxa, as well as the lengths of the branches that connect them. There are many phylogenetic methods available today, each having strengths and weaknesses. Most can be classified as follows: COMPUTATIONAL METHOD Clustering algorithmOptimality criterion DATA TYPE Characters Distances PARSIMONY MAXIMUM LIKELIHOOD UPGMA NEIGHBOR-JOINING MINIMUM EVOLUTION LEAST SQUARES

16 16 parsimony model complexity vs. sample size minimize Hamming distance summed over all edges of the tree justification: minimum possible number of evolutionary events subject of serious dispute by systematic biologists

17 17 Method –Maximum parsimony (MP) Seek the tree that minimizes the total number of evolutionary events on the edges of tree Ex. Require two algorithms –Search over tree topology –The computation of a cost for a given tree 11 1 AAA AAG AAA GGA AGA AAA AAG AAA GGAAGA 112 AAA AAG AAA AGAGGA 112

18 18 maximum likelihood estimate probability that a specific evolutionary model will produce a particular phylogeny yielding the observed sequences many evolutionary models

19 19 Method –Maximum likelihood (ML) Seek the tree that maximizes likelihood P(data|tree) Ex. –Compute likelihood P(x 1,x 2,x 3 |T,t 1,t 2,t 3,t 4 ) –x : a set of sequences –T: a tree –t : edge lengths of tree Require two algorithms –Search over tree topology –Search over all possible lengths of edges t to compute likelihood X1X1 X2X2 X5X5 X4X4 X3X3 root t1t1 t2t2 t3t3 t4t4

20 20 Distance Matrix Methods produce a tree such that the path distance between leaves i and j (sum of edge weights in the path between i and j) equals D ij this the additive property for a distance matrix -- of course real distance matrices may not be additive most methods use agglomerative clustering -- successively choosing pairs of nodes to combine

21 21 Ultrametric trees path distance from the root to each leaf is the same strong molecular clock assumption - distance is proportional to evolutionary time

22 22 Example Tree and Additive Matrix

23 23 Distance Matrix Methods UPGMA Neighbor Joining Fitch Margoliash Quartet Puzzling Witness-Anitwitness Double Pivot many are “ not yet in use by the systematic biology community ”

24 24 Distance Measures DNA hybridization amounts immunological distances genetic distances sequence distances (DNA, RNA, protein)

25 25 … what distance? need distance measure that reflects the actual number of point mutations on the path between the leaves particular problem with sequence data - Hamming distance and assumption of no reversals

26 26 UPGMA Unweighted Pair-Group Method with Arithmetic mean

27 27 UPGMA Step 1 combine B and C

28 28 UPGMA step 2 combine BC and D (10+12)/2 (4+6)/2

29 29 UPGMA step 3 combine A and E a e c b d 2 2.5 0.5 2

30 30 UPGMA step 4 combine AE and BCD

31 31 UPGMA Result 3.5

32 32 UPGMA Result 3.5

33 33 Method Phylogenetic reconstruction techniques –NJ (neighbor-joining method) A star tree is successively inserted branches between a pair of closest neighbors and the remaining terminals in the tree Character –The fastest reconstruction method –Poor accuracy when the distance matrix contains large value

34 34 Method Ex. –The cost save by pairing S1 and S2 = New connection cost (NC) – Old connection cost (OC) = 2.34 NC = ½(average(S1)+average(S2)+d(S1,S2))=6.33 OC = average(S1) +average(S2) = 8.67 –The largest cost save by pairing S3 and S4 = 2.67 Thus we pair S3 and S4 S1S2S3S4 S10443 S2065 S302 S40 Distance matrixStar tree S2 S1S3 S4 5 3.67 3.33 4 X S2 S1S3 S4 X X S2 S1 Pair S1 and S2

35 35 Neighbor-Joining Result

36 36 Genome Rearragement –Generalized Nadean-Tayor (GNT) evolution model P(transpostion) = α P(inverted trans.) = β P(inversion) = 1-(α+β) events # on edge : according to Poisson distribution f(x) = ; x=1,2,.. Genome rearrangement λ xe -3 x!

37 37 Improving reconstruction algorithms

38 38 Improving reconstruction algorithms –Estimators of true evolutionary distance Exact-IEBP (inverting the expected breakpoint distance) ML estimate of the breakpoint distance after K rearrangements Approx-IEBP approximate Exact-IEBP EDE (empirically derived estimator) empirical estimate of the inversion distance after K rearrangements produced a nonlinear regression formula that computes the expected distance given that K random rearrangements

39 39 Conclusion New generation of phylogenetic software needs –More sophisticated models of evolution –Faster optimization algorithms –High performance algorithm engineering –Powerful modes of user interaction


Download ppt "Phylogenetic Analysis. 2 Introduction Intension –Using powerful algorithms to reconstruct the evolutionary history of all know organisms. Phylogenetic."

Similar presentations


Ads by Google