Team:BCCS-Bristol/Modelling

From 2010.igem.org

(Difference between revisions)
Line 3: Line 3:
==Modelling Strategy==
==Modelling Strategy==
-
Modelling has an important role in synthetic biology. Being able to predict how a novel gene
+
Modelling has a key role in synthetic biology. Synthetic biologists use mathematical models to predict how new genetic networks will act, which is crucial when designing a BioBrick construct. It is also important to be able to predict how groups of bacteria will interact with one another and their environment. The primary function of our modelling team is to use computational simulations to assist and inform the work of our biologists.
-
regulatory network (GRN) will behave is crucial. Before one commits the time and resources to
+
-
actually constructing such a network out of BioBricks (or other pieces of genetic material) it is
+
-
important to know if it is stable, if the time-scales that it operates on are relevant and if it will
+
-
produce the responses that one is looking for. Many approaches exist to model GRNs, the most
+
-
popular being coupled ordinary differential equations (ODEs), stochastic networks and graphical
+
-
models.
+
-
For the levels of expression considered in this project the coupled ODE approach is the most
 
-
valid, since it assumes that quantities of repressors, promoters, proteins etc. are high enough to be represented as being well mixed and continuous. This aspect of modelling is already well implemented
 
-
in our BSim modelling software, the aspect that we improved upon in this years release is the
 
-
geometric aspect of the modelling.
 
-
===Modelling aims===
+
==[[Team:BCCS-Bristol/Modelling/BSIM|BSim Modelling Framework]] ==
-
The primary function of our modelling team is to use computational simulations to assist and inform the work of our biologists.
+
-
Currently, we plan to achieve this by working on these areas:
+
-
* GRN models
+
-
** Simple GRN model (Nitrate Detector → GFP)
+
-
** Composite GRN (Detect several nutrients → Respond with a combination of signals)
+
-
* Behaviour of Capsules compared to direct application to soil (spray)
+
-
** Nitrate Diffusion into capsules and cells
+
-
*** '''Modify BSim to allow for irregular boundaries:''' ''Currently, BSim divides space into discrete cubic blocks. This makes defining curved or spherical boundaries difficult. We are working on an algorithm to approximate curved surfaces in a cubic environment.''
+
-
** Analyse data from microscope experiments
+
-
*** '''Quorum Sensing to amplify signal:''' ''The outermost bacteria in a capsule may be able to detect nitrates much more effectively than those buried deep within the capsule. If the outer bacteria signalled that they detect nitrates, the inner bacteria could detect this and express GFP. This would effectively amplify GFP expression in the capsule.''
+
-
*** '''Multiple populations & sensitivity:''' ''By using populations of different sensitivities, we can use the total GFP expression as a more accurate measure of the concentration of nitrates in the soil.''
+
-
*** '''Constant expression of RFP, detect ratio of GFP to RFP:''' ''If our bacteria express one colour constantly, and express another colour in response to nitrate detection, the ratio of the two colours can be used to quantify the level of nitrate detection.''
+
-
==Current activity==
+
[[Image:Bsim2010logo.png|center|200px|BSIm logo]]
-
We have been working on these areas in the last few weeks:
+
-
* Implementing boundaries and chemical fields in BSim
+
-
* GUI
+
-
* Collaborations
+
-
===BSim GUI===
+
BSim is BCCS Bristol's award winning modelling package. It is an agent-based modelling framework written in Java. BSim's agents operate on the level of individual bacteria, vesicles and particles. The internal state of bacteria can be modelled with ODE's which are solved numerically by BSim. We hope that BSim can be used as a 'virtual microscope', a tool that all biologists can use to investigate almost any microbiological system, from the level of GRN's to multicelluar interaction to environmental interaction.  
-
BSim is currently an excellent modelling tool, but not widely used. By giving it a Graphical User Interface (GUI), we can make it more accessible to the wider synthetic biology community, who may lack JAVA knowledge. To help test and improve our GUI, we will make it available to several other IGEM teams. This will also constitute a modelling collaboration, which is a sufficient criterion for a gold medal.
+
 
 +
 
 +
==[[Team:BCCS-Bristol/Modelling/GRN|Modelling the GRN]]==
 +
 
 +
 
 +
[[Image:Grnicon.png|center|200px|GRN]]
 +
 
 +
Being able to predict how a novel gene regulatory network (GRN) will behave is crucial. Before one commits the time and resources to actually constructing such a network out of BioBricks (or other pieces of genetic material) it is important to know if it is stable, if the time-scales that it operates on are relevant and if it will produce the responses that one is looking for. Many approaches exist to model GRNs, the most popular being coupled ordinary differential equations (ODEs), stochastic networks and graphical models. For the levels of expression considered in this project the coupled ODE approach is the most valid, since it assumes that quantities of repressors, promoters, proteins etc. are high enough to be represented as being well mixed and continuous.

Revision as of 12:41, 27 October 2010

Modelling Strategy

Modelling has a key role in synthetic biology. Synthetic biologists use mathematical models to predict how new genetic networks will act, which is crucial when designing a BioBrick construct. It is also important to be able to predict how groups of bacteria will interact with one another and their environment. The primary function of our modelling team is to use computational simulations to assist and inform the work of our biologists.


BSim Modelling Framework

BSIm logo

BSim is BCCS Bristol's award winning modelling package. It is an agent-based modelling framework written in Java. BSim's agents operate on the level of individual bacteria, vesicles and particles. The internal state of bacteria can be modelled with ODE's which are solved numerically by BSim. We hope that BSim can be used as a 'virtual microscope', a tool that all biologists can use to investigate almost any microbiological system, from the level of GRN's to multicelluar interaction to environmental interaction.


Modelling the GRN

GRN

Being able to predict how a novel gene regulatory network (GRN) will behave is crucial. Before one commits the time and resources to actually constructing such a network out of BioBricks (or other pieces of genetic material) it is important to know if it is stable, if the time-scales that it operates on are relevant and if it will produce the responses that one is looking for. Many approaches exist to model GRNs, the most popular being coupled ordinary differential equations (ODEs), stochastic networks and graphical models. For the levels of expression considered in this project the coupled ODE approach is the most valid, since it assumes that quantities of repressors, promoters, proteins etc. are high enough to be represented as being well mixed and continuous.