Team:Paris/Modeling/Implementation
From 2008.igem.org
(Difference between revisions)
(→Parameters Finder for our Example : 5) |
(→Parameters Finder for our Example) |
||
Line 19: | Line 19: | ||
=== Parameters Finder for our Example === | === Parameters Finder for our Example === | ||
- | We just write here the annoted program find_FP that is used to find, for instance, the parameters in <span style="color:#0000FF;">ƒ5([FlhDC], 0) = β<sub>24</sub>*hill([FlhDC], K<sub>2</sub>, n<sub>2</sub>)</span> | + | We just write here the annoted program find_FP that is used to find, for instance, the parameters in <span style="color:#0000FF;">ƒ5([''FlhDC''], 0) = ''β<sub>24</sub> * hill''([''FlhDC''], ''K<sub>2</sub>'', ''n<sub>2</sub>'')</span> |
Revision as of 18:47, 27 October 2008
Implementation
[Back to "Workflow on an Example"] 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 write here the annoted program find_FP that is used to find, for instance, the parameters in 5([FlhDC], 0) = β24 * hill([FlhDC], K2, n2) |