Difference between revisions of "Team:Newcastle/Model"

Line 143: Line 143:
  
 
       <h3 style="font-family: Rubik; margin-top: 2%; margin-bottom: 2%">Background Information</h3>
 
       <h3 style="font-family: Rubik; margin-top: 2%; margin-bottom: 2%">Background Information</h3>
<p>
+
<p>(
Simbiotics is a novel 3D multicellular simulation tool developed by Jonny Naylor at Newcastle University [REF]. This tool uses stochastic agent-based modelling to simulation interactions between different cell types within a defined 3-dimensional space. Each cell type defined in the model can run its own deterministic SBML model, which gives each cell its own behaviour. The simbiotics tool can give certain molecules defined within the SBML models (e.g. quorum sensing molecules) the ability to pass through the cell membrane, diffuse across the defined space, and enter another cell type. This enables the simulation of communication between members of a multicellular community.<br />
+
Simbiotics is a novel 3D multicellular simulation tool developed by Jonny Naylor at Newcastle University (Naylor <i>et al.</i> 2017). This tool uses stochastic agent-based modelling to simulation interactions between different cell types within a defined 3-dimensional space. Each cell type defined in the model can run its own deterministic SBML model, which gives each cell its own behaviour. The simbiotics tool can give certain molecules defined within the SBML models (e.g. quorum sensing molecules) the ability to pass through the cell membrane, diffuse across the defined space, and enter another cell type. This enables the simulation of communication between members of a multicellular community.<br />
 
<br />
 
<br />
 
Simbiotics was an obvious choice for modelling the <a href="https://2017.igem.org/Team:Newcastle/Description">Sensynova development framework</a>, as it is a multicellular community with three defined cell types which communicate via quorum sensing molecules.
 
Simbiotics was an obvious choice for modelling the <a href="https://2017.igem.org/Team:Newcastle/Description">Sensynova development framework</a>, as it is a multicellular community with three defined cell types which communicate via quorum sensing molecules.
Line 153: Line 153:
  
 
<p>
 
<p>
A model for each cell type in the Sensynova framework (the detector, the processor, and the reporter) was initially made using SBML and COPASI [REF]. The code for the SBML models can be downloaded <a href="https://static.igem.org/mediawiki/2017/b/ba/T--Newcastle--BB_SBML_Framework_Models.zip">here</a>. <!-----The list of parameters used is detailed in Table 1.--->
+
A model for each cell type in the Sensynova framework (the detector, the processor, and the reporter) was initially made using SBML (Hucka <i>et al.</i>, 2003) and COPASI (Hoops <i>et al.</i>, 2006). The code for the SBML models can be downloaded <a href="https://static.igem.org/mediawiki/2017/b/ba/T--Newcastle--BB_SBML_Framework_Models.zip">here</a>. <!-----The list of parameters used is detailed in Table 1.--->
 
<br />
 
<br />
 
</p>
 
</p>
Line 392: Line 392:
 
</div>
 
</div>
 
</center>
 
</center>
 +
 +
 +
 +
 +
<h3 style="font-family: Rubik; margin-top: 2%; margin-bottom: 2%">References</h3>
 +
 +
<p>
 +
 +
Hoops, S., Sahle, S., Gauges, R., Lee, C., Pahle, J., Simus, N., Singhal, M., Xu, L., Mendes, P., Kummer, U., (2006),
 +
COPASI -- A COmplex PAthway SImulator, <i>Bioinformatics</i>, 22(24), pp 3067-3074<br />
 +
 +
Hucka, M., <i>et al.</i>, (2003), The Systems Biology Markup Language (SBML): A Medium for Representation and Exchange of Biochemical Network Models, <i>Bioinformatics</i>, 19(4), pp 524-531<br />
 +
 +
Naylor, J., Fellerman, H., Ding, Y., Mohammed, W.K., Jakubovics, N.S., Mukherjee, J., Biggs, C.A., Wright, P.C., Krasnogor, N., (2017), Simbiotics: A Multiscale Integrative Platform for 3D modeling of Bacterial Populations, <i>ACS Synth. Biol.</i>, 6(7), pp 1194-1210<br />
 +
 +
 +
</p>
 +
 +
 +
 +
 
</div>
 
</div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
  
  

Revision as of 14:29, 1 November 2017

spacefill

Our Models

For our project, we built three types of models. The first was an agent-based model which simulated our multicellular biosensor framework. This model gave insight into the optimal ratio of cell-types to have in the system. This information was used during experimental characterisation to optimise our system.

Our second model was a statistical, multifactorial Design of Experiments (DoE) approach towards optimising Cell-Free Protein Synthesis (CFPS) systems. This statistical model was used to generate an experimental design to gather data on the importance of certain supplements in CFPS systems, and then use the experimental data to optimise CFPS systems.

Our third model was an agent-based model designed to replicate the functions of a digital microfluidic chip and schedule the tasks for the device. The final piece of software controls agents which are the microfluidic droplets and moves them around the simulated chip according to predefined movement plans which can be read from either the program itself or custom external files. This provides a quicker, more inexpensive means of testing the chip than repeated real-world experiments.