Gotoh Implementation of Smithwaterman in Perl or Bioperl
Hi,
I am looking for the Gotoh Implementationm of Smithwaterman(optimized) in perl or Bioperl which is has computational complexity O ( mn ) .It will be good if someone who have already implemented this can share with me and also if it possible to use custom substitution matrix in the implementation.
Thanking you in advance for the help.
Best Sweta
• 1,501 views
•
link
1 answer
Bioperl has Bio::Tools::dpAlign. It doesn't use Gotoh's optimization though but the Miller-Myers' implementation because it is superior (see details here).
• 0 views
•
link
Log in to answer this question.