Team:Paris/Modeling/Implementation
From 2008.igem.org
(Difference between revisions)
(→All Algorithms) |
(→Parameters Finder for our Example) |
||
Line 20: | Line 20: | ||
* <span style="color:#0000FF;">ƒ5( [''FlhDC''], 0 ) = ''β<sub>24</sub> * ƒ<sub>hill</sub>''( [''FlhDC''], ''K<sub>2</sub>'', ''n<sub>2</sub>'' )</span> and | * <span style="color:#0000FF;">ƒ5( [''FlhDC''], 0 ) = ''β<sub>24</sub> * ƒ<sub>hill</sub>''( [''FlhDC''], ''K<sub>2</sub>'', ''n<sub>2</sub>'' )</span> and | ||
* <span style="color:#0000FF;">ƒ5( 0, [''FliA''] ) = ''β<sub>25</sub> * ƒ<sub>hill</sub>''( [''FliA''], ''K<sub>8</sub>'', ''n<sub>8</sub>'' )</span> | * <span style="color:#0000FF;">ƒ5( 0, [''FliA''] ) = ''β<sub>25</sub> * ƒ<sub>hill</sub>''( [''FliA''], ''K<sub>8</sub>'', ''n<sub>8</sub>'' )</span> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
== All Algorithms == | == All Algorithms == |
Revision as of 19:06, 29 October 2008
Implementation
We use Matlab for all implementations.
Parameters Finder Programsthe datasThe experimental datas 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 Algorithms↓ Prior for Characterization ↑
↓ Parameters Finders ↑
↓ The Global Model ↑
|