1 / 5

BNFO 236 Smith Waterman alignment

BNFO 236 Smith Waterman alignment. Usman Roshan. Local alignment. Global alignment may not find local similarities Modification of Needleman-Wunsch yields the Smith-Watermn algorithm for local alignment Useful in motif detection, database search, short read mapping. Local alignment.

Jimmy
Download Presentation

BNFO 236 Smith Waterman alignment

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. BNFO 236Smith Waterman alignment Usman Roshan

  2. Local alignment • Global alignment may not find local similarities • Modification of Needleman-Wunsch yields the Smith-Watermn algorithm for local alignment • Useful in motif detection, database search, short read mapping

  3. Local alignment • Global alignment initialization: • Local alignment recurrence

  4. Local alignment • Global alignment recurrence: • Local alignment recurrence

  5. Local alignment traceback • Let T(i,j) be the traceback matrices and m and n be length of input sequences. • Global alignment traceback: • Begin from T(m,n) and stop at T(0,0). • Local alignment traceback: • Find i*,j* such that T(i*,j*) is the maximum over all T(i,j). • Begin traceback from T(i*,j*) and stop when T(i,j) <= 0.

More Related