Difference between revisions of "Team:UFMG Brazil/Modeling"

(Prototype team page)
 
Line 1: Line 1:
{{UFMG_Brazil}}
+
{{UFMG_Brazil/contenthead}}
 
<html>
 
<html>
  
<h2> Modeling</h2>
+
<h3>Modeling</h3>
  
 +
<h4>Overview</h4>
 +
<p>Modeling is a powerful tool in Synthetic Biology and Engineering. In the LeishMANIA project, it has provided us with an important engineering approach to predict the Leishmania phagocytosis by macrophages, the subsequent interferon beta synthesis and the treatment efficacy. Thus, it helped us with modifying and testing our project design.<br/><br/>
 +
In order to check if our IFN-β delivery system would be effective, we have developed a scheme that represents in a simplified way its operation (Figure 1). After that, we searched for equations that represented the change amount of <i>Leishmania</i> cells, immune cells (monocytes and tissue macrophages) and  the amount of interferon beta synthesized and distributed. <br/><br/></p>
  
<div class="highlightBox">
+
<img class="centered-image" src="https://static.igem.org/mediawiki/2015/d/d9/Modelling-01.png"/>
<h4>Note</h4>
+
<h5><b>Figure 1</b> - Simplified scheme representing our system. (1) Skin macrophage kinetics during inflammation. (2) Tissue monocytes transformation in inflammatory tissue macrophages (ITM). (3) The ratio of promastigotes Leishmania cells (pL) successfully phagocytosed by macrophages and transformed in amastigotes (aL). (4)  IFN-β mass of produced by the Anti Inflammatory Tissue Macrophages (ATM) hosting Leishmania amastigotes. (5) Number of ITM that will be converted to ATM considering the IFN-β mass and (6) IFN-β clearance. </h5><br><br>
<p>In order to be considered for the <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes">Best Model award</a>, you must fill out this page.</p>
+
</div>
+
  
 +
<h4>MATHEMATICAL MODELING</h4>
  
<p>Mathematical models and computer simulations provide a great way to describe the function and operation of BioBrick Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior in conjunction with experiments in the wetlab.</p>
+
<p>Based on a literature search, we tried to define the best parameters for our mathematical modeling. Then we wrote a Perl script that simulates the transfection using our Leishmania chassis for 144 hours in a 250 g male Swiss mouse. The parameters used, as well as a brief explanation for how they were defined,  are detailed below:</p><br/><br/>
  
<p>
+
<p>Phagocytosis rate: 80% - For the optimal ratio of ten Leishmania per macrophage, the literature suggest that 80% of the parasites are successful in the macrophages infection (Chang & Dwyer, 1978);<br/><br/>
Here are a few examples from previous teams:
+
Macrophages Half-life: 20 hours - Literature sources indicates that the LY6ChiCCR2+ CD62L+CX3CR1mid  macrophage subpopulation (which is our subpopulation of interest) has a half-life of 20 hours (Ginhoux, F. e Jung S., 2014);<br/><br/>
 +
Leishmania Half-life: 108 hours. This value was optimized using the data found on the literature (Chang, K.-P.; Dwyer, D. M., 1978), nevertheless we still need a nexperimental verification;<br/><br/>
 +
Monocyte migration kinetics (6.2 x 104 cells for each joint tissue cm2) versus time (hours):<br/><br/></p>
 +
<p style="text-align:center;"><b>f(x) = 1999.26 . x3,55</b><br/><br/></p>
 +
<p>Developed by us using the literature data (Furth et al., 1985), it represents the acute inflammatory state kinetics, but when considering that our approach is used in a chronic inflammatory state, the only the constant rate used is approximately of 1999 monocytes;<br/><br/>
 +
Leishmania ratio for each macrophage cell:<br/><br/></p>
 +
<p style="text-align:center;"><b>f(x) = ln (x) * 126.92 + 401.65</b><br/><br/></p>
 +
<p>The Leishmania infectivity, its half-life and consequently IFN-β synthesis depend on their proportion on each host cell. We have improved this function using some literature data (Dortay & Mueller, 2010), where x represents the average time in hours that a wild Leishmania population culture leads to begin to decline in number of individuals. In our program, the x value  was set to 360 hours (15 days).  After these 360 hours, this numerical ratio stability is lost, but our work is safeguarded of this problem since our modified Leishmania chassis cannot reproduce and has a half-life of 108 hours;<br/><br/>
 +
IFN-β rate synthesis : 4.63 X 10-11 ㎍ / leishmania . hour (Dortay, H. e Mueller, B. –R, 2010);<br/><br/>
 +
IFN-β clearance in mice: 0.457ml/min for each 20 g mouse (Abraham, et al. 2010; Castello Branco et al., 2011);<br/><br/>
 +
Mouse joints total area: 0.998 mm2 – 1.368mm2 (Shi, J. et al. 2014);<br/><br/>
 +
<h4>SOLUTION</h4>
 +
<p>We simulated the time of survival of amastigotes from L. donovani Cen -/-  (Figure 1) and the production of IFN-beta (Figure 2) after injection of three different quantity of promastigotes. Regardless of promastigote inoculum, we predicted that the Cen -/- amastigotes could be survive and produce recombinant proteins up to 22 days. Furthermore, the production of IFN-beta increases in the same proportion that the number of promastigote injected. Only concentration of 1.5 and 2.8 x 108 parasite reached the therapeutic levels of 10 ug described in the literature (Tak, 2004; Cor et. al, 2009). However, the number of induced anti-inflammatory macrophages by IFN-beta is constant probably due to saturation of receptor and/or total number of macrophage in the inflammatory site (Figure 3). Since the concentration of 1.5 x 108 was the minimal quantity of IFN-beta that reached therapeutic levels and induced the optimized number of anti-inflammatory macrophages, it should be tested in wet lab experiments.
 
</p>
 
</p>
<ul>
 
<li><a href="https://2014.igem.org/Team:ETH_Zurich/modeling/overview">ETH Zurich 2014</a></li>
 
<li><a href="https://2014.igem.org/Team:Waterloo/Math_Book">Waterloo 2014</a></li>
 
</ul>
 
 
 
</div>
 
  
 
</html>
 
</html>
 +
{{UFMG_Brazil/contentbottom}}

Revision as of 15:03, 17 September 2015




Project

Overview

Problem and
Solution

Chassis

Devices and
kill switch

Lab Work

Safety

Notebook

Protocols

Results

Modeling

Practices

Overview

Integrated Human
Practices

Public
Engagement

Synenergene

Overview

Application
Scenarios

Techno-moral

Team

Our Team

Attributions

Collaborations

Sponsors




Modeling

Overview

Modeling is a powerful tool in Synthetic Biology and Engineering. In the LeishMANIA project, it has provided us with an important engineering approach to predict the Leishmania phagocytosis by macrophages, the subsequent interferon beta synthesis and the treatment efficacy. Thus, it helped us with modifying and testing our project design.

In order to check if our IFN-β delivery system would be effective, we have developed a scheme that represents in a simplified way its operation (Figure 1). After that, we searched for equations that represented the change amount of Leishmania cells, immune cells (monocytes and tissue macrophages) and the amount of interferon beta synthesized and distributed.

Figure 1 - Simplified scheme representing our system. (1) Skin macrophage kinetics during inflammation. (2) Tissue monocytes transformation in inflammatory tissue macrophages (ITM). (3) The ratio of promastigotes Leishmania cells (pL) successfully phagocytosed by macrophages and transformed in amastigotes (aL). (4) IFN-β mass of produced by the Anti Inflammatory Tissue Macrophages (ATM) hosting Leishmania amastigotes. (5) Number of ITM that will be converted to ATM considering the IFN-β mass and (6) IFN-β clearance.


MATHEMATICAL MODELING

Based on a literature search, we tried to define the best parameters for our mathematical modeling. Then we wrote a Perl script that simulates the transfection using our Leishmania chassis for 144 hours in a 250 g male Swiss mouse. The parameters used, as well as a brief explanation for how they were defined, are detailed below:



Phagocytosis rate: 80% - For the optimal ratio of ten Leishmania per macrophage, the literature suggest that 80% of the parasites are successful in the macrophages infection (Chang & Dwyer, 1978);

Macrophages Half-life: 20 hours - Literature sources indicates that the LY6ChiCCR2+ CD62L+CX3CR1mid macrophage subpopulation (which is our subpopulation of interest) has a half-life of 20 hours (Ginhoux, F. e Jung S., 2014);

Leishmania Half-life: 108 hours. This value was optimized using the data found on the literature (Chang, K.-P.; Dwyer, D. M., 1978), nevertheless we still need a nexperimental verification;

Monocyte migration kinetics (6.2 x 104 cells for each joint tissue cm2) versus time (hours):

f(x) = 1999.26 . x3,55

Developed by us using the literature data (Furth et al., 1985), it represents the acute inflammatory state kinetics, but when considering that our approach is used in a chronic inflammatory state, the only the constant rate used is approximately of 1999 monocytes;

Leishmania ratio for each macrophage cell:

f(x) = ln (x) * 126.92 + 401.65

The Leishmania infectivity, its half-life and consequently IFN-β synthesis depend on their proportion on each host cell. We have improved this function using some literature data (Dortay & Mueller, 2010), where x represents the average time in hours that a wild Leishmania population culture leads to begin to decline in number of individuals. In our program, the x value was set to 360 hours (15 days). After these 360 hours, this numerical ratio stability is lost, but our work is safeguarded of this problem since our modified Leishmania chassis cannot reproduce and has a half-life of 108 hours;

IFN-β rate synthesis : 4.63 X 10-11 ㎍ / leishmania . hour (Dortay, H. e Mueller, B. –R, 2010);

IFN-β clearance in mice: 0.457ml/min for each 20 g mouse (Abraham, et al. 2010; Castello Branco et al., 2011);

Mouse joints total area: 0.998 mm2 – 1.368mm2 (Shi, J. et al. 2014);

SOLUTION

We simulated the time of survival of amastigotes from L. donovani Cen -/- (Figure 1) and the production of IFN-beta (Figure 2) after injection of three different quantity of promastigotes. Regardless of promastigote inoculum, we predicted that the Cen -/- amastigotes could be survive and produce recombinant proteins up to 22 days. Furthermore, the production of IFN-beta increases in the same proportion that the number of promastigote injected. Only concentration of 1.5 and 2.8 x 108 parasite reached the therapeutic levels of 10 ug described in the literature (Tak, 2004; Cor et. al, 2009). However, the number of induced anti-inflammatory macrophages by IFN-beta is constant probably due to saturation of receptor and/or total number of macrophage in the inflammatory site (Figure 3). Since the concentration of 1.5 x 108 was the minimal quantity of IFN-beta that reached therapeutic levels and induced the optimized number of anti-inflammatory macrophages, it should be tested in wet lab experiments.