Difference between revisions of "Team:Freiburg/Results/Modeling"

Line 2: Line 2:
 
{{Freiburg/Menubar}}
 
{{Freiburg/Menubar}}
  
{{Freiburg/wiki_content_start}}
+
{{Team:Freiburg/wiki_content_start_bubble}}
 
<html>
 
<html>
 
<style>
 
<style>
Line 19: Line 19:
 
/*========= END: style for navigation bar ==========*/
 
/*========= END: style for navigation bar ==========*/
 
</style>
 
</style>
 +
 +
<script type="text/javascript">
 +
//===================BEGIN:Amazing Bubble Sidebar==========================
 +
 +
$(document).ready(function(){
 +
  // CHANGE THE FOLLOWING ATTRIBUTES //
 +
  var href_text1='https://2015.igem.org/Team:Freiburg/Results',
 +
  // Text2 needs no href as it is the actual page //
 +
  img_url='https://static.igem.org/mediawiki/2015/1/1e/Freiburg_icon_results_white_03.png',
 +
  href_text3='https://2015.igem.org/Team:Freiburg/Parts',
 +
  // Text1 needs no text as it is a pic //
 +
  text2='Modeling';
 +
  // Text3 needs no text as its always 'next' //
 +
  // HOLD ON CHANGING THINGS --JABBERWOCK  //
 +
 +
  $('#bubble1').attr('href',href_text1);
 +
  $('#bubble1_img').attr('src', img_url);
 +
  $('#bubble3').attr('href',href_text3);
 +
 +
  $('#bubble2').text(text2);
 +
});
 +
 +
//===================END:Amazing Bubble Sidebar==========================
 +
</script>
 +
 
<script type="text/x-mathjax-config">
 
<script type="text/x-mathjax-config">
 
   MathJax.Hub.Config({
 
   MathJax.Hub.Config({

Revision as of 23:05, 18 September 2015

""

Modeling

Note

Introduction

Nowadays, more and more information on biochemical networks is collected, and a lot is already known yet. Understanding biochemical networks is in general important for understanding signaling pathways within organisms, especially regarding medical health issues. Furthermore, it is needed for building new networks from scratch using synthetic biology.
However, the more components a network involves, the harder it gets to estimate how a complex network reacts to changes from both the inside and the outside. This is especially a problem, if entities change both in time and space. Experimentally studying all different components of a network for different possible conditions often is not only time-consumptive but also very expensive and and prove often to be impossible at the desired level.
Mathematical modeling of biological networks therefore is a powerful tool to support experimental research, predicting the behavior of networks both concerning time and space. These predictions can then be validated experimentally.

Two crucial biological processes within the DiaCHIP are cell-free expression and the diffusion of proteins to the specific chemical surface. Cell-free expression limits the DiaCHIP concerning amount and production rate . Protein diffusion limits the system regarding space thereby determining the maximum protein spot density one can still resolve. Therefore, we decided to model both cell-free expression and protein diffusion to predict the behavior of protein concentration in time and space.

With a model like this, it is possible to find the minimum time needed to get a sufficiently high concentration of protein for antibody detection. This reduces the time needed for diagnosis using the DiaCHIP. Furthermore, not only protein, but also other molecules' concentrations can be simulated. Therefore, bottlenecks within the biochemical system as well as limiting substrates can be predicted. Specifically increasing the concentration of such limiting substrates as well as substances involved in bottleneck processes may increase not only the overall protein yield but also speeds up synthesis.
Moreover, a cell-free expression model has huge potential for application on all systems dealing with protein expression in general. Although designed for cell-free systems, it represents the central dogma of biology and therefore mathematically describes a lot of processes involved in many biochemical networks.

Overview

Our System consists of the three biochemical and biophysical processes cell-free transcription, cell-free translation and diffusion of the protein to the chemical surface, as shown in figure 1. With our model we aim to simulate cell-free expression to predict the amount of protein synthesized during the course of time. We set up a system of ordinary differential equations (ODE System) based on the law of mass action, describing the kinetics of the single processes occurring during transcription and translation. Starting from a detailed description including XX different entities and XX different parameters, we defined additional assumptions to simplify our system to a total of ZZ entities and ZZ parameters. Kinetic constants and all other parameter values needed were researched in literature. If no values were found, appropriate values were suggested. As the final model can not be solved analytically, it was solved numerically using Mathematica. [REFERENCE]

Figure 1: Overview of the DIA-Chip as biochemical system.

Model Decription

1. Transcription

Transcription describes the processes of mRNA synthesis from the DNA template, the first part of the central dogma of biology, as shown in figure 2. Unspecific binding is also displayed here. The detailed system inherits XX different entities described by their corresponding ODEs and XX parameters. Using a set of XX assumptions, the system was simplified to XX entities and XX parameters.

Detailed System

Figure 2: Reactions and processes inherited in the biochemical network of transcription. Unspecific binding is displayed. The nomenclature of the single entities' and parameters' abbreviations shown is given in the section 'nomenclature'.

[UNDERLYING ASSUMPTION] - DONE
[NOMENCLATURE] [ODE SYSTEM] - DONE

Simplified System

[UNDERLYING ASSUMPTION] - DONE
[NOMENCLATURE]
[ODE SYSTEM] - DONE

2. Translation

Translation describes the processes of protein synthesis from the mRNA template, the second part of the central dogma of biology, as shown in figure 3. Unspecific binding is neither displayed in the figure not included into the mathematical description due to the sheer amount of entities and parameters inherited. The detailed system consists of XX different entities described by their corresponding ODEs and XX parameters. Using a set of XX assumptions, the system was simplified to XX entities and XX parameters.

Detailed System

[PICTURE] - DONE

Figure 3: Reactions and processes inherited in the biochemical network of translation. Unspecific binding is not displayed. The nomenclature of the single entities' and parameters' abbreviations shown is given in the section 'nomenclature'.

[UNDERLYING ASSUMPTION] - DONE
[NOMENCLATURE] [ODE SYSTEM] - DONE

Simplified System

[UNDERLYING ASSUMPTION] - DONE
[NOMENCLATURE] [ODE SYSTEM] - DONE

3. Diffusion

3.1 Introduction and Motivation

In the final step of cellfree expression proteins being produced are diffusing inside the microfluidic chamber. We modeled an ideal case to provide a tool for prediction of proteins diffusing from one side to the other:
On the PDMS slide spots of bound DNA produce proteins with steadily decreasing production rate. The product is distributed homogeneously on the spot and starts diffusing freely in the cell-free mix. Furthermore besides convection through gravitation any interaction is assumed to be negligibly small. The coated iRIf glass is expected to be an ideal sink; any proteins reaching the slide are bound and therefore do not contribute to diffusion anymore.

What knowledge did we want to gain by modeling?
- Time optimization: When is the most efficient time to stop the expression?
- Product optimization: How much of the totally produced proteins does bind to the surface?
- Spot distance optimization: How is the bound protein distributed on the glass slide?

In order to achieve this we constructed the following system.

3.2 Model System

Effective modeling depends on wisely chosen assumptions. Assume the following setup:
(PIC)

Illustrated above is a cross-section of the system around one spot (A1). Due to assumption A2 the number of geometrical degrees of freedom can be reduced to 2.

(PIC: parameters/mats)

Including movement due to gravitation the physical process is described by the diffusion convection equation:

(Formel: Diffgleichung)

It is an inhomogeneous parabolic partial differential equation (PDE). The diffusion constant κ depends on the media and materials involved in the system, the inhomogenity describes sources of the system. The velocity vector v is assumed to be the sedimentation velocity (A4) and therefore a constant. The initial and boundary conditions are the following:

(Formel: ICs and BCs)

The problem can be solved numerically by application of a "finite differences method". The complete space M is split up into squares. Each square inhibits a concentration value. In an iterative method the diffusion between neighbouring squares is calculated in small time steps. If the step size is chosen small enough and the grid fine enough the diffusion can be simulated. The algorithm is the following:

(PIC: Algorithmus)

In a simulation using python (v3.4.2, together with numpy and scipy) depending on time step size, square width, diffusion constant and spot width we could determine binding behaviour on the slide as function of time:

(Eingangsparameter, Graphik oder GIF...)

3.3 Numerical approach

Our approach used the Crank-Nicholson-method: A functions change in one time step is determined by the average of momentary and following time step of the right hand side of the PDE:
(For_07)
In case of convection and diffusion first and second derivations have to be determined. In (finite) differential form these can be approximated by
(For_06)
Proecting those onto our given problem the diffusion-convection equation parts are given by:
(For_10)
where we presupposed Δx=Δz. For the sake of convenience constance had been bundled together
(For_12)
which lead to a large system of equations of the form:
(For_12)
What can be seen is the chosen geometrical approach: Diffusion and convection are done only with direct grid neighbours (two vertical and two horizontal ones). Logically this holds true only for non-border grid points. For the borders boundary conditions have to be considered: We assumed the left and right edges of the box to be open, the upper (PDMS side) and lower side to be closed ones. This can be achieved by the following conditions:
(For_19)

3.4 Assumptions

A1: The spots are equally distributed and distance to the borders of the microfluidic chamber is at least one spot-to-spot distance.

A2: The spots are perfect circles and the binding site at the iRIf glass is homohegeneous -> Around one spot cylindrical symmetry is given.

A3: The area of produced proteins is as thick as the one of bound ones -> χ = ε

A4: Movement by virtue of gravitation is considered to already be in a stationary status (constant movement)