Team:Groningen/Brainstorm/Modelling

From 2009.igem.org

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).