Question 15
Consider the following two global alignments for the two input DNA sequences: and and answer the given subquestions with respect to the same.
| - | G | - | - | T | T | A | C | T | A | G |
|---|---|---|---|---|---|---|---|---|---|---|
| G | G | A | C | T | T | A | C | - | - | G |
(a) Alignment 1
| G | - | - | - | T | T | A | C | T | A | G |
|---|---|---|---|---|---|---|---|---|---|---|
| G | G | A | C | T | T | A | C | - | - | G |
(b) Alignment 2
Also consider the following score matrix (S).
| 1st String \ 2nd String | A | C | G | T | - |
|---|---|---|---|---|---|
| A | 1 | -3 | -5 | -1 | -3 |
| C | -4 | 1 | -3 | -2 | -3 |
| G | -9 | -7 | 1 | -1 | -3 |
| T | -3 | -5 | -8 | 1 | -4 |
| - | -4 | -2 | -2 | -1 |
Table 2: Score Matrix S
Suppose we compute the score using the score matrix (S). What is the difference in the alignment score for the two global alignments? Enter the value as a single integer.