Presentation is loading. Please wait.

Presentation is loading. Please wait.

Presented by Liu Qi Pairwise Sequence Alignment. Presented By Liu Qi Why align sequences? Functional predictions based on identifying homologues. Assumes:

Similar presentations


Presentation on theme: "Presented by Liu Qi Pairwise Sequence Alignment. Presented By Liu Qi Why align sequences? Functional predictions based on identifying homologues. Assumes:"— Presentation transcript:

1 Presented by Liu Qi Pairwise Sequence Alignment

2 Presented By Liu Qi Why align sequences? Functional predictions based on identifying homologues. Assumes: conservation of sequence conservation of function BUT: Function carried out at level of proteins, i.e. 3-D structure Sequence conservation carried out at level of DNA 1-D sequence

3 Presented By Liu Qi

4 Relation of sequences Homologous sequences. Orthologs and Paralogs are two types of homologous sequences. Orthology describes genes in different species that derive from a common ancestor. Orthologous genes may or may not have the same function. Paralogy describes homologous genes within a single species that diverged by gene duplication. Homologous sequences. Orthologs and Paralogs are two types of homologous sequences. Orthology describes genes in different species that derive from a common ancestor. Orthologous genes may or may not have the same function. Paralogy describes homologous genes within a single species that diverged by gene duplication.

5 Some Definitions An alignment is a mutual arrangement of two sequences, which exhibits where the two sequences are similar, and where they differ. An alignment is a mutual arrangement of two sequences, which exhibits where the two sequences are similar, and where they differ. An optimal alignment is one that exhibits the most correspondences and the least differences. It is the alignment with the highest score. May or may not be biologically meaningful. An optimal alignment is one that exhibits the most correspondences and the least differences. It is the alignment with the highest score. May or may not be biologically meaningful. Presented By Liu Qi

6 Methods Dot matrix Dynamic Programming Word, k-tuple (heuristic based)

7 Presented By Liu Qi Brief intro of methods dot matrix - all possible matches between sequence residues are found; used to compare two sequences to look for regions where they may align; very useful for finding indels and repeats in sequences; can be used as a first pass to see if there is any similarity between sequences dynamic programming - mathematically guaranteed to find optimal alignment (global or local) between pairs of sequences; very computationally expensive - # of steps increases exponentially with sequence length k-tuple (word) methods - used by FASTA and BLAST (previously described); much faster than dynamic programming and ideal for database searches; uses heuristics that do not guarantee optimal alignment but are nevertheless very reliable

8 Presented By Liu Qi Dot matrix 1 - one sequence listed along top of page and second sequence listed along the side 2 - move across row and put dot in any column where the character is the same 3 - continue for each row until all possible character matches between the sequences are represented by dots 4 - diagonal rows of dots reveal sequence similarity (can also find repeats and inverted repeats off the main diagonal) 5 - isolated dots represent random similarity unrelated to the alignment

9 Presented By Liu Qi

10 Dot matrix with noise reduction

11 Presented By Liu Qi Dot matrix To improve visualisation of identical regions among sequences we use sliding windows Instead of writing down a dot for every character that is common in both sequences We compare a number of positions (window size), and we write down a dot whenever there is minimum number (stringency) of identical characters

12 Presented By Liu Qi Dot matrix Caution is necessary regarding the window size and the stringency value. Generally, they assume different values for different problems. The optimal values will accent the regions of similarity of the two sequences For DNA sequence usually, Sliding window=15, stringency=10 For Protein sequence Sliding window=2 or 3, stringency=2

13 Presented By Liu Qi Things to be considered Scoring matrix for distance correction. Window size Threshold

14 Presented By Liu Qi The useful of Dot plot Regions of similarity: diagonals Regions of similarity: diagonals Insertions/deletions: gaps Insertions/deletions: gaps Can determine intron/exon structure Can determine intron/exon structure Repeats: parallel diagonals Repeats: parallel diagonals Inverted repeats: perpendicular diagonals Inverted repeats: perpendicular diagonals Inverted repeats Inverted repeats Can be used to determine regions of base pairing of RNA molecules Can be used to determine regions of base pairing of RNA molecules

15 Presented By Liu Qi Intra-sequence comparison Repeats Inverted repeats Low complexity

16 Presented By Liu Qi ABRACADABRACAD ABRACADABRACAD Examples

17 Presented By Liu Qi palindrome Sequence: ATOYOTA

18 Presented By Liu Qi Repeats Drosophila melanogaster SLIT protein against itself

19 Presented By Liu Qi Low complexity

20 Presented By Liu Qi Inter sequence comparison Conserved domains Conserved domains Insertion and deletion Insertion and deletion

21 Presented By Liu Qi Insertion and deletion Seq1:DOROTHYCROWFOOTHODGKIN Seq1:DOROTHYCROWFOOTHODGKIN Seq2:DOROTHYHODGKIN Seq2:DOROTHYHODGKIN

22 Presented By Liu Qi Conserved domains

23 Presented By Liu Qi Translated DNA and protein comparison :Exons and introns

24 Presented By Liu Qi

25 Even more can be done with RNA RNA comparisons of the reverse, complement of a sequence to itself can often be very informative. RNA comparisons of the reverse, complement of a sequence to itself can often be very informative. Consider the following set of examples from the phenylalanine transfer RNA (tRNA-Phe) molecule from Baker’s yeast.Consider the following set of examples from the phenylalanine transfer RNA (tRNA-Phe) molecule from Baker’s yeast. The sequence and structure of this molecule is also known; the illustration will show how simple dot-matrix procedures can quickly lead to functional and structural insights (even without complex folding algorithms).The sequence and structure of this molecule is also known; the illustration will show how simple dot-matrix procedures can quickly lead to functional and structural insights (even without complex folding algorithms).

26 Presented By Liu Qi Structures of tRNA-Phe

27 Presented By Liu Qi RNA comparisons of the reverse, complement of a sequence to itself

28 Presented By Liu Qi Programs for Dot Matrix Dotlet Dotlet http://www.isrec.isb-sib.ch/java/dotlet/Dotlet.html http://www.isrec.isb-sib.ch/java/dotlet/Dotlet.html http://www.isrec.isb-sib.ch/java/dotlet/Dotlet.html SIGNAL SIGNAL http://innovation.swmed.edu/research/informatics/re s_inf_sig.html http://innovation.swmed.edu/research/informatics/re s_inf_sig.html Dotter http://www.cgb.ki.se/cgb/groups/sonnhammer/D otter.html Dotter http://www.cgb.ki.se/cgb/groups/sonnhammer/D otter.html COMPARE, DOTPLOT in GCG COMPARE, DOTPLOT in GCG

29 Presented By Liu Qi conclusion Advantages: Readily reveals the presence of insertions/deletions and direct and inverted repeats that are more difficult to find by the other, more automated methods. Advantages: Readily reveals the presence of insertions/deletions and direct and inverted repeats that are more difficult to find by the other, more automated methods. let’s your eyes/brain do the work –VERY EFFICIENT!!!! Disadvantages: Most dot matrix computer programs do not show an actual alignment. Does not return a score to indicate how ‘optimal’ a given alignment is. Disadvantages: Most dot matrix computer programs do not show an actual alignment. Does not return a score to indicate how ‘optimal’ a given alignment is.

30 Presented By Liu Qi Reference Gibbs, A. J. & McIntyre, G. A. (1970). The diagram method for comparing sequences. its The diagram method for comparing sequences. its use with amino acid and nucleotide sequences.Eur. J. Biochem. 16, 1- 11. Gibbs, A. J. & McIntyre, G. A. (1970). The diagram method for comparing sequences. its The diagram method for comparing sequences. its use with amino acid and nucleotide sequences.Eur. J. Biochem. 16, 1- 11. Maizel, J.V., Jr. and Lenk R.P. (1981). nhanced graphic matrix analysis of nucleic acid and protein sequences. Proc. Natl. Acad. Sci. 78: 7665- 7669 Maizel, J.V., Jr. and Lenk R.P. (1981). nhanced graphic matrix analysis of nucleic acid and protein sequences. Proc. Natl. Acad. Sci. 78: 7665- 7669 Staden, R. (1982). An interactive graphics program for comparing and aligning nucleic-acid and amino-acid acid sequences. Nucl. Acid. Res. 10 (9), 2951-2961. Staden, R. (1982). An interactive graphics program for comparing and aligning nucleic-acid and amino-acid acid sequences. Nucl. Acid. Res. 10 (9), 2951-2961.

31 Presented By Liu Qi Dynamic Programming Answer: what is the optimal alignment of two sequences(the best score)? How many different alignments?

32 Alignment methods with DP Global alignment - Needleman-Wunsch (1970) maximizes the number of matches between the sequences along the entire length of the sequences. Global alignment - Needleman-Wunsch (1970) maximizes the number of matches between the sequences along the entire length of the sequences. Local alignment - Smith-Waterman (1981) is a modification of the dynamic programming algorithm giving the highest scoring local match between two sequences Local alignment - Smith-Waterman (1981) is a modification of the dynamic programming algorithm giving the highest scoring local match between two sequences Presented By Liu Qi

33 Dynamic Programming A simple example A simple example 3 4 5 3 6 5 4 2 A B C D E F 8 7 9

34 Presented By Liu Qi Exercise

35 Presented By Liu Qi 动态规划的适用条件 一个最优化策略的子策略总是最优的。 一个最优化策略的子策略总是最优的。 无后向性 无后向性 以前各阶段的状态无法直接影响它未来的决策 以前各阶段的状态无法直接影响它未来的决策 空间换时间(子问题的重叠性) 空间换时间(子问题的重叠性)

36 Presented By Liu Qi Dynamic Programming

37 Presented By Liu Qi Dynamic Programming

38 Presented By Liu Qi Dynamic Programming

39 Presented By Liu Qi Dynamic Programming

40 Presented By Liu Qi DP Algorithm for Global Alignment Two sequences X = x 1...x n and Y = y 1...y m F(i, j) be the optimal alignment score of X 1...i and Y 1...j (0 ≤ i ≤ n, 0 ≤ j ≤ m).

41 Presented By Liu Qi DP in equation form

42 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAGA G C Find the optimal alignment of AAG and AGC. Use a gap penalty of d=-5.

43 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0 A G C Find the optimal alignment of AAG and AGC. Use a gap penalty of d=-5.

44 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0-5-10-15 A-5 G-10 C-15 Find the optimal alignment of AAG and AGC. Use a gap penalty of d=-5.

45 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0-5-10-15 A-52-3-8 G-10-3-3 C-15-8-8-6 Find the optimal alignment of AAG and AGC. Use a gap penalty of d=-5.

46 Presented By Liu Qi Traceback Start from the lower right corner and trace back to the upper left. Start from the lower right corner and trace back to the upper left. Each arrow introduces one character at the end of each aligned sequence. Each arrow introduces one character at the end of each aligned sequence. A horizontal move puts a gap in the left sequence. A horizontal move puts a gap in the left sequence. A vertical move puts a gap in the top sequence. A vertical move puts a gap in the top sequence. A diagonal move uses one character from each sequence. A diagonal move uses one character from each sequence.

47 Presented By Liu Qi Start from the lower right corner and trace back to the upper left. Start from the lower right corner and trace back to the upper left. Each arrow introduces one character at the end of each aligned sequence. Each arrow introduces one character at the end of each aligned sequence. A horizontal move puts a gap in the left sequence. A horizontal move puts a gap in the left sequence. A vertical move puts a gap in the top sequence. A vertical move puts a gap in the top sequence. A diagonal move uses one character from each sequence. A diagonal move uses one character from each sequence. A simple example AAG 0-5 A2-3 G C-6 Find the optimal alignment of AAG and AGC. Use a gap penalty of d=-5.

48 Presented By Liu Qi Start from the lower right corner and trace back to the upper left. Start from the lower right corner and trace back to the upper left. Each arrow introduces one character at the end of each aligned sequence. Each arrow introduces one character at the end of each aligned sequence. A horizontal move puts a gap in the left sequence. A horizontal move puts a gap in the left sequence. A vertical move puts a gap in the top sequence. A vertical move puts a gap in the top sequence. A diagonal move uses one character from each sequence. A diagonal move uses one character from each sequence. A simple example AAG 0-5 A2-3 G C-6 Find the optimal alignment of AAG and AGC. Use a gap penalty of d=-5. AAG- -AGC A-GC

49 Presented By Liu Qi Exercise Find Global alignment Find Global alignment X=catgt X=catgt Y=acgctg Y=acgctg Score: d=-1 mismatch=-1 match=2 Score: d=-1 mismatch=-1 match=2

50 Presented By Liu Qi Answer

51 Local alignment A single-domain protein may be homologous to a region within a multi-domain protein. A single-domain protein may be homologous to a region within a multi-domain protein. Usually, an alignment that spans the complete length of both sequences is not required. Usually, an alignment that spans the complete length of both sequences is not required.

52 Presented By Liu Qi Local alignment DP Align sequence x and y. Align sequence x and y. F is the DP matrix; s is the substitution matrix; d is the linear gap penalty. F is the DP matrix; s is the substitution matrix; d is the linear gap penalty.

53 Presented By Liu Qi Local DP in equation form 0

54 Presented By Liu Qi Local alignment Two differences with respect to global alignment: Two differences with respect to global alignment: No score is negative. No score is negative. Traceback begins at the highest score in the matrix and continues until you reach 0. Traceback begins at the highest score in the matrix and continues until you reach 0. Global alignment algorithm: Needleman- Wunsch. Global alignment algorithm: Needleman- Wunsch. Local alignment algorithm: Smith- Waterman. Local alignment algorithm: Smith- Waterman.

55 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAGA G C Find the optimal local alignment of AAG and AGC. Use a gap penalty of d=-5. 0

56 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0000 A0 G0 C0 Find the optimal local alignment of AAG and AGC. Use a gap penalty of d=-5. 0

57 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0000 A0220 G0004 C0000 Find the optimal local alignment of AAG and AGC. Use a gap penalty of d=-5. 0

58 Presented By Liu Qi A simple example ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0000 A0220 G0004 C0000 Find the optimal local alignment of AAG and AGC. Use a gap penalty of d=-5. 0 AG

59 Presented By Liu Qi Local alignment ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0000 G0 A0 A0 G0 G0 C0 Find the optimal local alignment of AAG and GAAGGC. Use a gap penalty of d=-5. 0

60 Presented By Liu Qi Local alignment ACGT A2-7-5-7 C-72-7-5 G-5-72-7 T-7-5-72 AAG0000 G0002 A0220 A0240 G0006 G0002 C0000 Find the optimal local alignment of AAG and GAAGGC. Use a gap penalty of d=-5. 0

61 Presented By Liu Qi End-Space Free Alignment any number of indel operations at the end or at the beginning of the alignment contribute zero weight. X= - - c a c - t g t a c Y= g a c a c t t g - - -

62 Presented By Liu Qi End-Space Free Alignment. Base conditions: ∀ i, j. F (i, 0) = 0, F(0, j) = 0 Recurrence relation: F (i, j) = max F(i -1, j - 1) + s(X i, Y j ) F(i -1, j) + d F (i,j - 1) + d Search for i* such that: F (i*.,m) = max 1≤i≤n F (i, m) Search for j* such that: F(n, j*) =max 1≤j≤m F (n, j) Define alignment score: F(n, m) =max{ F(n, j*),F (i*,m)}

63 Presented By Liu Qi Exercise Align two sequence ( match=1,mismatch=-1,gap=-1) Align two sequence ( match=1,mismatch=-1,gap=-1) X = c a c t g t a c Y= g a c a c t t g

64 Presented By Liu Qi 思考题 Does a local alignment program always produce a local alignment and a global alignment program always produce a global alignment? Does a local alignment program always produce a local alignment and a global alignment program always produce a global alignment? Develop an algorithm to find the longest common subsequence (LCS) of two given sequences. Develop an algorithm to find the longest common subsequence (LCS) of two given sequences.

65 Presented By Liu Qi Affine gap penalty LETVGY W----L -5 -1 -1 -1 Separate penalties for gap opening and gap extension. Separate penalties for gap opening and gap extension. This requires modifying the DP algorithm This requires modifying the DP algorithm

66 Presented By Liu Qi Affine gap penalty a gap of length k is more probable than k gaps of length 1 – a gap may be due to a single mutational event that inserted/deleted a stretch of characters – separated gaps are probably due to distinct mutational events a linear gap penalty function treats these cases the same it is more common to use gap penalty functions involving two terms – a penalty h associated with opening a gap – a smaller penalty g for extending the gap

67 Presented By Liu Qi Gap penalty functions

68 Presented By Liu Qi Dynamic Programming for the Affine Gap Penalty Case need 3 matrices instead of 1

69 Presented By Liu Qi Dynamic Programming for the Affine Gap Penalty Case

70 Presented By Liu Qi

71

72 match=1, mismatch=-1

73 Presented By Liu Qi

74 Exercise Write the formula for “Local Alignment DP for the Affine Gap Penalty Case”

75 Presented By Liu Qi

76 Word, k-tup FASTA FASTA BLAST BLAST


Download ppt "Presented by Liu Qi Pairwise Sequence Alignment. Presented By Liu Qi Why align sequences? Functional predictions based on identifying homologues. Assumes:"

Similar presentations


Ads by Google