Team:Imperial College/Appendices

From 2008.igem.org

(Difference between revisions)
m (New page: {{Imperial/StartPage2}} {{Imperial/EndPage|Project|}})
 
(16 intermediate revisions not shown)
Line 1: Line 1:
{{Imperial/StartPage2}}
{{Imperial/StartPage2}}
-
{{Imperial/EndPage|Project|}}
+
===Appendices for Dry Lab===
 +
{{Imperial/Box1|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:Shape.m‎|Generation of Bacteria Shape Characteristics]]'''
 +
*'''[[Media:Motility.m‎|Generation of Bacteria Motility Characteristics]]'''
 +
*'''[[Media:Bacvideo.m‎|Generation of Synthetic Video (Requires the 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 λ 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======
 +
*'''[[Media:Gfp.m|ODE system describing constitutive gene expression]]'''
 +
*'''[[Media:SimulationGfp.m|Simulation file for constitutive gene expression]]'''
 +
*'''[[Media:InduciblePromoter_SimpleODE.m|ODE system describing simple model]]'''
 +
*'''[[Media:InduciblePromoterSimple.m|Simulation file for simple model]]'''
 +
*'''[[Media:InduciblePromoter_ODE.m|ODE system describing more complex model]]'''
 +
*'''[[Media:InduciblePromoter.m|Simulation file for more complex model]]'''
 +
*'''[[Media:SimpleModelWorking.pdf‎‎|PDF of working - simple model]]'''
 +
*'''[[Media:ComplexModelWorking.pdf‎|PDF of working - complex model]]'''
 +
*'''[[Media:InduciblePromoterLoadup.m|Simulation file for modelling LacI repression of promoter before IPTG is introduced]]'''
 +
}}
 +
 
 +
{{Imperial/Box1|Other Files|
 +
======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]]'''
 +
}}
 +
 
 +
{{Imperial/EndPage|Motility|Wet_Lab}}

Latest revision as of 00:32, 30 October 2008


Appendices for Dry Lab

MATLAB Files
Modelling Motility
Synthetic Video
Probabilistic Methods
Modelling Growth
Modelling Genetic Circuit

Other Files
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.