Exercise 7.2: Signal propagation in a kinase cascade

Open in Google Colab | Download notebook


Consider a sequential activation cascade involving three kinases labeled A, B, and C. Each kinase activates the next in the series, with kinase C subsequently activating a target substrate denoted as S. We assume the activation reactions follow mass action kinetics. We can represent the fraction of activated kinase B at steady-state as a function of the fraction of activated kinase A:

\[\begin{align} B^*=\frac{A^*}{K_{1}+A^*}. \end{align}\]

Here, \(K_{1}\) is analogous to the dissociation constant.

The fractions of activated kinase C and substrate S can be represented similarly:

\[\begin{align} C^*=\frac{B^*}{K_{2}+B^*}, \end{align}\]

and:

\[\begin{align} S^*=\frac{C^*}{K_{3}+C^*}. \end{align}\]

  1. Imagine a signal causing the fraction of activated kinase A (\(A^*\)) to increase 9-fold from an initial baseline level. To maximize the absolute change in \(A^*\) (the difference between the final and initial numbers of activated molecules), what should be the initial (and final) value of \(A^*\) relative to \(K_1\)? What is the fold-change in signal with the calculated initial and final concentrations?

  2. Using your answer from part a), carry out the same procedure along the cascade, incrementing the activating molecule by the fold obtained in the previous reaction. As in part a), assume that the cell maintains optimal baseline levels of \(B^*\), \(C^*\), and \(S^*\) **to maximize the absolute change in activation. At the end of the cascade, what is the fold-change in substrate activation resulting from a 9-fold increase in \(A^*\)? Does this cascade amplify the signal?

  3. The sensitivity function is given by:

\[\begin{align} \text{S} = \frac{\text{d}y}{\text{d}x} \frac{x}{y} = \frac{\text{d}\ln y}{\text{d}\ln x} = \frac{\text{d}\ln \text{(output)}}{\text{d}\ln \text{(input)}}. \end{align}\]

Analyze the sensitivity function for the full cascade.

\[\begin{align} \text{S} = \frac{\text{d}\ln S^*}{\text{d}\ln A^*}. \end{align}\]

Discuss any relevant limits on signal transduction.

  1. Suppose now that the response at each step is ultra-sensitive (with \(n>1\)), as often observed in biochemical cascades where multiple sites are cooperatively phosphorylated for full target protein activation:

\[\begin{align} B^*=\frac{A^{*n}}{K_{1}^n+A^{*n}}. \end{align}\]

We can similarly express each other step in the cascade. Use the same fold-change, initial and final concentrations as in parts a) and b) to calculate how the signal is propagated for \(n=2\) and \(n=3\). Discuss the results. Is there an observable amplification of the signal?

  1. In part d), you should conclude that for \(n=2\) the cascade neither amplifies nor degrades the signal. However, many kinase-based cascades have observable \(n \approx 2\) and still amplify the signal. Analyze the sensitivity function for the ultra-sensitive response with \(n=2\). Can you identify a different initial fraction of activated \(A^*\) **relative to \(K_1\) that results in a substantial fold-change in the fraction of activated \(B^*\), given a 9-fold increase in \(A^*\).