Team:Paris/Modeling
From 2008.igem.org
(Difference between revisions)
(→III - Estimation of Paramaters) |
(→III - Estimation of Parameters) |
||
Line 33: | Line 33: | ||
*** The next stage is to get the mean of those normalized sd values at every inducer concentration. | *** The next stage is to get the mean of those normalized sd values at every inducer concentration. | ||
*** Since the beta/Vmax parameter of the Hill function has a linear influence, it is possible to translate this error directly on the parameter; for example: '''Vmax_err = random('norm',Vmax,err)''' where '''Vmax''' is the estimated value of the parameter and '''err''' is the mean of the normalized standard deviations of the experimental values. | *** Since the beta/Vmax parameter of the Hill function has a linear influence, it is possible to translate this error directly on the parameter; for example: '''Vmax_err = random('norm',Vmax,err)''' where '''Vmax''' 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. | ||
== IV - Parameters & Bibliography == | == IV - Parameters & Bibliography == |
Revision as of 13:30, 13 August 2008
|