LuisM SPi

From OpenWetWare
Jump to navigationJump to search

Graphical Stochastic π Calculus model for iGEM Mexico 2007 Oscillator

The motivation for use Stochastic π Calculus for modeling our constructions is based in the advantages that present this formal lenguage against the ordinary differential equations (ODE's). There are many papers that describe this advantages, escentially I used it because is a different approach to model biological systems, a very interesting approach!.

I have learned SPi alone without any supervision, and my models has not to be necessary corrects.




This is the representation with logic gates

Logic Gates


Basically in the repressilator we can found three logical gates with negative control. Our construction consist by three negative gates and two positive gates.


The characteristics of the construction are as follows:

1.We have a X Constitutive gene that inhibits LasR and LuxpR genes.

2.Lambda cl is then opened and begin producing the autoinductor protein that switch promotes LuxpR.

3.When LasR is unblock, it starts parallel production of two proteins, GFP and the protein that activates LuxpR.

4.LuxpR gets unblock and produce at the same time RFP and the inhibitor of the lambda cl gene.

5.When lambda cl get blocked it won't produce anymore the protein that activates LasR.

6.As the gene LasR is blocked, GFP stops and the production of the protein that unblock LuxpR stops.

7.Then LuxpR won't produce RFP and the inhibitor of lambda cl stops producing.

8.When the inhibitor of lamda cl degrades the cycle is finished and we returned to the original state.


Now the model in Graphical Stochastic π Calculus Representation



Graphical SPi Representation



g(a,b)= ?a.g'(a,b) + Ʈt'.(P(b)|g(a,b))

g'(a.b)= Ʈu . g(a,b)

P(b)= !b . P(b) + Ʈd

g(b,c)= ?e . g'(b,c) + Ʈt . (P(c)|GFP()|g(b,c))

g'(b,c)= Ʈu . g(b,c) + ?b . g(b,c)

g(b,c)= Ʈt' . (P(c)|GFP()|g'(b,c))

P(c)= !c . P(c) + Ʈd

GFP()= Ʈd

g(c,a)= ?f . g'(c,a) + Ʈt . (P(a)|RFP()|g(c,a))

g'(c,a)= Ʈu . (P(a)) + ?c . g(c,a)

g(c,a)= Ʈt' . (P(a)|RFP()|g'(c,a))

P(a)= !a . P(a) + Ʈd

RFP()= Ʈd

X(e,f)= Ʈx . (P(e)|P(f)|X())

P(e)= !e . P(e) + Ʈd

P(f)= !f . P(f) + Ʈd


Once i had the model, i simulated it in the Stochastic Pi Machine, (Andrew Phillips) and I will present the result soon.