Consider a protein A being phosphorylated by a stimulus S with rate k1 and dephosphorylated with rate k−1. The phosphorylation is cooperatively enhanced by a positiv feedback with hill coefficient k=4 and rate k2:
ddtpA=k1⋅S⋅A+k2⋅A⋅pA4K4m+pA4−k−1⋅pA.
Further assume that the total amount of protein equals 1 (pA+A=Atotal=1):
ddtpA=(k1⋅S+k2⋅pA4K4m+pA4)⋅(1−pA)−k−1⋅pA.
The parameters are given by k1=0.1, k−1=1, k2=2 and Km=0.3.
Implement the system and plot the solution in config-space for S=1. Compare the solution with the solution without a positive feedback.
rootSolve::steady()
(see last exercise) and take its value as initial value for the next S value. Start with pA=0 for S=0.
Evaluate the system for smaller values of k2 and discover another, qualitatively different behavior of the system. How can this behavior be explained?
What is the story of the most famous waterspout?