Presentation is loading. Please wait.

Presentation is loading. Please wait.

0-2-3-4-5-6 -2 -3 -4 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences Score: Match = 1 Mismatch = 0 Gap = -1.

Similar presentations


Presentation on theme: "0-2-3-4-5-6 -2 -3 -4 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences Score: Match = 1 Mismatch = 0 Gap = -1."— Presentation transcript:

1 0-2-3-4-5-6 -2 -3 -4 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences Score: Match = 1 Mismatch = 0 Gap = -1

2 0-2-3-4-5-6 0 -2 -3-4 -2 -3 -4 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences Score: Match = 1 Mismatch = 0 Gap = -1

3 0-2-3-4-5-6 0 -2 -3-4 -2 -3 -4-2 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences Score: Match = 1 Mismatch = 0 Gap = -1

4 0-2-3-4-5-6 0 -2 -3-4 -210 -2 -30210 -4-211221 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences How do we find the best alignment from this mess? We start in the lower right-hand corner and work backwards!

5 Dynamic Programming Finds the Best Score and the Corresponding Alignment ACTCG 0-2-3-4-5 A10 -2-3 C-20210 A-31210 G-4-2O122 T-5-3112 A-6-4-2011 G-7-5-302 Alignment: Start in lower right corner and work backwards: AC- - TCG ACAGTAG

6 Rules to Discover The Alignment 1.Start in the lower right box – this box contains the best alignment score for the two sequences relative to this particular scoring scheme. NOTE: This may NOT be the largest value in the table, but it is the best score for completely aligning the two sequences. All other scores in the table are for partial alignments of the sequences. 2.Work backwards following the arrows from the present box in reverse order. 3.Diagonal arrow is a pairing of the characters 4.Vertical arrow represents a gap in the sequence across the top 5.Horizontal arrow represents a gap in the sequence along the side.

7 Discussion of Needleman-Wunsch 1.It greatly reduces the number of steps needed to find the best comparison of two sequences. If sequence 1 is m characters long and sequence two is n characters long then the number of steps is reduced to 3mn steps as opposed to as many as min(m,n)! steps. 2.3mn is not overwhelming if you are only comparing 2 sequences, but if you are comparing a query sequence against every other sequence in a 3million sequence database, it becomes intractable. 3.An adjustment needs to be made to ignore leading and trailing gaps. To do this simply place 0’s in the first row and column and do not allow any gap penalties after the last character in the shorter sequence has been aligned. See later example. 4.Furthermore, it is designed to optimize a global alignment and may misalign some subsequences that have high quality alignments. See later example.

8 Needleman – Wunsch Does NOT Always Give the Best Local Alignment Result! Consider the two sequences: AAACACGTGTCT and CACGT AAACACGTGTCT 0-2-3-4-5-6-7-8-10-11-12-13 C 0 -2 -3-4-5-6-7-8-9-10 A -210 -2-3-4-5-6-7-8 C -3-21100 -2-3-4-5-6 G -4-3-211010 -2-3-4 T -5-4-3-20110210-2 Indicated Alignment: AAACACGTGTCT - - - CAC- - GT - - But, CACGT is a subsequence of AAACACGTGTCT !!

9 AAACACGTGTCT 0000000000000 C 0000101000010 A 0111021000000 C 0011203200010 G 0001120432100 T 0000112055555 Problem: We penalize leading and ending gaps the same as interior gaps. Algorithm: Same as N-W except 0’s in first row and first column. Furthermore, horizontal and vertical moves after first sequence is aligned are penalty free in the bottom row. This algorithm is called SemiGlobal Alignment The Alignment: AAACACGTGTCT - - - CACGT - - - -

10 Smith – Waterman Local Alignment Algorithm Scoring 1. Same as Needleman – Wunsch with one exception. 2. If a cell becomes negative evaluate it as 0. Local Alignment 1.Locate the last match in the table with the highest score. 2.Work backwards from that match as in Needleman – Wunsch until you come to a zero. 3.Stop prior to the zero.

11 ATCTCGTATGATG 00000000000000 G00000010001001 T00101001010010 C00021210101001 T00113222121110 A01002322322211 T00211233243232 C00132223334322 A01023222433543 C00112432343454 Smith-Waterman Local Alignment TCGTATGA TC- TATCA

12 Discussion of Smith – Waterman 1.Finds the highest scoring subsequence alignment within the two sequences. This is very useful when comparing two very long sequences. 2.Still requires 3mn steps to complete the scoring matrix which makes it impractical for an extended database search. 3.It is generally recognized as the most accurate of the local alignment schemes. 4.Results are still dependent upon the scoring scheme. See your friendly local neighborhood biologist for help.


Download ppt "0-2-3-4-5-6 -2 -3 -4 C T C G T A GTCTGTCT Find the Best Alignment For These Two Sequences Score: Match = 1 Mismatch = 0 Gap = -1."

Similar presentations


Ads by Google