Sysb 2025 fall 2016 - model is famous for its bistable


Problem 1: The Schlogl Model

This model is famous for its bistable steady-state distribution. The reactions are

             c1
B1 + 2X ? 3X,
             c2
     c3
B2 ? X,
     c4

where B1 and B2 denote buffered species whose respective molecular populations N1 and N2 are assumed to remain essentially constant over the time interval of interest. There is only one time-varying species, X; the state change vectors are ν1 = ν3 = 1, ν2 = ν4 = -1; and the propensity functions are

a1(x) = c1/2 N1x(x - 1),

a2(x) = c2/6 x(x - 1)(x - 2),

a3(x) = c3N2,

a4(x) = c4x.

For some values of the parameters this model has two stable states, and that is the case for the parameter values we have chosen here:

c1 = 3 × 10-7, c2 = 10-4, c3 = 10-3, c4 = 3.5,

N1 = 1 × 105, N2 = 2 × 105. (3)

Please write a matlab code and run it on octave online. Please plot the trajectories of x when you start from x = 100, 250 and 500 respectively. Then please modify my SSA code to simulate this system with initial value x = 250, plot four trajectories from your simulation to demonstrate that in the stochastic simulation, the system will get quite different results because of randomness. In your simulation, always use the final simulation time T = 6.

Problem 2: Oscillating Gene Expression Model

Use your ODE and SSA codes to generate and plot a trajectory for the following oscillating system shown in Figure 1 with the initial conditions: g (gene) = 1; m (mRNA) = 10; p (protein) = 1000; p2 (protein dimer) = 100; gi (inhibited gene) = 0; E (enzyme) = 100; Ep (enzyme protein complex) = 0; Ep2 (enzyme protein dimer complex)= 0. and final time T = 500.

1999_Figure.png

Figure 1: Diagram and Reaction list of module 2.

Attachment:- Assignment.rar

Request for Solution File

Ask an Expert for Answer!!
Biology: Sysb 2025 fall 2016 - model is famous for its bistable
Reference No:- TGS01708184

Expected delivery within 24 Hours