Team:Paris/Modeling/Implementation

From 2008.igem.org

(Difference between revisions)
(Parameters Finder for our Example)
(All Algorithms)
Line 22: Line 22:
== All Algorithms ==
== All Algorithms ==
 +
 +
We present here all the algorithms used in the whole Characterization Approach.
 +
 +
First, the pages about the "prior characterization", needed to leads all the others
 +
 +
<div style="text-align: center">
 +
{{Paris/Toggle|Prior for Characterization|Team:Paris/Modeling/More_Algo_Prior}}
 +
</div>
 +
 +
Then, the pages with the programs of complete Characterization
<div style="text-align: center">
<div style="text-align: center">
-
{{Paris/Toggle|Prior for Characterization|Team:Paris/Modeling/More_Algo_Prior}}
 
{{Paris/Toggle|Parameters Finders|Team:Paris/Modeling/More_Algo_Finder}}
{{Paris/Toggle|Parameters Finders|Team:Paris/Modeling/More_Algo_Finder}}
 +
</div>
 +
 +
Finally, all the others algorithms, that are involved in the previous programs, and the final simulating program
 +
 +
<div style="text-align: center">
{{Paris/Toggle|The Global Model|Team:Paris/Modeling/More_Algo_Char}}
{{Paris/Toggle|The Global Model|Team:Paris/Modeling/More_Algo_Char}}
</div>
</div>

Revision as of 20:07, 29 October 2008

Implementation


We use Matlab for all implementations.

Contents

Parameters Finder Programs

the data

The experimental data 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 data.

Parameters Finder for our Example

We just show hereby the annoted program find_FP.m that is used to estimate, for instance, the parameters in :

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

All Algorithms

We present here all the algorithms used in the whole Characterization Approach.

First, the pages about the "prior characterization", needed to leads all the others

Then, the pages with the programs of complete Characterization

Finally, all the others algorithms, that are involved in the previous programs, and the final simulating program


<Back - to "Workflow on an Example"|