Difference between revisions of "Team:Dundee/Modeling"

Line 43: Line 43:
 
<div id="pagebox"><!--This sets where the margined part of the pages is started.-->
 
<div id="pagebox"><!--This sets where the margined part of the pages is started.-->
  
<font size="40%"><!--The font size is set as 4 throughout.-->
+
<font size="20%"><!--The font size is set as 4 throughout.-->
 
<a class="anchor" id="overview"></a><!--This sets an anchor so that internal links can later be used to scroll back to this section quickly using #overview reference.-->
 
<a class="anchor" id="overview"></a><!--This sets an anchor so that internal links can later be used to scroll back to this section quickly using #overview reference.-->
 
     <section id="overview"><!--Set the section name as overview.-->
 
     <section id="overview"><!--Set the section name as overview.-->

Revision as of 09:01, 21 August 2015

Dry Lab

Introduction

Introduction

In our project three approaches were taken within the dry lab; data analysis using PCA, modeling using ordinary differential equations (ODEs) and practical physics experiments. Mathematical modeling can be used within synthetic biology to reduce complex biological systems to their key components, allowing for a quantitative understanding of the reactions occurring. Models can then be considered in the lab to allow for optimisation of the techniques to produce the best end result. ODEs were used to model the change in concentration of substances over time, this was implemented within all aspects of the project; the BioSpray, fingerprint aging and chromate detection.

PCA is a statistical procedure whereby a dataset with many dimensions is simplified to its principal components in order to visualise hidden correlations. PCA was used to analyse the composition of fingerprints for the fingerprint aging. Physics experiments were used to investigate the incisions on bones by stainless steel knifes to complement the chromium biosensor part of the toolkit.

Click on the sections below to find out more about each part described. The development of software, such as MATLAB, has allowed for greater use of mathematical models across the whole of Synthetic Biology. MATLAB was used in all aspects of the dry lab work, all code used can be found in our appendix via links at the bottom of each section.

BioSpray

Find out more about the modeling for each of the components of the BioSpray.

Fingerprint Aging

Find out more about principal component analysis and modeling of fingerprint aging.

Chromate Sensor

Find out more about modeling of chromate and bone incision experiments.