Team:Peking/Modeling/Luminesensor/Simulation
From 2012.igem.org
ODE model
According to the previous network and ODE model, we listed all the differential equations (detail here) and simulated this system with MATLAB. We specifically watched three expressions to understand the mechanism for Luminesensor.
Expression | Description | Remark |
rb = 1 - [DL]/[DT] | This indicates the repressing degree. | DT indicates the total specific binding sites, while the DL indicates the free ones among DT. |
rd = 2[LA2X]/[LT] | This indicates the dimerizing degree. | LT indicates the total Luminesensor molecules, and LA2X indicates all dimered Luminesensor molecules, i.e. LA2 + LA2DL. |
ra = ( [LAX] + 2[LA2X] ) /[LT] |
This indicates the activating degree. | LAX indicates all monomer Luminesensor molecules, i.e. LA + LADL. |