Difference between revisions of "Team:Dundee/Modeling"

Line 52: Line 52:
 
             <div class="row"><!--set class as defined in the style.css file.-->
 
             <div class="row"><!--set class as defined in the style.css file.-->
 
                  
 
                  
             <p ><!--The p tag starts a new paragraph.-->  <h3>Introduction</h3><!--Set Introduction as a heading for the section.--> 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.</p><!--End the paragraph.-->  
+
             <p ><!--The p tag starts a new paragraph.-->  <h2>Introduction</h2><!--Set Introduction as a heading for the section.--> 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.</p><!--End the paragraph.-->  
 
<p> 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. </p>
 
<p> 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. </p>
 
<p>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.</p>
 
<p>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.</p>

Revision as of 09:04, 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.