Team:ETH Zurich/Modeling/Download

From 2008.igem.org

(Difference between revisions)
(Switch Circuit)
m
Line 4: Line 4:
</center>
</center>
</html>
</html>
-
<center>
 
-
 
-
 
{|style="background:#C6E2FF ; border:3.5px solid #60AFFE; padding: 1em; margin: auto ; width:98.5% "
{|style="background:#C6E2FF ; border:3.5px solid #60AFFE; padding: 1em; margin: auto ; width:98.5% "
|-
|-

Revision as of 19:52, 27 October 2008


Contents


This page contains all the programming code functions and the data we have used in order to generate our results. You can download each of the fourth section as a stand-alone framework and run in order to reproduce the result or investigate our methodology. Some of them requires third part free software (such as the Cobra Toolbox), you can find the links to download them in the description section. Some of them requires data or models previously developed by other groups but freely accessible, we state where and when these object have been used. All the code is enriched with comments for an easily understanding of functions and computational steps.


Genome Static Analysis

Download file: File:ETHZ-iGEM2008-GenomeStaticAnalysis.zip

Compute: This simulation download the genome annotation of E.Coli K12 MG1655 from GenBank and restriction enzymes informations from REBASE. For each restriction enzyme, calculates the fragments generated by digesting the chromosome of the strain. It calculates statistics on various aspects, such as probability of having an essential gene per fragment.

Output: An array of records, each one containing statistical analysis for one of the restriction enzyme groups. Generates five plots that explain the statistical results.

Softwared needed: MATLAB with BioInformatic Toolbox.

Third part code: use of standard Bioinformatic Toolbox functions.

Files and descriptions:

  • convertCuttingSitesIntoGeneNames.m - convert informations on cutting sites for restriction enzymes in file names as Blattner Ids and alphanumeric gene names.
  • createAtomicKnockoutsForRestEnzymes.m - construct the structure containing fragment patterns for all the selected restriction enzymes.
  • createAtomicKnockoutStruct.m - constructe a structure object containing fragment patterns for one restriction enzyme.
  • digestionSimulation.m - perform the digestion of chromosome using all the restriction enzymes.
  • genomeStaticAnalysis.m - main function, invoke the digestion procedure and plots the five graphs.
  • essentialGenes.mat - list of essential genes (single knockouts are mortal), obtained from source cited in Restriction Enzymes Analysis page.

Author(s): Luca and Georg.

Genome-scale Model

Download file: [[]]

Compute:

Output: Softwared needed:

Third part code:

Files and descriptions:

Author(s): Luca.

Chemostat Selection

Download file: [[]]

Compute:

Output: Softwared needed: MATLAB

Third part code:

Files and descriptions:

Author(s):

Switch Circuit

Download file: [[]]

Compute:

Output: Softwared needed: MATLAB and SimBiology Toolbox

Third part code:

Files and descriptions:

Author(s):