Team:UPO-Sevilla/Modeling/Signaling

From 2010.igem.org

(Difference between revisions)
Line 15: Line 15:
<h1>The signaling circuit</h1>
<h1>The signaling circuit</h1>
-
 
+
<p>
-
 
+
The signaling circuit 3 described in the <a href="https://2010.igem.org/Team:UPO-Sevilla/Biobricks/Circuits">Circuit Section</a> has been modeled using Matlab Simbiology desktop. The following diagram shows the different parts of the model we have simulated:
-
 
+
</p>
<center>
<center>
<a href="https://2010.igem.org/Image:UPOModelv2.png">
<a href="https://2010.igem.org/Image:UPOModelv2.png">
Line 24: Line 24:
</center>
</center>
 +
<p>
 +
The main parts simulated are:
 +
</p>
-
<h1>Reactions</h1>
+
<ol>
 +
<li>Plant cell wall lingand, FecA-PrhA binding</li>
 +
<li> Activation of FecR induced by FecA-PrhA </li>
 +
<li> Activation of FecA, induced by the activation of FecR</li>
 +
<li> Transcription of </li>
 +
<li> Translation of </li>
 +
<li>Generation of L_aspartate induced by AAL</li>
 +
<li>Diffusion of L_aspartate through the cell wall</li>
 +
</ol>
 +
<h1>Reactions</h1>
 +
<p>
 +
The reaction equations, and the reactions rates associated are summarized in the following table:
 +
</p>
  <table xmlns="" id="modelContentsReactionTable" width="100%" border="5" cellpadding="5" cellspacing="0" class="dataTable"><tbody>
  <table xmlns="" id="modelContentsReactionTable" width="100%" border="5" cellpadding="5" cellspacing="0" class="dataTable"><tbody>

Revision as of 09:45, 26 October 2010

The signaling circuit

The signaling circuit 3 described in the Circuit Section has been modeled using Matlab Simbiology desktop. The following diagram shows the different parts of the model we have simulated:

Simbiology model

The main parts simulated are:

  1. Plant cell wall lingand, FecA-PrhA binding
  2. Activation of FecR induced by FecA-PrhA
  3. Activation of FecA, induced by the activation of FecR
  4. Transcription of
  5. Translation of
  6. Generation of L_aspartate induced by AAL
  7. Diffusion of L_aspartate through the cell wall

Reactions

The reaction equations, and the reactions rates associated are summarized in the following table:

#ReactionReactionRateActive
1ecoli.ammonia + ecoli.fumarate + ecoli.AAL <-> ecoli.L_aspartate + ecoli.AALk1*ecoli.ammonia*ecoli.fumarate*ecoli.AAL - k2*ecoli.L_aspartate*ecoli.AALtrue
2ecoli.L_aspartate <-> medium.L_aspartatekWallDiffusion*ecoli.L_aspartate - kWallDiffusionBack*medium.L_aspartatetrue
3ecoli.DNAaspA + ecoli.FecI_a -> ecoli.ARNm_aspA + ecoli.DNAaspA + ecoli.FecI_akTranscript*ecoli.DNAaspA*ecoli.FecI_atrue
4ecoli.ARNm_aspA -> ecoli.AAL + ecoli.ARNm_aspAkTranslation*ecoli.ARNm_aspAtrue
5ecoli.FecR_a + ecoli.FecI <-> ecoli.FecI_a + ecoli.FecR_akFecIActivation*ecoli.FecR_a*ecoli.FecI - kFecIDeactivation*ecoli.FecI_a*ecoli.FecR_atrue
6ecoli.FecR + ecoli.[ligand:FecA-PrhA] <-> ecoli.FecR_a + ecoli.[ligand:FecA-PrhA]kFecRActivation*ecoli.FecR*ecoli.[ligand:FecA-PrhA] - kFecRDeactivation*ecoli.FecR_a*ecoli.[ligand:FecA-PrhA]true
7plant_cell_wall.ligand + ecoli.[FecA-PrhA] <-> ecoli.[ligand:FecA-PrhA]kCellBinding*plant_cell_wall.ligand*ecoli.[FecA-PrhA] - kCellUnbinding*ecoli.[ligand:FecA-PrhA]true

Footer