Team:ETH Zurich/Modeling/Download

From 2008.igem.org

(Difference between revisions)
(Genome Static Analysis)
(Genome Static Analysis)
Line 17: Line 17:
'''Download file:''' [[Image:ETHZ-iGEM2008-GenomeStaticAnalysis.zip]]
'''Download file:''' [[Image: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.
+
'''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.
+
'''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.
+
'''Softwared needed:''' MATLAB with BioInformatic Toolbox.
-
''Third part code:'' use of standard Bioinformatic Toolbox functions.
+
'''Third part code:''' use of standard Bioinformatic Toolbox functions.
-
 
+
-
''Files and descriptions:''
+
 +
'''Files and descriptions:'''
* convertCuttingSitesIntoGeneNames.m - convert informations on cutting sites for restriction enzymes in file names as Blattner Ids and alphanumeric gene names.
* 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.
* createAtomicKnockoutsForRestEnzymes.m - construct the structure containing fragment patterns for all the selected restriction enzymes.
Line 34: Line 33:
* essentialGenes.mat - list of essential genes (single knockouts are mortal), obtained from different sources.
* essentialGenes.mat - list of essential genes (single knockouts are mortal), obtained from different sources.
   
   
-
''Author(s):'' Luca and Georg.
+
'''Author(s):''' Luca and Georg.
== Genome-scale Model ==
== Genome-scale Model ==

Revision as of 21:54, 25 October 2008


Contents


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 and plots the five graphs.
  • essentialGenes.mat - list of essential genes (single knockouts are mortal), obtained from different sources.

Author(s): Luca and Georg.

Genome-scale Model

Chemostat Selection

Switch Circuit