Team:Groningen/Brainstorm/Modelling

From 2009.igem.org

(Difference between revisions)
m (Template header.)
(Some small updates.)
 
(28 intermediate revisions not shown)
Line 9: Line 9:
*Molecular/genetic Circuit (?), (small) systems of (non-linear) ODEs
*Molecular/genetic Circuit (?), (small) systems of (non-linear) ODEs
**[https://2008.igem.org/Team:Bologna/Modeling Bologna 2008], using Simulink (Mathworks)
**[https://2008.igem.org/Team:Bologna/Modeling Bologna 2008], using Simulink (Mathworks)
-
**[https://2008.igem.org/Team:ETH_Zurich/Modeling/Switch_Circuit ETH Zurich 2008], using the Symbiology toolbox in Matlab
+
**[https://2008.igem.org/Team:ETH_Zurich/Modeling/Switch_Circuit ETH Zurich 2008], using the SimBiology toolbox in Matlab
**[https://2008.igem.org/Team:iHKU/modeling IHKU 2008]
**[https://2008.igem.org/Team:iHKU/modeling IHKU 2008]
-
**(?)[https://2008.igem.org/Team:Istanbul/Modeling Istanbul 2008], using the Symbiology toolbox
+
**(?)[https://2008.igem.org/Team:Istanbul/Modeling Istanbul 2008], using the SimBiology toolbox
-
**[https://2008.igem.org/Team:LCG-UNAM-Mexico/Modeling LCG-UNAM-Mexico 2008], using the Symbiology toolbox
+
**[https://2008.igem.org/Team:LCG-UNAM-Mexico/Modeling LCG-UNAM-Mexico 2008], using the SimBiology toolbox
**[https://2008.igem.org/Team:NTU-Singapore/Modelling/Deterministic_Modeling NTU Singapore 2008], using Simulink, [http://www.sbtoolbox2.org/main.php Systems Biology Toolbox 2] (sensitivity analysis) and [http://www.cellware.org/index.html CellWare] (stochastic analysis)
**[https://2008.igem.org/Team:NTU-Singapore/Modelling/Deterministic_Modeling NTU Singapore 2008], using Simulink, [http://www.sbtoolbox2.org/main.php Systems Biology Toolbox 2] (sensitivity analysis) and [http://www.cellware.org/index.html CellWare] (stochastic analysis)
**[https://2008.igem.org/Team:Purdue/Modeling Purdue 2008], using Excel and Mathcad
**[https://2008.igem.org/Team:Purdue/Modeling Purdue 2008], using Excel and Mathcad
Line 32: Line 32:
**[https://2008.igem.org/Team:Cambridge/Modelling Cambridge], using an unspecified tool
**[https://2008.igem.org/Team:Cambridge/Modelling Cambridge], using an unspecified tool
**[https://2008.igem.org/Team:Imperial_College/Dry_Lab Imperial College Londen], using Matlab
**[https://2008.igem.org/Team:Imperial_College/Dry_Lab Imperial College Londen], using Matlab
-
**[https://2008.igem.org/Team:Peking_University/Modeling Peking], using Symbiology
+
**[https://2008.igem.org/Team:Peking_University/Modeling Peking], using SimBiology
*Cell processes
*Cell processes
**[https://2008.igem.org/Modeling Calgary 2008], using their own tool (transcription and translation)
**[https://2008.igem.org/Modeling Calgary 2008], using their own tool (transcription and translation)
Line 59: Line 59:
Other potentially interesting software tools:
Other potentially interesting software tools:
*[https://2008.igem.org/Team:UC_Berkeley_Tools UC Berkeley's Clotho]
*[https://2008.igem.org/Team:UC_Berkeley_Tools UC Berkeley's Clotho]
-
*SBML? (language to specify models)
+
*[http://sbml.org/ SBML], a standard to define models.
*[https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX KU Leuven's Simbiology2LaTeX]
*[https://2008.igem.org/Team:KULeuven/Software/Simbiology2LaTeX KU Leuven's Simbiology2LaTeX]
 +
 +
==Interactive Graphs?==
 +
It might be interesting to use JavaScript to present simulation results. This would allow for some degree of interaction (like resizing graphs, linked views, etc.) and may even make it somewhat easier to use graphs, we'd simply have some on-line repository of simulation results (a spreadsheet for example) and we could select which graphs to use on the Wiki.
 +
 +
Below an example of a JavaScript generated graph is shown, based on [http://spreadsheets.google.com/pub?key=rRnyFyi-bgqsjT3SdJBdKKw this spreadsheet]. Note that the two views of the data are linked (although at this time both the kind of graph and the link is not optimal) and that it would be possible to create templates for creating these linked graphs. The current demo is based on [http://www.dojotoolkit.org/ the Dojo Toolkit] as it has more advanced charting capabilities at this moment than Google visualization (and it seems to be supported well in different browsers).
 +
 +
{{GraphHeader}}
 +
 +
{{graph|Team:Groningen/Graphs/Test}}
 +
{{graph|Team:Groningen/Graphs/Test2}}
 +
 +
Questions that would have to be resolved include:
 +
 +
* How can we make this easy to use?
 +
** The graphs can now be defined using a more or less normal Wiki page and allow the use of templates.
 +
* What kinds of plots do we need?
 +
* How flexible do we need it to be? (Layout-wise.)
 +
* Can we make it that flexible? (And still easy to use.)
 +
<!--* Do we want to keep referring to parts of a spreadsheet or do we want to be able to select parts by the parameters used?-->
 +
* Can we create a relatively easy way to let the viewer select different data for exploratory purposes? We will likely run more simulations than you would normally graph.
 +
* How to support axis titles?
 +
** Currently done using some custom code (created by someone else and submitted to Dojo's bug tracker).
 +
* ???
 +
 +
Taking this idea (much) further it would even be possible to run simulations using JavaScript (and charting the results), based on SBML models. However, this would involve much, much more effort than just showing a few interactive plots.
 +
 +
::Note that we did implement simulations in JavaScript, but based on a function that return the time-derivatives given the current state. In principle this is surprisingly fast (in some cases graphing was the bottle-neck, leading us to subsample the simulated time series for graphing purposes) and it should be relatively easy to adapt to other models. Note that we only used a very simple integration scheme though (so if your model requires a more advanced integration scheme you'll have to program it yourself).
 +
 +
=={{anchor|ModellingAGeneticCircuit}}Modelling a Genetic Circuit - TODO==
 +
To model a genetic circuit the following must be done (TODO: more detail):
 +
* Determine which genes are involved and how they are regulated???
 +
* Model gene transcription? (How?) Try to avoid this, try going directly to protein.
 +
* Model gene translation? (How?) Try to avoid this, try going directly to protein.
 +
* Model degradation? (How?)
 +
* Model interaction of relevant substances. This requires reaction formulas for all the substances with (known) reaction rates, as well as information on how the substance diffuses (unless it is assumed the model is "well-mixed").
 +
* Link to the world outside the cell and macroscopic effects, like cell density. Note the medium is usually well-known.
 +
* Create a kind of mind map of the processes involved to show how the model could be refined.
 +
* Formulate what aspects of the modelling results are essential. So, for example that some concentration rises as a result of the presence of a substance, or that the bacteria actually float. (Can we use mathematical topology as a criterium?)
 +
 +
This can be done using one of the following methods:
 +
* One [[Team:Groningen/Glossary#ODE|ordinary differential equation]] per substance involved, reflecting the different reaction formulas and rates.
 +
* If the spatial distribution of substances needs to be taken into account [[Team:Groningen/Glossary#PDE|partial differential equations]] can be used. This is probably not necessary when talking about large numbers of bacteria.
 +
* [[Team:Groningen/Glossary#SSA|Stochastic modelling]] can be used if needed (if we deal with very low concentrations for example).
 +
 +
Questions:
 +
* What exactly is the role of a kinetic law in modelling a reaction?
 +
** A kinetic law is usually a generic equation describing the rate of a certain class of reactions in terms of the reactant concentrations and some constants. (For example the [[Team:Groningen/Glossary#MichaelisMenten|Michaelis-Menten equation]].)
 +
 +
==Purpose of Modelling==
 +
* Descriptive, it can help describe the system.
 +
* As verification of the design.
 +
* Predictive, it can help predict results to aid in selecting physical parameters. (How many copies of a gene? What concentrations? etc.)
 +
* As tool in designing tests. What tests will give the best discrimination, etc.
==Literature==
==Literature==
-
See our [[Team:Groningen/Literature/Modelling|literature list]]. For our team members that are looking for books on the subject, have a look under code [http://opc.ub.rug.nl/DB=1/SET=2/TTL=1/CLK?IKT=8110&TRM=605B 605B] (Bernoulliborg library, lower floor), as well as 605C/D/E (A and Z also exist but seem to be less interesting) and 610A (and possibly 625, 715).
+
See our [[Team:Groningen/Literature|literature list]] for a full overview of all literature. For our team members that are looking for books on the subject, have a look under code [http://opc.ub.rug.nl/DB=1/SET=2/TTL=1/CLK?IKT=8110&TRM=605B 605B] (Bernoulliborg library, lower floor), as well as 605C/D/E (A and Z also exist but seem to be less interesting) and 610A (and possibly 625, 715).
 +
{{Team:Groningen/Footer}}

Latest revision as of 17:06, 14 February 2010

Igemhomelogo.png


Software tools from previous years

Other potentially interesting software tools:

Interactive Graphs?

It might be interesting to use JavaScript to present simulation results. This would allow for some degree of interaction (like resizing graphs, linked views, etc.) and may even make it somewhat easier to use graphs, we'd simply have some on-line repository of simulation results (a spreadsheet for example) and we could select which graphs to use on the Wiki.

Below an example of a JavaScript generated graph is shown, based on this spreadsheet. Note that the two views of the data are linked (although at this time both the kind of graph and the link is not optimal) and that it would be possible to create templates for creating these linked graphs. The current demo is based on the Dojo Toolkit as it has more advanced charting capabilities at this moment than Google visualization (and it seems to be supported well in different browsers).

Loading graph...
Loading graph...

Questions that would have to be resolved include:

  • How can we make this easy to use?
    • The graphs can now be defined using a more or less normal Wiki page and allow the use of templates.
  • What kinds of plots do we need?
  • How flexible do we need it to be? (Layout-wise.)
  • Can we make it that flexible? (And still easy to use.)
  • Can we create a relatively easy way to let the viewer select different data for exploratory purposes? We will likely run more simulations than you would normally graph.
  • How to support axis titles?
    • Currently done using some custom code (created by someone else and submitted to Dojo's bug tracker).
  •  ???

Taking this idea (much) further it would even be possible to run simulations using JavaScript (and charting the results), based on SBML models. However, this would involve much, much more effort than just showing a few interactive plots.

Note that we did implement simulations in JavaScript, but based on a function that return the time-derivatives given the current state. In principle this is surprisingly fast (in some cases graphing was the bottle-neck, leading us to subsample the simulated time series for graphing purposes) and it should be relatively easy to adapt to other models. Note that we only used a very simple integration scheme though (so if your model requires a more advanced integration scheme you'll have to program it yourself).

Modelling a Genetic Circuit - TODO

To model a genetic circuit the following must be done (TODO: more detail):

  • Determine which genes are involved and how they are regulated???
  • Model gene transcription? (How?) Try to avoid this, try going directly to protein.
  • Model gene translation? (How?) Try to avoid this, try going directly to protein.
  • Model degradation? (How?)
  • Model interaction of relevant substances. This requires reaction formulas for all the substances with (known) reaction rates, as well as information on how the substance diffuses (unless it is assumed the model is "well-mixed").
  • Link to the world outside the cell and macroscopic effects, like cell density. Note the medium is usually well-known.
  • Create a kind of mind map of the processes involved to show how the model could be refined.
  • Formulate what aspects of the modelling results are essential. So, for example that some concentration rises as a result of the presence of a substance, or that the bacteria actually float. (Can we use mathematical topology as a criterium?)

This can be done using one of the following methods:

  • One ordinary differential equation per substance involved, reflecting the different reaction formulas and rates.
  • If the spatial distribution of substances needs to be taken into account partial differential equations can be used. This is probably not necessary when talking about large numbers of bacteria.
  • Stochastic modelling can be used if needed (if we deal with very low concentrations for example).

Questions:

  • What exactly is the role of a kinetic law in modelling a reaction?
    • A kinetic law is usually a generic equation describing the rate of a certain class of reactions in terms of the reactant concentrations and some constants. (For example the Michaelis-Menten equation.)

Purpose of Modelling

  • Descriptive, it can help describe the system.
  • As verification of the design.
  • Predictive, it can help predict results to aid in selecting physical parameters. (How many copies of a gene? What concentrations? etc.)
  • As tool in designing tests. What tests will give the best discrimination, etc.

Literature

See our literature list for a full overview of all literature. For our team members that are looking for books on the subject, have a look under code 605B (Bernoulliborg library, lower floor), as well as 605C/D/E (A and Z also exist but seem to be less interesting) and 610A (and possibly 625, 715).