|
|
|
|
|
by tstactplsignore
4131 days ago
|
|
So, ungapped alignment is just substring searching with degeneracy, which is fine. While that is its own computational problem and may even have the occasional biological application, sequence alignment is defined as a gapped alignment problem (see the Wikipedia page, for example [1], which defines gap insertion as a critical step, and all alignment variants on the page are gapped alignments) I am not sure you understand what gapped alignment is- it is not the alignment of a sequence with known gaps, but an algorithm which determines the best placement of gaps in a query sequence to obtain the highest matching score. This is a very different problem than the one you just described, and is essentially "the hard part" of sequence alignment.
[1] http://en.m.wikipedia.org/wiki/Sequence_alignment |
|
Turns out they aren't actually after an alignment per se, but rather trying to match a DNA binding motif.
(You're right though about this not being an alignment, rather just a substring search with degeneracy).