Team:Paris/Modeling/Implementation
From 2008.igem.org
(Difference between revisions)
(→Parameters Finder Programs) |
(→Parameters Finder for our Example) |
||
Line 18: | Line 18: | ||
We just show hereby the annoted program ''' find_FP.m ''' that is used to estimate, for instance, the parameters in : | We just show hereby the annoted program ''' find_FP.m ''' that is used to estimate, for instance, the parameters in : | ||
- | * | + | * '''ƒ5( [''FlhDC''], 0 ) = ''β<sub>24</sub> * ƒ<sub>hill</sub>''( [''FlhDC''], ''K<sub>2</sub>'', ''n<sub>2</sub>'' )''' and |
- | * | + | * '''ƒ5( 0, [''FliA''] ) = ''β<sub>25</sub> * ƒ<sub>hill</sub>''( [''FliA''], ''K<sub>8</sub>'', ''n<sub>8</sub>'' )''' |
== All Algorithms == | == All Algorithms == |
Revision as of 19:47, 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 Algorithms↓ Prior for Characterization ↑
↓ Parameters Finders ↑
↓ The Global Model ↑
|