Team:Paris/Transduction modeling The Fec Operon as used in our system : chemical equations and kinetics

From 2009.igem.org

Revision as of 16:03, 20 September 2009 by CChabbert (Talk | contribs)

iGEM > Paris > Reception > Modeling


The Fec Operon in our system

To try and understand our system, we decided to divide the global in simple reactions traducing the chemical steps of the transduction cascade ; each one of these reactions is described with a cinetic law, thus allowing to run both deterministic and stochastic simulation (see here for further informations on these simulations).


Chemical Equations

This trancriptional cacade can be described thanks to simple chemical equations traducing the chronological and chemical steps of our tranduction and activation system.


  • (1) The FecA molecules coming from the vesicules are clowly diffusing on the lipid bilayer of the outer membrane while vesicules are fusioning ; they finally reach the bacteria outer membrane where they are in proper conditions to be able to activate the FeR molecules. This "crossing" from OMV to the outer membrane is explicited as a first reaction :
FecA_OMV ---> FecA_OM


  • Then, once in the outer membrane, these FecA molecules are able to activate the FecR proteins constitutively present in the receiver. Here we have two possibilities to describe this step :
    • the FecA molecule directly activates FecR, and the phnomenon is described in a single reaction :
FecA_OM + FecR ---> FecA_OM + FecR*
    • or FecA and FecR form a complex which is then destructed to release an activated FecR protein ; this mechanism is described through the 2 following reactions :
FecA_OM + FecR ---> FecA_OM-FecR
FecA_OM-FecR ---> FecA_OM + FecR*

As an hypothesis, we considered that this crossing of the periplasm was the limiting step, we decided to examine these two different approaches in our simulations.


  • Once FecR is activated, it can activate the FecI molecule ; to avoid an to much variability in the approaches, we decided to consider that this reaction occured as a single step (with no intermediate complex formation) :
FecR* + FecI ---> FecI* + FecR*


  • Then, FecI* can activate the pfec promoter in a reversible reaction :
FecI* + pfec ---> pfec*


  • After the pfec activation, transcription and translation can start ; the creation of proteins is materialised by the single reaction :
pfec* ---> FecI + FecR_Nterm + GFP

where FecR_Nterm correspond to the residues ??-??? of FecR which make this molecule active (the FecR_Nterm is able to activate FecI without needing to be in presence of FecA)


  • Finally, the FecR_Nterm can activate the FecI proteins :
FecR_Nterm + FecI ---> FecI* + FecR_Nterm


  • It is also compulsory to consider some dilution and degradation reactions for the molecules FecA_OM, FecI, FecI*, FecR_Nterm, FecR* and GFP. The natural FecR is considered as a molecule having reached a steady state level ; as a consequence the only noticeable changes are the results of a reaction of activation.
FecA_OM ---> ∅
FecI ---> ∅
FecI* ---> ∅
FecR_Nterm ---> ∅
FecR* ---> ∅
GFP ---> ∅


As explained above, we finally decided to study to set of chemicam reactions resumed in the following tables :

  • A system without an intermediary step in the FecR activation
Reaction Number Kinetics Constants Reaction


1
2
3
4
5
6
7
8
9
10
11
12


  • A system of equations with an intermediary reaction in the activation of FecR
Reaction Number Kinetics Constants Reaction


1
2
3
4
5
6
7
8
9
10
11
12
13

Kinetics Equations

As we do not have much information on the kinetic laws, we have decided to chose a mass action law for each reaction. Each reaction has a kinetic constant k etermining the reaction rate given the concentratin of reactants. This will lead us to write a differential system used for a deterministic resolution.


For a given component A , which takes part in reations R1, R2, ...Rn, we can write that :

Equation1.png

where the δi are equal to the stoechiometric coefficients of the species A in the reaction i and Vi is the reaction rate of reaction i.


Given this consideratin and using the tables of reactions, we can start writing down the reaction rates of each reaction and then the differential equations ruling the evolution of the concentrations.