Question: Implementation of Needleman-Wunsch Algorithm:- The program should take two sequences to be aligned as input. A simple scoring scheme will be used in this case.
Implementation of Needleman-Wunsch Algorithm:-
The program should take two sequences to be aligned as input. A simple scoring scheme will be used in this case. A user should be allowed to enter the parameter for match, mismatch and gap respectively. The output is the optimal alignment score and the optimal alignment.
Required to submit source code and a brief report that includes the instruction how to compile and run the program and how to locate results. It might be any programming language however prefered would be C,java or python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
