Team:Oxford/calculating parameters

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <head> <style type="text/css"> @import url(http://fonts.googleapis.com/css?family=PT+Serif|Open+Sans:300italic,400,300); html, body { max-width: 100%; over...")
Line 425: Line 425:
<div style="background-color:#D9D9D9; opacity:0.7; z-index:5; margin-right:auto;margin-left:auto; Height:75px; width:90%;min-width:300px;font-size:65px;font-family:Helvetica;padding-top:5px; font-weight: 450;">
<div style="background-color:#D9D9D9; opacity:0.7; z-index:5; margin-right:auto;margin-left:auto; Height:75px; width:90%;min-width:300px;font-size:65px;font-family:Helvetica;padding-top:5px; font-weight: 450;">
-
<div style="background-color:white; opacity:0.7; Height:75px; width:100%;margin-top:5px:margin-bottom:5px;min-width:300px;font-size:65px;font-family:Helvetica;padding-top:5px; color:#596C8A; font-weight: 450;"><br>How much can we degrade?</div>
+
<div style="background-color:white; opacity:0.7; Height:75px; width:100%;margin-top:5px:margin-bottom:5px;min-width:300px;font-size:65px;font-family:Helvetica;padding-top:5px; color:#596C8A; font-weight: 450;"><br>Finding Parameters</div>
</div>
</div>
<br><br>
<br><br>
Line 459: Line 459:
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.
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.
<br><br>
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2014/9/9b/Oxford_Leroy_pic14.png" style="position:relative; width:100%;margin-bottom:3%;" />
<br><br>
<br><br>

Revision as of 07:29, 28 September 2014

#list li { list-style-image: url("https://static.igem.org/mediawiki/2014/6/6f/OxigemTick.png"); } }


Finding Parameters


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:



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