Download presentation
Presentation is loading. Please wait.
1
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Distance Matrix Methods Anders Gorm Pedersen Molecular Evolution Group Center for Biological Sequence Analysis Technical University of Denmark gorm@cbs.dtu.dk
2
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Distance Matrix Methods 1. Construct multiple alignment of sequences 2. Construct table listing all pairwise differences (distance matrix) 3. Construct tree from pairwise distances Gorilla : ACGTCGTA Human : ACGTTCCT Chimpanzee: ACGTTTCG GoHuCh Go-44 Hu-2 Ch- Go Hu Ch 2 1 1 1
3
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding optimal branch lengths S1S1 S2S2 S3S3 S4S4 S1S1 -D 12 D 13 D 14 S2S2 -D 23 D 24 S3S3 -D 34 S4S4 - Observed distance S1 S3 S2 S4 a b c d e Distance along tree (patristic distance) D 12 d 12 = a + b + c D 13 d 13 = a + d D 14 d 14 = a + b + e D 23 d 23 = d + b + c D 24 d 24 = c + e D 34 d 34 = d + b + e Goal:
4
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Exercise (handout) Construct distance matrix (count different positions)Construct distance matrix (count different positions) Reconstruct tree and find best set of branch lengthsReconstruct tree and find best set of branch lengths
5
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Optimal Branch Lengths for a Given Tree: Least Squares Fit between given tree and observed distances can be expressed as “sum of squared differences”:Fit between given tree and observed distances can be expressed as “sum of squared differences”: Q = (D ij - d ij ) 2 Q = (D ij - d ij ) 2 Find branch lengths that minimize Q - this is the optimal set of branch lengths for this tree.Find branch lengths that minimize Q - this is the optimal set of branch lengths for this tree. S1 S3 S2 S4 a b c d e Distance along tree D 12 d 12 = a + b + c D 13 d 13 = a + d D 14 d 14 = a + b + e D 23 d 23 = d + b + c D 24 d 24 = c + e D 34 d 34 = d + b + e Goal: j>i
6
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Optimal Branch Lengths: Least Squares Longer distances associated with larger errorsLonger distances associated with larger errors Squared deviation may be weighted so longer branches contribute less to Q:Squared deviation may be weighted so longer branches contribute less to Q: Q = (D ij - d ij ) 2 Q = (D ij - d ij ) 2 Power (n) is typically 1 or 2 S1 S3 S2 S4 a b c d e Distance along tree D 12 d 12 = a + b + c D 13 d 13 = a + d D 14 d 14 = a + b + e D 23 d 23 = d + b + c D 24 d 24 = c + e D 34 d 34 = d + b + e Goal: D ij n j>i
7
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths ABC A-D AB DACDAC B-DBCDBC C- Observed distance A B C v1v1 v3v3 v2v2 Distance along tree D AB d AB = v 1 + v 2 D AC d AC = v 1 + v 3 D BC d BC = v 2 + v 3 Goal:
8
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
9
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
10
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
11
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
12
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
13
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
14
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths
15
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Finding Optimal Branch Lengths System of n linear equations with n unknowns Can be solved using substitution method or matrix-based methods
16
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Least Squares Optimality Criterion Search through all (or many) tree topologiesSearch through all (or many) tree topologies For each investigated tree, find best branch lengths using least squares criterion (solve N equations with N unknowns)For each investigated tree, find best branch lengths using least squares criterion (solve N equations with N unknowns) Among all investigated trees, the best tree is the one with the smallest sum of squared errors.Among all investigated trees, the best tree is the one with the smallest sum of squared errors. Least squares criterion used both for finding branch lengths on individual trees, and for finding best tree.Least squares criterion used both for finding branch lengths on individual trees, and for finding best tree.
17
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Minimum Evolution Optimality Criterion Search through all (or many) tree topologiesSearch through all (or many) tree topologies For each investigated tree, find best branch lengths using least squares criterion (solve N equations with N unknowns)For each investigated tree, find best branch lengths using least squares criterion (solve N equations with N unknowns) Among all investigated trees, the best tree is the one with the smallest sum of branch lengths (the shortest tree).Among all investigated trees, the best tree is the one with the smallest sum of branch lengths (the shortest tree). Least squares criterion used for finding branch lengths on individual trees, minimum tree length used for finding best tree.Least squares criterion used for finding branch lengths on individual trees, minimum tree length used for finding best tree.
18
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Superimposed Substitutions Actual number ofActual number of evolutionary events:5 Observed number ofObserved number of differences:2 Distance is (almost) always underestimatedDistance is (almost) always underestimated ACGGTGC C T GCGGTGA
19
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Model-based correction for superimposed substitutions Goal: try to infer the real number of evolutionary events (the real distance) based onGoal: try to infer the real number of evolutionary events (the real distance) based on 1. Observed data (sequence alignment) 2. A model of how evolution occurs
20
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Jukes and Cantor Model Four nucleotides assumed to be equally frequent (f=0.25)Four nucleotides assumed to be equally frequent (f=0.25) All 12 substitution rates assumed to be equalAll 12 substitution rates assumed to be equal Under this model the corrected distance is:Under this model the corrected distance is: D JC = -0.75 x ln(1-1.33 x D OBS ) For instance:For instance: D OBS =0.43 => D JC =0.64 ACGT A -3 C G T
21
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Clustering Algorithms Starting point: Distance matrixStarting point: Distance matrix Cluster the two nearest nodes:Cluster the two nearest nodes: –Tree: connect pair of nodes to common ancestral node, compute branch lengths from ancestral node to both descendants –Distance matrix: replace the two joined nodes with the new (ancestral) node. Compute new distance matrix, by finding distance from new node to all other nodes Repeat until all nodes are linked in treeRepeat until all nodes are linked in tree Results in only one tree, there is no measure of tree-goodness.Results in only one tree, there is no measure of tree-goodness.
22
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm For each tip compute u i = j D ij /(n-2)For each tip compute u i = j D ij /(n-2) (essentially the average distance to all other tips, except the denominator is n-2 instead of n-1) Find the pair of tips, i and j, where D ij -u i -u j is smallestFind the pair of tips, i and j, where D ij -u i -u j is smallest Connect the tips i and j, forming a new ancestral node. The branch lengths from the ancestral node to i and j are:Connect the tips i and j, forming a new ancestral node. The branch lengths from the ancestral node to i and j are: v i = 0.5 D ij + 0.5 (u i -u j ) v j = 0.5 D ij + 0.5 (u j -u i ) Update the distance matrix: Compute distance between new node and each remaining tip as follows:Update the distance matrix: Compute distance between new node and each remaining tip as follows: D ij,k = (D ik +D jk -D ij )/2 Replace tips i and j by the new node which is now treated as a tipReplace tips i and j by the new node which is now treated as a tip Repeat until only two nodes remain.Repeat until only two nodes remain.
23
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCD A-172127 B-1218 C-14 D-
24
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCD A-172127 B-1218 C-14 D- iuiui A(17+21+27)/2=32.5 B(17+12+18)/2=23.5 C(21+12+14)/2=23.5 D(27+18+14)/2=29.5
25
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCD A-172127 B-1218 C-14 D- iuiui A(17+21+27)/2=32.5 B(17+12+18)/2=23.5 C(21+12+14)/2=23.5 D(27+18+14)/2=29.5 ABCD A--39-35 B- C--39 D- D ij -u i -u j
26
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCD A-172127 B-1218 C-14 D- iuiui A(17+21+27)/2=32.5 B(17+12+18)/2=23.5 C(21+12+14)/2=23.5 D(27+18+14)/2=29.5 ABCD A--39-35 B- C--39 D- D ij -u i -u j
27
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCD A-172127 B-1218 C-14 D- iuiui A(17+21+27)/2=32.5 B(17+12+18)/2=23.5 C(21+12+14)/2=23.5 D(27+18+14)/2=29.5 ABCD A--39-35 B- C--39 D- D ij -u i -u j C D X
28
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCD A-172127 B-1218 C-14 D- iuiui A(17+21+27)/2=32.5 B(17+12+18)/2=23.5 C(21+12+14)/2=23.5 D(27+18+14)/2=29.5 ABCD A--39-35 B- C--39 D- D ij -u i -u j C D v C = 0.5 x 14 + 0.5 x (23.5-29.5) = 4 v D = 0.5 x 14 + 0.5 x (29.5-23.5) = 10 4 10 X
29
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCDX A-172127 B-1218 C-14 D- X- C D 4 10 X
30
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCDX A-172127 B-1218 C-14 D- X- C D 4 10 X D XA = (D CA + D DA - D CD )/2 = (21 + 27 - 14)/2 = 17 D XB = (D CB + D DB - D CD )/2 = (12 + 18 - 14)/2 = 8
31
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABCDX A-17212717 B-12188 C-14 D- X- C D 4 10 X D XA = (D CA + D DA - D CD )/2 = (21 + 27 - 14)/2 = 17 D XB = (D CB + D DB - D CD )/2 = (12 + 18 - 14)/2 = 8
32
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABX A-17 B-8 X- C D 4 10 X D XA = (D CA + D DA - D CD )/2 = (21 + 27 - 14)/2 = 17 D XB = (D CB + D DB - D CD )/2 = (12 + 18 - 14)/2 = 8
33
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABX A-17 B-8 X- C D 4 10 X iuiui A(17+17)/1 = 34 B(17+8)/1 = 25 X
34
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABX A-17 B-8 X- C D 4 10 X ABX A--42-28 B- X- D ij -u i -u j iuiui A(17+17)/1 = 34 B(17+8)/1 = 25 X
35
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABX A-17 B-8 X- C D 4 10 X D ij -u i -u j ABX A--42-28 B- X- iuiui A(17+17)/1 = 34 B(17+8)/1 = 25 X
36
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABX A-17 B-8 X- C D 4 10 X D ij -u i -u j ABX A--42-28 B- X- iuiui A(17+17)/1 = 34 B(17+8)/1 = 25 X v A = 0.5 x 17 + 0.5 x (34-25) = 13 v D = 0.5 x 17 + 0.5 x (25-34) = 4 A B Y 4 13
37
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABXY A-17 B-8 X- Y C D 4 10 X A B Y 4 13
38
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm ABXY A-17 B-8 X-4 Y C D 4 10 X A B Y 4 13 D YX = (D AX + D BX - D AB )/2 = (17 + 8 - 17)/2 = 4
39
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm XY X-4 Y- C D 4 10 X A B Y 4 13 D YX = (D AX + D BX - D AB )/2 = (17 + 8 - 17)/2 = 4
40
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm XY X-4 Y- C D 4 10 A B 4 13 4 D YX = (D AX + D BX - D AB )/2 = (17 + 8 - 17)/2 = 4
41
CENTER FOR BIOLOGICAL SEQUENCE ANALYSIS Neighbor Joining Algorithm C D A B ABCD A-172127 B-1218 C-14 D- 10 4 13 4 4
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.