Team:UNOTT/Model

</DIV>



Modelling    

 

 

Overview

When developing Key. coli, we found it was important to mathematically model possible situations in order to investigate the effects of different situations that we might encounter throughout different stages of development as well as during implementation.

A major problem the project faced is that the comparison process of the fluorescence proteins wouldn't be possible to be investigated with all combinations as it would take too long.

To answer this problem, the team attempted to model the fluorescence spectra over time expressed by each different protein. First, the type of gene expression was identified and then, the model was refined to take into account gene inhibition (whether the gene is expressed or not) and finally, applied over time to see how much expression would occur at a certain time period. The team used mathematical modelling such as Ordinary Differential Equations because they were easy to convert into programming in order to build components for the simulation.

This information was used by the wet lab to assist them by informing them in what to expect. This was done through the use of programming to create visual graphs and simulations, as well as development of tools to allow for comparison between fluorescence levels without needing to actually create more synthetic organisms. One advantage of this was it allowed for data to be easily read and understood by the team, rather than reading a wall of numbers. Another advantage is that this is far quicker than creating these results in the lab.

One limitation of models the team found out that they were too high level to accurately predict and represent all the processes that would be undertaken during the random constructions of the fluorescent proteins. This is an issue because this means the models weren't perfect to describe the real life, which however, suggests, they could undergo more refining and improving.

Software was developed to compare the fluorescence levels of the key colony with the mother colony to check if there was a high enough degree of similarity. The mother colony is defined as the colony of bacteria that is securely kept within the facility and whose fluorescence acts as a verification for the key colony, which is defined as the bacteria which is taken from the mother colony and given to a person who own's a Key.Coli container.

As a side project, the team investigated into whether our method is random and unique by investigating how many combinations we could make and whether we could accurately predict which combination will occur.

Modelling Aims

The first aim is to assist the processes within the wet lab by informing them of what spectra they can expect through the use of simulations. This would be especially useful when predicting the required fluorescence

The second is to test our biological systems with conditions that might not be possible to replicate in a lab environment. This allows us to future proof our methods as well as identify any vulnerabilities further down the line as well as save time and money on testing these conditions, if we were to.

In order to achieve these aims, we decided on an end goal of writing a Simulation for measuring Fluorescence Intensity when given parameters such as protein concentrations and wavelengths of lasers.



Find out more about our modeling

The source code for these models can be accessed from our GitHub page

Software Aims

The main objective of software was to check between fluorescence levels during implementation of Key.Coli between the mother colony and the Key.Coli capsules.

In order to achieve this objective, the team decided to investigate into image comparison and raw data comparison with data from the fluorescence reader. These were programmed using data from the models and a threshold value was set using data from the wet lab to ensure not just any file being compared would get verified.

A strong emphasis was placed on effectiveness of the software and efficiency; we wanted the software to run on low end hardware but still be useful without compromises.



Find out more about our software

Our software can be downloaded from our GitHub page

Parameters

Inputs and Outputs

Parameter Unit
Protein Concentration ug / mol
mRNA Concentration ug / mol
Fluorescence RFU (Relative Fluorescence Unit)
Time Hours / Hrs

Rates of change

Parameter Unit
Protein Degradation Nanograms per microlitre per minute
mRNA Degradation Nanograms per microlitre per minute
Translation Number of protein molecules produced per mRNA molecule, per unit of time
Transcription Number of mRNA molecules produced per gene, per unit of time.