Pseudocode for gapped BLAST seed extension
Hello all,
I am trying to understand in detail how does the gapped BLAST seed extension DP algorithm works. Despite searching for days now, I could not find anywhere a pseudocode that would allow implementing this in python. Not being a C programmer, it would be impossible for me to grasp this from the BLAST source code.
Can anyone help me with this?
Thank you all. Best,
Daniel
• 1,447 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Did you check the (original) manuscript on the blast algorithm(s) ?
With a bit of searching you should be able to get them from the NCBI website
Hi lieven.sterck, thanks for your reply. The original article is the first place where I checked. Trust me, I looked on every single online resource (from university lectures, to papers). No one provides a pseudocode describing how the gapped seed extension works. Daniel