Team:ETH Zurich/Modeling/Download
From 2008.igem.org
(→Restriction Enzymes Analysis) |
|||
(12 intermediate revisions not shown) | |||
Line 19: | Line 19: | ||
'''Download file:''' [[Image:ETHZ-iGEM2008-GenomeStaticAnalysis.zip]] | '''Download file:''' [[Image:ETHZ-iGEM2008-GenomeStaticAnalysis.zip]] | ||
- | '''Compute:''' This simulation downloads the genome annotation of E. | + | '''Compute:''' This simulation downloads 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. | ||
Line 30: | Line 30: | ||
* 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. | ||
- | * createAtomicKnockoutStruct.m - | + | * createAtomicKnockoutStruct.m - constructs a structure object containing fragment patterns for one restriction enzyme. |
* digestionSimulation.m - perform the digestion of chromosome using all the restriction enzymes. | * 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. | * genomeStaticAnalysis.m - main function, invoke the digestion procedure and plots the five graphs. | ||
Line 41: | Line 41: | ||
'''Download file:''' [[Image:ETHZ-iGEM2008-GenomeScaleModel.zip]] | '''Download file:''' [[Image:ETHZ-iGEM2008-GenomeScaleModel.zip]] | ||
- | '''Compute:''' This package contains the code for reproducing Figure 2,3,4,5,6 and the code needed to create Figure 7. The package initially loads the genome of E.coli K12 MG1655 from GeneBank and then construct a data structure of gene infos taken from the annotation. It then loads two different genome scale models (included in the zip file) that represent the ''iAF1260'' model thymidine auxotrophic, with an external uptake of thymidine, respectively in minimal and in rich medium. It then perform different simulations based on Flux Balance Analysis, such as testing the effect of thymidine feeding at different chromosomal size. It then simulate the | + | '''Compute:''' This package contains the code for reproducing Figure 2,3,4,5,6 and the code needed to create Figure 7. The package initially loads the genome of ''E. coli'' K12 MG1655 from GeneBank and then construct a data structure of gene infos taken from the annotation. It then loads two different genome scale models (included in the zip file) that represent the ''iAF1260'' model thymidine auxotrophic, with an external uptake of thymidine, respectively in minimal and in rich medium. It then perform different simulations based on Flux Balance Analysis, such as testing the effect of thymidine feeding at different chromosomal size. It then simulate the cycles of reduction and selection by considering an ''in silico'' chromosome containing only the gene represented in the genome scale model. For detail please refer to the [[Team:ETH_Zurich/Modeling/Genome-Scale Model|Genome Scale Model page]]. |
'''Output:''' The figures reported in the corresponding section. | '''Output:''' The figures reported in the corresponding section. | ||
Line 52: | Line 52: | ||
* genomeScaleModel.m - main function that loads the needed data and calls the plots and simulation in sequence. | * genomeScaleModel.m - main function that loads the needed data and calls the plots and simulation in sequence. | ||
* changeModelForDNASize.m - functions that changes a genome scale model by setting a different need of nucleotides depending on the new chromosome size. | * changeModelForDNASize.m - functions that changes a genome scale model by setting a different need of nucleotides depending on the new chromosome size. | ||
- | * convertCuttingSitesIntoGeneNames.m - functions that converts cutting site positions into the corresponding genes effected by disruption (alphanumeric name and | + | * convertCuttingSitesIntoGeneNames.m - functions that converts cutting site positions into the corresponding genes effected by disruption (alphanumeric name and Blattner Id supported). |
* create3DPlots.m - create the 3D plot that relates thymidine uptake rate and chromosomal size to growth rate. | * create3DPlots.m - create the 3D plot that relates thymidine uptake rate and chromosomal size to growth rate. | ||
* createAtomicKnockoutsForRestEnzymes.m - creates the list of all the chromosomal fragments generate after a digestion with several enzymes. | * createAtomicKnockoutsForRestEnzymes.m - creates the list of all the chromosomal fragments generate after a digestion with several enzymes. | ||
Line 58: | Line 58: | ||
* createPlotChromSizeVsGrowthRate.m - function that creates the plot of chromosomal size vs. growth rate. | * createPlotChromSizeVsGrowthRate.m - function that creates the plot of chromosomal size vs. growth rate. | ||
* createPlotThymVsGrowthRate.m - function that creates the plot of thymidine uptake rate vs. growth rate. | * createPlotThymVsGrowthRate.m - function that creates the plot of thymidine uptake rate vs. growth rate. | ||
- | * extractGenesInfoFromGenomeAnnotation.m - function that extractes information about each gene in E.coli K12 MG1665 | + | * extractGenesInfoFromGenomeAnnotation.m - function that extractes information about each gene in ''E. coli'' K12 MG1665 |
- | * simGeneGreedyRandomWalk.m - function that simulate in abstract an actual complete | + | * simGeneGreedyRandomWalk.m - function that simulate in abstract an actual complete cycle of reduction and selection at the level of single gene and using a random walk combined with a greedy search. |
* modelKnockoutMinMedium.mat - data file containing the ''iAF1260'' genome scale model, thymidine auxotrophic, on minimal medium plus external feeding of thymidine. | * modelKnockoutMinMedium.mat - data file containing the ''iAF1260'' genome scale model, thymidine auxotrophic, on minimal medium plus external feeding of thymidine. | ||
* modelKnockoutRichMedium.mat - data file containing the ''iAF1260'' genome scale model, thymidine auxotrophic, on rich medium plus external feeding of thymidine. | * modelKnockoutRichMedium.mat - data file containing the ''iAF1260'' genome scale model, thymidine auxotrophic, on rich medium plus external feeding of thymidine. | ||
Line 68: | Line 68: | ||
- | '''Download file:''' [[]] | + | '''Download file:''' [[Image:ChemostatANDFramework.zip]] |
- | '''Compute:''' | + | '''Compute:''' Growth rate simulation of different genome-reduced mutants in the chemostat |
'''Output:''' | '''Output:''' | ||
- | ''' | + | * graphical representation of growth simulations |
+ | * best found reduced strain | ||
+ | '''Software needed:''' MATLAB | ||
- | '''Third part code:''' | + | '''Third part code:''' [[Image:ETHZ-iGEM2008-GenomeScaleModel.zip|Genome scale model simulations]], |
+ | [[Image:ETHZ-iGEM2008-GenomeStaticAnalysis.zip]]<br> and CobraToolbox | ||
'''Files and descriptions:''' | '''Files and descriptions:''' | ||
+ | * chemo2.m: performs chemostat simulation and plots the results | ||
+ | * sceI_chem2.m: calculates the right right hand side of chemostat equations | ||
+ | * framework.m: link different modelling parts | ||
+ | ** performs gene deletion and growth rate calculation | ||
+ | ** handles tree structure of emerging mutants | ||
+ | ** simulates dynamics of chemostat population | ||
+ | |||
- | '''Author(s):''' | + | '''Author(s):''' Sven and Julia |
== Switch Circuit == | == Switch Circuit == | ||
Line 86: | Line 96: | ||
'''Download file:''' [[Image:ETHZ-iGEM2008-SwitchCircuitModel.zip ]] | '''Download file:''' [[Image:ETHZ-iGEM2008-SwitchCircuitModel.zip ]] | ||
- | '''Compute:''' | + | '''Compute:''' This project-file contains the chemical reactions describing the switch circuit, together with all the kinetic parameters and initial concentrations. It converts the chemical reactions in a set of ordinary differential equations (ODEs) and solves them deterministically or stochastically depending on the selected ODE solver. It then plots the results. Furthermore the sensitivities of the equations can be computed. |
- | '''Output:''' | + | '''Output:''' Plots of the dynamic behavior in time of the switch circuit |
- | ''' | + | '''Software needed:''' MATLAB (The Mathworks) with the SimBiology Toolbox |
- | '''Third part code:''' | + | '''Third part code:''' uses the Sundials ODE solver and the SSA (standard stochastic algorithm) solver (both included in the SimBiology Toolbox) |
'''Files and descriptions:''' | '''Files and descriptions:''' | ||
+ | * switch_circuit_model.sbproj - Symbiology-project-file containing the switch circuit model | ||
- | '''Author(s):''' | + | '''Author(s):''' Nico and Julia |
<!-- PUT THE PAGE CONTENT BEFORE THIS LINE. THANKS :) --> | <!-- PUT THE PAGE CONTENT BEFORE THIS LINE. THANKS :) --> | ||
|} | |} |
Latest revision as of 05:37, 30 October 2008
Restriction Enzymes AnalysisDownload file: File:ETHZ-iGEM2008-GenomeStaticAnalysis.zip Compute: This simulation downloads 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 BioInformatics Toolbox. Third part code: use of standard Bioinformatics Toolbox functions. Files and descriptions:
Author(s): Luca and Georg. Genome-scale ModelDownload file: File:ETHZ-iGEM2008-GenomeScaleModel.zip Compute: This package contains the code for reproducing Figure 2,3,4,5,6 and the code needed to create Figure 7. The package initially loads the genome of E. coli K12 MG1655 from GeneBank and then construct a data structure of gene infos taken from the annotation. It then loads two different genome scale models (included in the zip file) that represent the iAF1260 model thymidine auxotrophic, with an external uptake of thymidine, respectively in minimal and in rich medium. It then perform different simulations based on Flux Balance Analysis, such as testing the effect of thymidine feeding at different chromosomal size. It then simulate the cycles of reduction and selection by considering an in silico chromosome containing only the gene represented in the genome scale model. For detail please refer to the Genome Scale Model page. Output: The figures reported in the corresponding section. Softwared needed: MATLAB (The Mathworks) with the Bioinformatics Toolbox, the Cobra ToolBox from [http://gcrg.ucsd.edu/| Palsson's Group at UCSD]. Third part code: the iAF1260 in-silico organism from [http://gcrg.ucsd.edu/| Palsson's Group at UCSD]. Files and descriptions:
Author(s): Luca. Chemostat SelectionDownload file: File:ChemostatANDFramework.zip Compute: Growth rate simulation of different genome-reduced mutants in the chemostat Output:
Software needed: MATLAB Third part code: File:ETHZ-iGEM2008-GenomeScaleModel.zip,
File:ETHZ-iGEM2008-GenomeStaticAnalysis.zip Files and descriptions:
Switch CircuitDownload file: File:ETHZ-iGEM2008-SwitchCircuitModel.zip Compute: This project-file contains the chemical reactions describing the switch circuit, together with all the kinetic parameters and initial concentrations. It converts the chemical reactions in a set of ordinary differential equations (ODEs) and solves them deterministically or stochastically depending on the selected ODE solver. It then plots the results. Furthermore the sensitivities of the equations can be computed. Output: Plots of the dynamic behavior in time of the switch circuit Software needed: MATLAB (The Mathworks) with the SimBiology Toolbox Third part code: uses the Sundials ODE solver and the SSA (standard stochastic algorithm) solver (both included in the SimBiology Toolbox) Files and descriptions:
Author(s): Nico and Julia |