Dynamic Programming
Today you will calculate the optimal alignment of the following two sequences:
Draw a dynamic programming matrix for the two sequences above. Then answer the following questions. Turn in both the matrix and the answers to the questions.
- What is the maximum possible score for this alignment?
- What scoring matrix did you use?
- Is there a penalty for gaps at the beginning/end of the sequences?
- Is the penalty for opening a gap the same as the penalty for extending a gap? Do you think there should be difference between these penalties? Why or why not?