Question 4
You enter an alien world as a renowned computational biologist. The table below is presented to you as part of a preliminary study done by a group of scientists to study the local fauna around the base camp. They have analyzed the DNA and figured out that there are only two bases “+” and “0”. The table below represents the DNA sequence in 6 positions for the different species found.
The DNA sequence ("+" and "0")
| species | 1 | 2 | 3 | 4 | 5 | 6 |
|---|---|---|---|---|---|---|
| A | 0 | + | + | 0 | 0 | + |
| B | + | 0 | 0 | 0 | 0 | + |
| C | 0 | + | + | 0 | + | + |
| D | 0 | 0 | 0 | 0 | 0 | 0 |
| E | 0 | + | + | 0 | + | + |
Based on the above data, answer the given subquestions.
The scientists have tried to construct the distance matrix as follows:
| A | B | C | D | E | |
|---|---|---|---|---|---|
| A | 0 | 3 | 1 | 4 | 1 |
| B | 0 | 4 | 2 | 3 | |
| C | 0 | 4 | 1 | ||
| D | 0 | 4 | |||
| E | 0 |
Your task is to verify if the distance matrix is correct, and if there are wrong values in the matrix, then substitute with the correct values. Which among the following represent the corrections you have to make? Here represents the hamming distance between the and species.