Team:Paris/Modeling/Implementation
From 2008.igem.org
(Difference between revisions)
(→All Algorithms) |
(→All Algorithms) |
||
Line 25: | Line 25: | ||
We present here all the algorithms used in the whole Characterization Approach. | 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 | + | First, the pages about the "prior characterization", needed to leads all the others : |
<div style="text-align: center"> | <div style="text-align: center"> | ||
Line 31: | Line 31: | ||
</div> | </div> | ||
- | Then, the pages with the programs of complete Characterization | + | Then, the pages with the programs of complete Characterization : |
<div style="text-align: center"> | <div style="text-align: center"> | ||
Line 37: | Line 37: | ||
</div> | </div> | ||
- | Finally, all the others algorithms, that are involved in the previous programs, and the final simulating program | + | Finally, all the others algorithms, that are involved in the previous programs, and the final simulating program : |
<div style="text-align: center"> | <div style="text-align: center"> |
Revision as of 20:09, 29 October 2008
Implementation
We use Matlab for all implementations.
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 the whole Characterization Approach. First, the pages about the "prior characterization", needed to leads all the others : ↓ Prior for Characterization ↑
Then, the pages with the programs of complete Characterization : ↓ Parameters Finders ↑
Finally, all the others algorithms, that are involved in the previous programs, and the final simulating program : ↓ The Global Model ↑
|