Team:Paris Saclay/simulation
From 2013.igem.org
(Created page with "{{Team:Paris_Saclay/incl_debut_generique}} ='''simulation.hsim'''= <p>title="FNR regulator simulation"; geometry = 200:50; // size of E.coli in unit of 10nm 200 : 50=2:0.5 µm...") |
(→simulation.hsim) |
||
Line 2: | Line 2: | ||
='''simulation.hsim'''= | ='''simulation.hsim'''= | ||
<p>title="FNR regulator simulation"; | <p>title="FNR regulator simulation"; | ||
- | + | <br> | |
- | + | ||
- | + | ||
geometry = 200:50; // size of E.coli in unit of 10nm 200 : 50=2:0.5 µm | geometry = 200:50; // size of E.coli in unit of 10nm 200 : 50=2:0.5 µm | ||
- | + | <br> | |
- | + | ||
- | + | ||
//molecules list | //molecules list | ||
+ | <br> | ||
+ | molecule Pfnr;//fnr promotor<br> | ||
+ | molecule Ise,ClpXP;//Ise: iron-sulfur cluster assembly proteins : enzyme of dimerisation ; ClpXP: ATP dependent protease that induces degradation for all protein<br> | ||
+ | molecule QFeFNRa,apoFNR,DFeFNRi;//3 states of FNR: activated, without Fe (inactivated), and inactivated<br> | ||
+ | molecule GPV,PV;//GPV green protein gene, PV green protein<br> | ||
- | molecule | + | molecule GPR,PR;//GPR red protein gene, PR red protein<br> |
- | molecule | + | molecule QFeFNRa_GPR_binded,QFeFNRa_GPV_binded;//molecule FNR binds on mRNA from GPR and GPV<br> |
- | molecule | + | molecule rep;//complexe of 4 FNRs, prevent production of red protein<br> |
- | |||
- | |||
- | + | metabolite o2;//declare the o2 as a cytosolic molecule leads to be treated as an homogeneous population<br> | |
- | |||
+ | //size in 10nm unit<br> | ||
- | + | size(Pfnr)=0.01;<br> | |
- | + | <br> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | size(Pfnr)=0.01; | + | |
- | + | ||
size(Ise)=0.5; | size(Ise)=0.5; | ||
- | size(ClpXP)=0.5; | + | size(ClpXP)=0.5;<br> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | size( | + | size(QFeFNRa)=2;<br> |
- | size( | + | size(apoFNR)=1;<br> |
- | size( | + | size(DFeFNRi)=2;<br> |
- | size( | + | size(GPV)=0.01;<br> |
- | size( | + | size(PV)=1;<br> |
- | size( | + | size(GPR)=0.01;<br> |
- | size( | + | size(PR)=1;<br> |
- | size( | + | size(QFeFNRa_GPR_binded)=2.01;<br> |
+ | size(QFeFNRa_GPV_binded)=2.01;<br> | ||
+ | size(rep)=4.02;<br> | ||
- | |||
- | |||
- | speed | + | //speed <br> |
- | speed( | + | speed(Pfnr)=0;<br> |
- | speed( | + | speed(Ise)=0.5;<br> |
- | speed( | + | speed(ClpXP)=0.5;<br> |
- | speed( | + | speed(QFeFNRa)=0.3;<br> |
- | speed( | + | speed(DFeFNRi)=0.3;<br> |
- | speed( | + | speed(apoFNR)=0.3;<br> |
- | speed( | + | speed(GPV)=0;<br> |
- | speed( | + | speed(PV)=0.3;<br> |
- | speed( | + | speed(GPR)=0;<br> |
- | speed( | + | speed(PR)=0.3;<br> |
- | speed( | + | speed(QFeFNRa_GPR_binded)=0;<br> |
+ | speed(QFeFNRa_GPV_binded)=0;<br> | ||
+ | speed(rep)=0;<br> | ||
- | |||
+ | //reactions<br> | ||
- | |||
- | |||
+ | //translating Pfnr to FNR<br> | ||
+ | Pfnr -> Pfnr + apoFNR [0.1];//fnr mRNA generates steagyly apoFNR(inactived)<br> | ||
- | |||
- | |||
+ | //dimerisation <br> | ||
+ | apoFNR + Ise -> QFeFNRa + Ise[0.8];//production of 4Fe-FNR by Ise is steady<br> | ||
- | |||
- | |||
- | + | //oxydation<br> | |
+ | QFeFNRa + o2 -> DFeFNRi +o2 [0.8];//aerobically, oxygen inactivates FNR<br> | ||
+ | DFeFNRi + Ise -> QFeFNRa + Ise [0.5];//but cell continues to reactivate it steadly<br> | ||
- | |||
+ | DFeFNRi + o2 -> apoFNR +o2 [0.6];//return to apoFNR<br> | ||
- | |||
- | |||
- | + | //degradation FNR<br> | |
- | + | apoFNR + ClpXP -> ClpXP [0.05];<br> | |
+ | DFeFNRi + ClpXP -> ClpXP [0.05];<br> | ||
+ | QFeFNRa + ClpXP -> ClpXP [0.05];<br> | ||
- | |||
- | |||
- | + | //activation/inactivation of green gene<br> | |
- | QFeFNRa_GPV_binded -> | + | QFeFNRa + GPV -> QFeFNRa_GPV_binded [0.8];//association<br> |
+ | QFeFNRa_GPV_binded -> QFeFNRa + GPV [0.4];//dissociation<br> | ||
+ | QFeFNRa_GPV_binded -> PV + QFeFNRa_GPV_binded [0.3];//production of green protein<br> | ||
- | |||
- | + | //green protein degradation<br> | |
+ | PV + ClpXP -> ClpXP [0.05];<br> | ||
- | |||
- | + | //repression of red gene<br> | |
- | + | QFeFNRa + GPR -> QFeFNRa_GPR_binded [0.8];<br> | |
- | + | QFeFNRa_GPR_binded -> QFeFNRa + GPR [0.1];<br> | |
- | + | QFeFNRa_GPR_binded + QFeFNRa_GPR_binded -> rep [0.5];<br> | |
+ | rep -> QFeFNRa_GPR_binded + QFeFNRa_GPR_binded [0.05];<br> | ||
- | |||
- | + | //expression the red gene in aerobic condition<br> | |
- | + | GPR -> GPR + PR [0.3];//production of red protein<br> | |
+ | QFeFNRa_GPR_binded -> QFeFNRa_GPR_binded + PR [0.1];<br> | ||
- | |||
- | + | //degradation of red protein<br> | |
+ | PR + ClpXP -> ClpXP [0.05];<br> | ||
- | |||
+ | //initialtion<br> | ||
- | |||
- | init(100, | + | init(100,Pfnr);<br> |
- | init(100, | + | init(100,Ise);<br> |
- | init(100, | + | init(100,ClpXP);<br> |
- | init(100, | + | init(100,QFeFNRa);<br> |
- | init(100, | + | init(100,DFeFNRi);<br> |
- | init(100, | + | init(100,apoFNR);<br> |
- | init( | + | init(100,GPV);<br> |
- | init( | + | init(10,PV);<br> |
- | init( | + | init(100,GPR);<br> |
- | init(10, | + | init(10,PR);<br> |
- | init(10, | + | init(10,o2);<br> |
- | init(10, | + | init(10,QFeFNRa_GPR_binded);<br> |
- | init(10, | + | init(10,QFeFNRa_GPV_binded);<br> |
+ | init(10,rep);<br> | ||
+ | </p> | ||
{{Team:Paris_Saclay/incl_fin}} | {{Team:Paris_Saclay/incl_fin}} |
Revision as of 00:08, 23 September 2013
simulation.hsim
title="FNR regulator simulation";
geometry = 200:50; // size of E.coli in unit of 10nm 200 : 50=2:0.5 µm
//molecules list
molecule Pfnr;//fnr promotor
molecule Ise,ClpXP;//Ise: iron-sulfur cluster assembly proteins : enzyme of dimerisation ; ClpXP: ATP dependent protease that induces degradation for all protein
molecule QFeFNRa,apoFNR,DFeFNRi;//3 states of FNR: activated, without Fe (inactivated), and inactivated
molecule GPV,PV;//GPV green protein gene, PV green protein
molecule GPR,PR;//GPR red protein gene, PR red protein
molecule QFeFNRa_GPR_binded,QFeFNRa_GPV_binded;//molecule FNR binds on mRNA from GPR and GPV
molecule rep;//complexe of 4 FNRs, prevent production of red protein
metabolite o2;//declare the o2 as a cytosolic molecule leads to be treated as an homogeneous population
//size in 10nm unit
size(Pfnr)=0.01;
size(Ise)=0.5;
size(ClpXP)=0.5;
size(QFeFNRa)=2;
size(apoFNR)=1;
size(DFeFNRi)=2;
size(GPV)=0.01;
size(PV)=1;
size(GPR)=0.01;
size(PR)=1;
size(QFeFNRa_GPR_binded)=2.01;
size(QFeFNRa_GPV_binded)=2.01;
size(rep)=4.02;
//speed
speed(Pfnr)=0;
speed(Ise)=0.5;
speed(ClpXP)=0.5;
speed(QFeFNRa)=0.3;
speed(DFeFNRi)=0.3;
speed(apoFNR)=0.3;
speed(GPV)=0;
speed(PV)=0.3;
speed(GPR)=0;
speed(PR)=0.3;
speed(QFeFNRa_GPR_binded)=0;
speed(QFeFNRa_GPV_binded)=0;
speed(rep)=0;
//reactions
//translating Pfnr to FNR
Pfnr -> Pfnr + apoFNR [0.1];//fnr mRNA generates steagyly apoFNR(inactived)
//dimerisation
apoFNR + Ise -> QFeFNRa + Ise[0.8];//production of 4Fe-FNR by Ise is steady
//oxydation
QFeFNRa + o2 -> DFeFNRi +o2 [0.8];//aerobically, oxygen inactivates FNR
DFeFNRi + Ise -> QFeFNRa + Ise [0.5];//but cell continues to reactivate it steadly
DFeFNRi + o2 -> apoFNR +o2 [0.6];//return to apoFNR
//degradation FNR
apoFNR + ClpXP -> ClpXP [0.05];
DFeFNRi + ClpXP -> ClpXP [0.05];
QFeFNRa + ClpXP -> ClpXP [0.05];
//activation/inactivation of green gene
QFeFNRa + GPV -> QFeFNRa_GPV_binded [0.8];//association
QFeFNRa_GPV_binded -> QFeFNRa + GPV [0.4];//dissociation
QFeFNRa_GPV_binded -> PV + QFeFNRa_GPV_binded [0.3];//production of green protein
//green protein degradation
PV + ClpXP -> ClpXP [0.05];
//repression of red gene
QFeFNRa + GPR -> QFeFNRa_GPR_binded [0.8];
QFeFNRa_GPR_binded -> QFeFNRa + GPR [0.1];
QFeFNRa_GPR_binded + QFeFNRa_GPR_binded -> rep [0.5];
rep -> QFeFNRa_GPR_binded + QFeFNRa_GPR_binded [0.05];
//expression the red gene in aerobic condition
GPR -> GPR + PR [0.3];//production of red protein
QFeFNRa_GPR_binded -> QFeFNRa_GPR_binded + PR [0.1];
//degradation of red protein
PR + ClpXP -> ClpXP [0.05];
//initialtion
init(100,Pfnr);
init(100,Ise);
init(100,ClpXP);
init(100,QFeFNRa);
init(100,DFeFNRi);
init(100,apoFNR);
init(100,GPV);
init(10,PV);
init(100,GPR);
init(10,PR);
init(10,o2);
init(10,QFeFNRa_GPR_binded);
init(10,QFeFNRa_GPV_binded);
init(10,rep);