Team:Oxford/calculating parameters

From 2014.igem.org

(Difference between revisions)
Line 10: Line 10:
<div style="background-color:#D9D9D9; opacity:0.7; z-index:5; Height:75px; width:100%;font-size:65px;font-family:Helvetica;padding-top:5px; font-weight: 450;margin-top:10px;">
<div style="background-color:#D9D9D9; opacity:0.7; z-index:5; Height:75px; width:100%;font-size:65px;font-family:Helvetica;padding-top:5px; font-weight: 450;margin-top:10px;">
-
<div style="background-color:white; opacity:0.9; Height:75px; width:100%;margin-top:5px:margin-bottom:5px;font-size:65px;font-family:Helvetica;padding-top:5px; color:#00000; font-weight: 450;"><br><center><font style="opacity:0.6">Equivalent circuit approximations</font></center></div>
+
<div style="background-color:white; opacity:0.9; Height:75px; width:100%;margin-top:5px:margin-bottom:5px;font-size:65px;font-family:Helvetica;padding-top:5px; color:#00000; font-weight: 450;"><br><center><font style="opacity:0.6">Parameter Calibration</font></center></div>
</div>
</div>
<br>
<br>

Revision as of 11:02, 13 October 2014


Parameter Calibration


Parameter calibration and data fitting

One extremely important role of engineering in synthetic biology is characterizing a biological system. Part of characterization involves deducing the structure of the system while another component of this involves matching experimental data to theoretical data and calculating the defining parameters from this. To do this accurately and quickly, we have developed a script which calculates the value of the given variable which gives the closest fit to the experimental data.

The programme requires a theoretical input form with one variable parameter to be compared with experimental data. After this, simulations are run for a range of parameter values and the programme finds the parameter value which maximizes the closeness of fit. This is done through the use of the Euclidean Norm of the vector calculated from the difference between the experimental data points and the hypothesized relationship. The Euclidean Norm is defined as:



  • n = number of data points available
  • x_i= difference between theoretical form and data point for i^th data point.


  • This code was very useful in a number of situations, for example in characterizing the bead diffusion parameters from given data. Displayed below is experimental diffusion data plotted alongside our fitted theoretical form.

    Oxford iGEM 2014