Assignment stochastic simulation use your ode and ssa codes


Assignment: Stochastic Simulation

Problem 1:  The Schlogl Model

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

1361_Figure.png

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),                        (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.

1903_Figure1.png

Attachment:- Biology Assignment.zip

Request for Solution File

Ask an Expert for Answer!!
Biology: Assignment stochastic simulation use your ode and ssa codes
Reference No:- TGS02169241

Expected delivery within 24 Hours