Team:Groningen/Brainstorm/Modelling
From 2009.igem.org
(→Interactive Graphs?: Some questions.) |
m (→Literature: Linked to full literature list (no subdivision to shorten links)) |
||
Line 147: | Line 147: | ||
==Literature== | ==Literature== | ||
- | See our [[Team:Groningen/Literature | + | 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). |
Revision as of 14:14, 1 May 2009
[http://2009.igem.org/Team:Groningen http://2009.igem.org/wiki/images/f/f1/Igemhomelogo.png]
|
---|
Software tools from previous years
- RNA folding (secondary structure)
- Alberta 2008, using [http://rna.urmc.rochester.edu/rnastructure.html RNAstructure] and UNAFold (with a front-end), they used both programs (presumably to get an idea of the certainty)
- Molecular/genetic Circuit (?), (small) systems of (non-linear) ODEs
- Bologna 2008, using Simulink (Mathworks)
- ETH Zurich 2008, using the SimBiology toolbox in Matlab
- IHKU 2008
- (?)Istanbul 2008, using the SimBiology toolbox
- LCG-UNAM-Mexico 2008, using the SimBiology toolbox
- 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)
- Purdue 2008, using Excel and Mathcad
- TU Delft 2008, using CellDesigner and the [http://www.sys-bio.org/ Synthetic Biology Workbench] for Matlab
- Edinburgh 2008, using [http://www.copasi.org/tiki-index.php COPASI]
- Freiburg 2008, using Matlab
- Johns Hopkins 2008, using Matlab (for population dynamics of yeast)
- Michigan 2008, using Mathematica
- Pavia 2008, using Matlab and Simulink
- Ottawa 2008, using Matlab
- Washington 2008, using Mathematica
- Tsinghua 2008, using Matlab
- BCCS-Bristol 2008, Matlab
- Groningen 2008!, using Matlab and some custom tools to construct the models
- KULeuven, using Matlab and Celldesigner, site done very decently
- Montreal, using Mathematica
- Paris 2008, using BIOCHAM
- UCSF, using Matlab, Klaas Bernd: perhaps for growth stages?
- Cambridge, using an unspecified tool
- Imperial College Londen, using Matlab
- Peking, using SimBiology
- Cell processes
- Calgary 2008, using their own tool (transcription and translation)
- Waterloo 2008, using [http://theileria.ccb.sickkids.ca/CellSim/overview.php Cell++]
- Static genome analysis (?)
- ETH Zurich 2008, using their own tool
- Genome Scale Model (whole cell response)
- ETH Zurich 2008, using the [http://gcrg.ucsd.edu/Downloads/Cobra_Toolbox Cobra Toolbox] for Matlab
- ?Wisconsin 2008, using GAMS
- Chemostat simulation
- ETH Zurich 2008, using their genome scale model data
- Cell movement
- IHKU 2008, as random walks
- Lethbridge 2008, using [http://www.pdn.cam.ac.uk/groups/comp-cell/BCT.html BCT] (a tool to model the chemotaxis pathway of E. Coli?)
- Tsinghua 2008, using their own code?
- Group behaviour
- BCCS-Bristol 2008, movement of groups of cells, using a home-grown Java tool
- Groningen 2008!, spatial interaction
- Heidelberg, two population distributions and some substance concentrations using custom Matlab code
- Montreal, interaction in Repressilator network, using Mathematica
- Cambridge, quorum sensing
- Imperial College Londen, growth curve and motility, using Matlab
- Mutation
Other potentially interesting software tools:
- UC Berkeley's Clotho
- [http://sbml.org/ SBML], a standard to define models.
- 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 Google technology, but it looks like [http://www.dojotoolkit.org/ the Dojo Toolkit] has more advanced charting capabilities at this moment (although I don't know how well they're supported in different browsers).
Questions that would have to be resolved include:
- How can we make this easy to use?
- 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.
- ???
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.