Question 1
TRUE
FALSE

The IIT Madras BS Algorithmic Thinking in Bioinformatics (Algorithmic Thinking in Bioinformatics) End Term paper sat on 1 Sept 2024, in the May 2024 term, set QDB1: 16 questions for 50 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
TRUE
FALSE
Correct answer
FALSE
Shown below is the motif detector matrix of a Transition Factor(TF) learnt by DeepBind.
| A | 0 | 1 | 1 | 3 |
|---|---|---|---|---|
| C | 1 | 3 | 5 | 0 |
| T | 2 | 0 | 1 | 1 |
| G | 5 | 1 | 0 | 1 |
Suppose this motif is scanned by DeepBind along the given sequence CAGTTCTACGCT. What is the dimension of the one hot encoded sequence after padding?
18 x 4
4 x 18
16 x 4
4 x 16
Correct answer
18 x 4
2, (2.5, 1.5), (8, 8)
3, (2.5, 1.5), (8, 8)
2, (2.5, 1.5), (8.5, 8)
3, (3, 2), (8, 8)
Correct answer
2, (2.5, 1.5), (8, 8)
Which of the following statements about the EM algorithm is/are FALSE?
The EM algorithm is guaranteed to find the global maximum likelihood.
The M-step of the EM algorithm computes the posterior probabilities of the latent variables.
The E-step and M-step are iterated until the parameter estimates converge.
The EM algorithm can handle both discrete and continuous data.
Correct answers
The EM algorithm is guaranteed to find the global maximum likelihood.
The M-step of the EM algorithm computes the posterior probabilities of the latent variables.
A mass spectrometer generates the following spectrum for the peptide " HEQN".
0 114 126 128 129 137 242 251 266 372 379 380 394 508
The figure given below depicts the mass of all amino acids.
| G | A | S | P | V | T | C | I | L | N | D | K | Q | E | M | H | F | R | Y | W |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 57 | 71 | 87 | 97 | 99 | 101 | 103 | 113 | 113 | 114 | 115 | 128 | 128 | 129 | 131 | 137 | 147 | 156 | 163 | 186 |
The criteria to trim peptides in the leaderboard based cyclopeptide sequencing algorithm is modified as follows:
"Suppose the algorithm is considering the peptide . Let the number of elements in the theoretical spectrum of be . If , then the peptide is trimmed".
Which of the following peptides will be trimmed?
HE
NE
ENQ
EQT
None of these
Correct answers
ENQ
EQT
Consider a system of 5 genes that regulate each other as follows:
If we need 2 Bytes to store a boolean value (i.e., 0 or 1), then how many Bytes are required to store the adjacency matrix of the underlying gene regulatory network?
Correct answer: 50
Correct answer: 20
In an alien world, mutations occur in every 10 million years only. A ultrametric tree is constructed on some of these alien species. If the height of the tree (defined as the maximum number of edges from the root to a leaf node in the tree) is 6, then calculate the age of the root node (in million years) of this ultrametric tree. (Hint: The distance between two nodes in consecutive levels is given in the question.)
Correct answer: 60
What is the number of free parameters that are learned in the EM setup of the motif finding problem with an assumption of motif of length 6?
Correct answer: 18
You are studying the signalling pathway system of an alien world. Existing literature shows that information in the alien world is transmitted in the following procedure.
"A receptor protein in the cell membrane transmits information to a series of three kinase proteins that are sequentially activated inside the cell. The final activated kinase causes a transcription factor (TF) to get activated and translocated to the nucleus, wherein the TF protein regulates a target gene."
As part of your research, you construct the underlying signalling network, and want to find the most probable pathway along which a specific gene will receive the information from a receptor on the cell membrane. What is the minimum number of colors required to determine the most probable pathway?
Correct answer: 6
Consider dynamic programming to do a manual alignment of the following sequences: AGTGT and TATGT. Fill up the score matrix (or grid) below, and calculate the number of entries in the matrix/grid with the value 2. The entry in the grid corresponds to the score of the best-scoring alignment between the -length prefix of first string and -length prefix of second string. Scoring is done as follows:
| T 1 | A 2 | T 3 | G 4 | T 5 | |
|---|---|---|---|---|---|
| A 1 | |||||
| G 2 | |||||
| T 3 | |||||
| G 4 | |||||
| T 5 |
Correct answer: 6
Remember the episode of Tom and Jerry, where Jerry picks an orange cat and a dog ('Spike') and switches their personalities in the lab. Tom was shocked and could not believe that the orange cat was actually behaving like a dog. Imagine you are a friend of Tom, and you have to explain him that it is possible to switch personalities by mutating their genes. You find the synteny blocks in the chromosomes of the orange cat (henceforth denoted by ), Tom and Spike as given below.
\begin{aligned} \mathit{Cat} &= {+5}\ {+3}\ {-1}\ {+4}\ {+2} \\ \mathit{Tom} &= {-3}\ {-2}\ {-1}\ {+5}\ {+4} \\ \mathit{Spike} &= {+1}\ {+2}\ {+3}\ {+4}\ {+5} \end{aligned} \tag{1}
Suppose Jerry's machine first runs an algorithm to determine the breakpoint graph and the sequence of transformations and then applies it on the species. Transforming a genome into another using operations (2-break operations: reversal, translocation, fusion or fission) takes minutes, as each 2-break operation takes 1 minute to apply. Assume the algorithm only uses the minimum number of transformations needed to convert a species into another. Use the breakpoint graph to determine the total number of minutes Jerry needed to mutate "Cat" into Spike.
Correct answer: 4
Based on the above data, answer the given subquestions.
Correct answer: 1
Based on the above data, answer the given subquestions.
Correct answers
Based on the above data, answer the given subquestions.
Which of the following options is the original message?
Correct answer
Based on the above data, answer the given subquestions.
Choose the option representing the original suffix array of the message.
[6, 4, 9, 3, 0, 2, 8, 1, 7, 5, 10]
[10, 6, 4, 9, 3, 0, 2, 8, 1, 7, 5]
[10, 9, 1, 6, 3, 0, 2, 8, 4, 7, 5]
[10, 6, 4, 3, 9, 0, 2, 8, 7, 1, 5]
[10, 6, 4, 3, 9, 0, 2, 7, 1, 8, 5]
Correct answer
[10, 6, 4, 9, 3, 0, 2, 8, 1, 7, 5]