Team:Paris/Modeling/Implementation

From 2008.igem.org

(Difference between revisions)
(Parameters Finder for our Example)
(Parameters Finder for our Example)
Line 19: Line 19:
=== Parameters Finder for our Example ===
=== Parameters Finder for our Example ===
-
We just write here the annoted program find_FP that is used to estimate, for instance, the parameters in <span style="color:#0000FF;">&#131;5([''FlhDC''], 0) = ''&beta;<sub>24</sub> * &#131;<sub>hill</sub>''( [''FlhDC''], ''K<sub>2</sub>'', ''n<sub>2</sub>'' )</span> and <span style="color:#0000FF;">&#131;5(0, [''FliA'']) = ''&beta;<sub>24</sub> * &#131;<sub>hill</sub>''( [''FliA''], ''K<sub>8</sub>'', ''n<sub>8</sub>'' )</span>
+
We just write here the annoted program find_FP that is used to estimate, for instance, the parameters in :
 +
* <span style="color:#0000FF;">&#131;5([''FlhDC''], 0) = ''&beta;<sub>24</sub> * &#131;<sub>hill</sub>''( [''FlhDC''], ''K<sub>2</sub>'', ''n<sub>2</sub>'' )</span> and  
 +
* <span style="color:#0000FF;">&#131;5(0, [''FliA'']) = ''&beta;<sub>24</sub> * &#131;<sub>hill</sub>''( [''FliA''], ''K<sub>8</sub>'', ''n<sub>8</sub>'' )</span>

Revision as of 18:53, 27 October 2008

Implementation


[Back to "Workflow on an Example"]

We use Matlab for all implementations.

Parameters Finder Programs

the datas

The experimental datas consist typically in two tables, X_data (various concentrations of the transcription factor) and Y_data (corresponding output values).

  • controlling X_data : thanks to the prior characterization of the inductible promoters that control the transcription factor concentrations, we can deduce from the Inv_f1.m and Inv_f2.m functions the necessary concentrations of aTc and arabinose to introduce in the medium to get the wanted concentrations of transcription factor.
  • getting Y_data : the linear conversion between the fluorescence of GFP at maturation and its concentration gives us directly the expected datas.

Parameters Finder for our Example

We just write here the annoted program find_FP that is used to estimate, for instance, the parameters in :

  • ƒ5([FlhDC], 0) = β24 * ƒhill( [FlhDC], K2, n2 ) and
  • ƒ5(0, [FliA]) = β24 * ƒhill( [FliA], K8, n8 )