Name an application where you would use a method like BLAST and not a Needleman-Wunsch alignment. Name an application where you would use a slow method like Needleman and Wunsch, rather than a BLAST-like method. (2)
1
Expert's answer
2020-12-11T08:22:27-0500
The BLAST-like method can be applied in seeded pattern-matching in Nucleotide, while a Needleman-Wunsch alignment can be applied for memory-optimized in dynamic programming
Comments
Leave a comment