Team:Paris/Modeling
From 2008.igem.org
(→Links) |
|||
Line 1: | Line 1: | ||
{{Paris/Menu}} | {{Paris/Menu}} | ||
+ | |||
+ | <center>[[Team:Paris/Modeling/Bibliography|Bibliographic References]] - [[Team:Paris/Modeling/linear_approach|Depreciated BoB page]] - [[Team:Paris/Modeling/Roadmap|Depreciated Roadmad page]]</center> | ||
We had different approaches to model the biological system. We found interesting to explain at least two ways that we went throught. It is important to understand that both models aim at different goals in the process of understanding our system. | We had different approaches to model the biological system. We found interesting to explain at least two ways that we went throught. It is important to understand that both models aim at different goals in the process of understanding our system. | ||
Line 33: | Line 35: | ||
*** Since the β parameter of the Hill function has a linear influence, it is possible to translate this error directly on the parameter; for example: '''β_err = random('norm',β,err)''' where '''β''' is the estimated value of the parameter and '''err''' is the mean of the normalized standard deviations of the experimental values. | *** Since the β parameter of the Hill function has a linear influence, it is possible to translate this error directly on the parameter; for example: '''β_err = random('norm',β,err)''' where '''β''' is the estimated value of the parameter and '''err''' is the mean of the normalized standard deviations of the experimental values. | ||
*** For each cell in the model, we could use such noised values for Vmax parameter, in order to reproduce randomness estimated in the wet lab. | *** For each cell in the model, we could use such noised values for Vmax parameter, in order to reproduce randomness estimated in the wet lab. | ||
- | |||
- | |||
- |
Revision as of 14:40, 27 August 2008
We had different approaches to model the biological system. We found interesting to explain at least two ways that we went throught. It is important to understand that both models aim at different goals in the process of understanding our system.
BoB (Based on Bibliography) ApproachOur first approach is quite rough and simple but effective. The goal here was to guess the behavior of our Bacteri'OClock, considering the overall system. Since it is a preliminary approach, we could not yet fill the model with data from the wet lab. This is why our work is mainly based on a bibliographic work, which allow us to use parameters and datas from scientific articles. The keys points of this approach:
Parameters Estimation ApproachThis second approach was motivated by our will to understand our system in the most precise way. We decided to examine each part of our project (Oscillation, FIFO, Synchronization) incrementally, and tried to take into account the fundamental kinetics processes.
|