Hi,
I invented new heuristic global pairwise sequence alignment algorithm and want to compare it with the FASTA algorithm. I downloaded fasta35 software and used it. The problem that fasta35 is a local alignment program, and I can not compare it with my algorithm.
Anyone has idea how can I use FASTA for global alignment?
Is there any software for heuristic global alignment?
Thanks,
I fear you will be disappointed. Generally, famous heuristics are famous because they give results that are close to the exact solutions. If your heuristic gives results that are so far from the exact solution that you cannot compare them, it is a pretty bad sign.
I fail to see why you would only want to compare to heuristic methods. If you want to convince people that your heuristic is good, you need to show that you come close to the exact solution, not just that your heuristic is "less bad" than some other heuristic.
MUMmer is not heuristic algorithm. It is based on Smith-Waterman which gives exact matches. I am looking for heuristic global alignment.
Thanks Lars for your comments. My heurstic performs much faster than the exact solution (needlman) but on the other hand the alignment score is almost far from the exact solution. Fo that I can not compare with it. I want to compare with a famous heuristic one like Fasta which is already far from the exact one but is much slower than mine.