Team:Imperial College/Appendices

From 2008.igem.org

(Difference between revisions)
m
m
Line 1: Line 1:
{{Imperial/StartPage2}}
{{Imperial/StartPage2}}
 +
<br>
 +
<br>
 +
&nbsp; <font size=6px color=#E5EBFF><b>Appendices for Dry Lab</b></font>
 +
<br>
 +
<br>
 +
 +
{{Imperial/Box2||
 +
===MATLAB Files===
 +
 +
====Modelling Motility====
 +
*'''[[Media:Getdata.m|Data extraction algorithm. Obtains motility properties from trajectory data]]'''
 +
*'''[[Media:Traj.m|Generates trajectory based on generated parameters]]'''
 +
*'''[[Media:Traj1.m|Generates first run of the trajectory, to be called by modelfit1.m]]'''
 +
*'''[[Media:Traj2.m|Generates second run of the trajectory, to be called by modelfit2.m ]]'''
 +
*'''[[Media:Modelfit1.m|Generates parameters for the first run of cell trajectory]]'''
 +
*'''[[Media:Modelfit2.m‎|Generates parameters for the second run of cell trajectory]]'''
 +
 +
====Synthetic Video====
 +
*'''[http://www.mathworks.com/matlabcentral/files/7309/randraw.m Random Number Generator]'''
 +
*'''[[Media:Bacshape.m‎|Generation of Bacteria Shape Characteristics]]'''
 +
*'''[[Media:Motility.m‎|Generation of Bacteria Motility Characteristics]]'''
 +
*'''[[Media:Bacvideo.m‎|Generation of Synthetic Video (Requires above 2 files to run)]]'''
 +
 +
====Probabilistic Methods====
 +
*'''[[Media:Marg.m‎ |Plots the posterior of (μ,σ) for a normal distribution]]'''
 +
*'''[[Media:Postexp.m|Plots the posterior of <math>\lambda</math> for an exponential distribution]]'''
 +
 +
====Modelling Growth====
 +
*'''[[Media:Ode.m|The growth of bacteria at a constant growth rate]]'''
 +
*'''[[Media:Test.m|Simulation of the Hill Function]]'''
 +
*'''[[Media:Test2.m|Nutrient concentration and nutrient as a function of time, both plotted against time]]'''
 +
*'''[[Media:Growth_curve.m|The growth model (N.B. Here the concentration of nutrients with respect to time is assumed to follow the trend given by a piecewise function)]]'''
 +
*'''[[Media:Growth4.m|The growth model that fits the experimental data]]'''
 +
*'''[[Media:Test6.m|M-file for generating a plot of results from wetlab]]'''
 +
*'''[[Media:Experiment_data.xls|Excel spread sheet of Data from experiment + a log graph of experimental results]]'''
 +
 +
====Modelling Genetic Circuit====
 +
 +
===Tutorials===
 +
 +
The following are four tutorials which introduce us to data analysis and modelling. The tutorials are focused on the above approach. MATLAB codes used for data analysis can be found in the final link.
 +
 +
*'''[[Media:Tutorial_1.pdf | Dry Lab Tutorial 1: Design of a Motility Assay]]'''
 +
 +
*'''[[Media:Design+of+a+Motility+Assay2.pdf| Dry Lab Tutorial 2: Statistical Data Analysis]]'''
 +
 +
*'''[[Media:Testing_Tracking_Software.pdf | Dry Lab Tutorial 3: Testing the Tracking Software]]'''
 +
 +
*'''[[Media:Modelling_Growth_Curve.pdf | Dry Lab Tutorial 4: Modelling the Growth Curve]]'''
 +
}}
<br clear="all"><html><center><table style="color:#ffffff;background-color:#66aadd;" cellpadding="3" cellspacing="1" border="0" bordercolor="#ffffff" align="center">
<br clear="all"><html><center><table style="color:#ffffff;background-color:#66aadd;" cellpadding="3" cellspacing="1" border="0" bordercolor="#ffffff" align="center">

Revision as of 00:45, 10 October 2008



  Appendices for Dry Lab

MATLAB Files

Modelling Motility

Synthetic Video

Probabilistic Methods

Modelling Growth

Modelling Genetic Circuit

Tutorials

The following are four tutorials which introduce us to data analysis and modelling. The tutorials are focused on the above approach. MATLAB codes used for data analysis can be found in the final link.



    Next >