Dna Pairwise Alignment Using Matlab
Hey everybody I'm trying to implement a Matlab code (though there is a built in function) to do simple alignment for two DNA sequences. if anyone have an Idea help needed.
Thanks a lot in advance
• 5,139 views
•
link
1 answer
Have you considered looking at Smith-Waterman examples?
http://en.wikipedia.org/wiki/Smith%E2%80%93Waterman_algorithm
Here's an example in python: http://narnia.cs.ttu.edu/drupal/node/104
• 0 views
•
link
Log in to answer this question.
Help in what manner?
as simple as I announced it is just 2 DNA sequences alignment, Im trying to start a student version for such a thing !
also, gapped or ungapped
gapped ... as I saw it does not make a big change in the algorithm cause we will use the scoring tables !