Team:Paris/Modeling/Implementation
From 2008.igem.org
(→All Algorithms) |
(→All Algorithms) |
||
Line 25: | Line 25: | ||
== All Algorithms == | == All Algorithms == | ||
- | We present here all the algorithms used in | + | We present here all the algorithms used in our "Characterization Approach". |
- | First, | + | First, the "prior characterization", e.g. the inducible promoters controlling the master regulators (FlhDC, FliA...) : |
<div style="text-align: center"> | <div style="text-align: center"> | ||
- | {{Paris/Toggle|Prior for Characterization|Team:Paris/Modeling/More_Algo_Prior| | + | {{Paris/Toggle|Prior for Characterization|Team:Paris/Modeling/More_Algo_Prior|300px}} |
</div> | </div> | ||
- | + | Next, the algorithms representing the complete Characterizations, e.g. coupling the above to the downstream promoters activities : | |
<div style="text-align: center"> | <div style="text-align: center"> | ||
- | {{Paris/Toggle|Parameters Finders|Team:Paris/Modeling/More_Algo_Finder| | + | {{Paris/Toggle|Parameters Finders|Team:Paris/Modeling/More_Algo_Finder|300px}} |
</div> | </div> | ||
- | Finally, all the others algorithms, | + | Finally, all the others auxiliary algorithms,as well as the final program code used for our simulations : |
<div style="text-align: center"> | <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|300px}} |
</div> | </div> | ||
Revision as of 23:34, 29 October 2008
Implementation
This section gives all the details about the informatical implementation of the "Characterization Approach". We show the method and we explain the program allowing, once we have our experimental data, to estimate our parameters. At the end, the final program aiming at beeing a "virtual predictive lab" is described.
Parameters Finder Programsthe dataThe experimental data consist typically in two tables, X_data (various concentrations of the transcription factor) and Y_data (corresponding output values).
Parameters Finder for our ExampleWe just show hereby the annoted program find_FP.m that is used to estimate, for instance, the parameters in :
All AlgorithmsWe present here all the algorithms used in our "Characterization Approach". First, the "prior characterization", e.g. the inducible promoters controlling the master regulators (FlhDC, FliA...) : ↓ Prior for Characterization ↑
Next, the algorithms representing the complete Characterizations, e.g. coupling the above to the downstream promoters activities : ↓ Parameters Finders ↑
Finally, all the others auxiliary algorithms,as well as the final program code used for our simulations : ↓ The Global Model ↑
|