Quiz Space

Algorithmic Thinking in Bioinformatics · Quiz 1 · 7 Jul 2024 · May 2024 term

Question 8: A potential cancer therapy drug "Y" was found to bind to …

Question 8

+4 marksOne correct option

A potential cancer therapy drug "Y" was found to bind to certain cancer proteins in an experimental setup. Its binding efficiency (binding) was found to be based on its length (length), presence of β\beta-sheets (structure; 1=β1 = \beta-sheet is present, 0=α0 = \alpha-helix), and presence of hydrophobic side chains (HSC; 1=1 = side chains are hydrophobic, 0 otherwise). Using protein data from TCGA (a public database), logistic regression was performed to understand the drug behavior. The results are summarized below in a table. Compute the log odds of binding of drug "Y" for Protein C with 20 amino acids

CoefficientStandard errorZp-value
length0.90.203.160.002
structure0.30.772.730.006
HSC2.50.261.990.047
constant-253.28-2.480.013

with α\alpha-helix structure and hydrophobic side chains and use the results to predict if this protein will bind or will not bind to the drug?

  1. A

    Yes, predicted to bind

  2. B

    No, not predicted to bind

Show answer

Correct answer

  • B

    No, not predicted to bind

Question 8 of 15 in the IIT Madras BS Algorithmic Thinking in Bioinformatics (Algorithmic Thinking in Bioinformatics) Quiz 1 paper sat on 7 Jul 2024, in the May 2024 term (IIT M DEGREE AN EXAM QDB2 7 July 2024). It carries 4 marks.

More questions from this paper

  1. Q1Scientists found an alien world where life follows the same central dogma principle. Their DNA consists of 5 different …
  2. Q2Consider a GRN system with four genes: g_1, g_2, g_3, g_4. The adjacency matrix that represents the GRN is given below.…
  3. Q3Figure question
  4. Q4Source: https://www.needpix.com/photo/93401/dna-amino-acids-biology-code-genetics- molecular-science Find the translati…
  5. Q5Source: https://www.needpix.com/photo/93401/dna-amino-acids-biology-code-genetics- molecular-science If the amino acid …
  6. Q6A receptor R receives information about a pathogen and transmits the information to gene G via the following edges.\ R …
  7. Q7In a random coloring of the nodes of the underlying GRN network using 6 colors, what is the probability that this path …
  8. Q9Given a multiset of k-mers S_k, the pseudocode of the algorithm to construct the de Bruijn graph (G) is given below. Fi…
  9. Q10In signaling pathway detection using the color coding algorithm, increasing the number of colors increases the probabil…
  10. Q11How many nodes are there in the corresponding de Bruijn graph?\ Enter the value as a single integer.
  11. Q12Which among the following statements is/are true?
  12. Q13We would like to align v and w using the following score matrix (S). | | A | C | G | T | - | |---|---|---|---|---|---| …
  13. Q14Consider the global alignment between v and w. Let the score be computed as follows: From the given options identify th…
  14. Q15Which among the following statements is/are correct?