Local alignment linear space
1
0
Entering edit mode
8.5 years ago
mitchez ▴ 20

Hallo,

I am facing a very classical bioinformatic issue: I want to get the best local alignment of two sequences. I know that there are dozens of tools available which do this job in a second but I would like to understand how to solve this problem with only linear amount of space, similar to the Hirschberg algorithm for global sequence alignment https://en.wikipedia.org/wiki/Hirschberg%27s_algorithm. However, the local alignment aligns only a subsequence.

Do you know any literature?

Thanks and best regards,
Mike

smith-waterman alignment • 2.6k views
ADD COMMENT
3
Entering edit mode
8.5 years ago

Try looking for "banded Smith-Waterman". The exact same approach mentioned in your link (only saving 2 lines of information at a given time) can be applied to Smith-Waterman, which is only trivially different from Needleman-Wunsch. Also making it banded allows you to do everything in O(1) extra space rather than linear extra space.

ADD COMMENT

Login before adding your answer.

Traffic: 1254 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6