Team:Paris/Modeling/Programs

From 2008.igem.org

(Difference between revisions)
(Finding Parameters)
Line 1: Line 1:
 +
{{Paris/Menu}}
 +
==Finding Parameters==
==Finding Parameters==
This program aims at fill [[Team:Paris/Modeling/Bibliography|this data bank]], from experimental data obtained by our wet lab.
This program aims at fill [[Team:Paris/Modeling/Bibliography|this data bank]], from experimental data obtained by our wet lab.

Revision as of 14:54, 25 July 2008

Finding Parameters

This program aims at fill this data bank, from experimental data obtained by our wet lab.

We are looking for constants involved in Hill functions :

  • Inducer x on py : formation rate of y = b*(x^n/(K^n + x^n))
  • Inhibitor x on py : formation rate of y = b*((K^n)/(K^n + x^n))

With following chemical interpretations :

  • b = "quantity of DNA multiplied by the transduction rate"
  • (K^n) = "activation constant : dissociation constant of the fixation of x on py"
  • n = "stoechiometric coef. of x in the fixation of x on py"

After some trials, we have obtained interesting results in terms of precision. We are now trying to test the robustness of the estimations in order to quantify the influence of biological variance in the results as well as the influence of the number of points available.

Estimation.jpg

The corresponding code can be found there : Code