Quiz Space

Algorithmic Thinking in Bioinformatics · End Term · 1 Sept 2024 · May 2024 term · Set QDB3

Question 11: Remember the episode of Tom and Jerry, where Jerry picks…

Question 11

+5 marksNumerical answer

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 Cat\mathit{Cat}), Tom and Spike as given below.

\begin{aligned} \mathit{Cat} &= {+4}\ {+5}\ {-1}\ {-3}\ {-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 nn operations (2-break operations: reversal, translocation, fusion or fission) takes nn 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.

Show answer

Correct answer: 2

Question 11 of 16 in 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 (IIT M DEGREE AN EXAM QDB3 01 Sep 2024). It carries 5 marks.

More questions from this paper

  1. Q1Consider a system of 6 genes that regulate each other as follows: G_1 regulates G_2, G_3 and G_4. G_5 is regulated by G…
  2. Q2Figure question
  3. Q3In an alien world, mutations occur in every 10 million years only. A ultrametric tree is constructed on some of these a…
  4. Q4What is the number of free parameters that are learned in the EM setup of motif finding problem with an assumption of m…
  5. Q5Figure question
  6. Q6A mass spectrometer generates the following \mathit{Spectrum} for the peptide "\mathit{Peptide} = CILA". 0 71 103 112 1…
  7. Q7Which of the following statements about the EM algorithm is/are FALSE?
  8. Q8You are studying the signalling pathway system of an alien world. Existing literature shows that information in the ali…
  9. Q9Consider the below matrix that represents a one-hot encoded representation of an input sequence used by DeepBind. Decod…
  10. Q10Consider dynamic programming to do a manual alignment of the following sequences: AGTGT and TATGT. Fill up the score ma…
  11. Q12Suppose you don’t know the 2-mers representing N1 and N2. Then which of the following is/are possible choices for Dna?
  12. Q13Which of the following statements is/are correct?\ I. If we are allowed to start from N1 node only and the k-mers repre…
  13. Q14Which of the following options is the original message?
  14. Q15Choose the option representing the original suffix array of the message.
  15. Q16Figure question