Consider the following alignment of two DNA sequences: AGTAAC AA--AC Assuming an affine gap scoring scheme of an identity matrix for substitution, a gap initiation penalty of 1 and a gap extension penalty of 0.1, the score of the alignment is (up to one decimal place)_______.
This solution details the calculation of the alignment score for two DNA sequences using an affine gap penalty model.
The provided alignment is:
Sequence 1: AGTAAC
Sequence 2: AA--AC
The alignment can be analyzed into matches, mismatches, and gaps:
The score for a gap of length $k$ with an affine penalty is given by the formula: $g_0 + (k-1) \times g_e$.
The total score is the sum of the total substitution score and the gap score.
The calculated alignment score is 1.85, which falls within the expected range of 1.8 to 1.9.
| Bioinformatic tool/Database | Utility |
| P. BLAST | 1. Database for 3D protein structures |
| Q. Bowtie | 2. Tool to identify similarity of a query sequence to existing sequences available in databanks |
| R. AlphaFold | 3. Tool to align short read DNA sequences obtained from Next-generation sequencing to a reference genome |
| S. PDB | 4. AI tool to predict protein structures |