Line 3: | Line 3: | ||
<head> | <head> | ||
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Fudan_China/CSS/Main?action=raw&ctype=text/css" /> | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Fudan_China/CSS/Main?action=raw&ctype=text/css" /> | ||
− | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Fudan_China/CSS/ | + | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:Fudan_China/CSS/footer?action=raw&ctype=text/css" /> |
</head> | </head> | ||
<div id="head"> | <div id="head"> | ||
Line 63: | Line 63: | ||
+ | </div> | ||
+ | <div id="footer" style="top:800px;"> | ||
+ | <div id="acknowledgement"> | ||
+ | <svg width="150" height="300" style="position: absolute;top:0;left:0;" xmlns="http://www.w3.org/2000/svg"> | ||
+ | <path d="M 35 35 L 115 265" stroke="white" stroke-width="4" fill="none"/> | ||
+ | </svg> | ||
+ | <div class="ackImg" style="position:absolute;top:0;left: 0;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/2/25/T--Fudan_China--Fudan_icon.jpg" style="width: 100%"> | ||
+ | </div> | ||
+ | <div class="ackImg" style="position:absolute;top:110px;left: 40px;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/2/26/T--Fudan_China--SchoolOfLifeScience_icon.jpeg" style="width: 100%"> | ||
+ | </div> | ||
+ | <div class="ackImg" style="position:absolute;top:220px;left: 80px;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/9/97/T--Fudan_China--YunFeng_icon.jpeg" style="width: 100%"> | ||
+ | </div> | ||
+ | <div style="position:absolute;left: 100px;">复旦大学<br>Fudan University</div> | ||
+ | <div style="position:absolute;top:110px;left: 140px;">复旦大学生命科学学院<br>School of Life Science, Fudan University</div> | ||
+ | <div style="position:absolute;top:220px;left: 180px;">云锋基金<br>Yunfeng Capital</div> | ||
+ | </div> | ||
+ | <div id="contact"> | ||
+ | <h2>Contact us</h2> | ||
+ | E-mail: igem@fudan.edu.cn<br> | ||
+ | WeChat:<br> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/3/32/T--Fudan_China--WeChat.jpeg" style="width: 150px;"> | ||
+ | </div> | ||
</div> | </div> | ||
<script type="text/javascript" src="https://2017.igem.org/Template:Fudan_China/JS/head?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2017.igem.org/Template:Fudan_China/JS/head?action=raw&ctype=text/javascript"></script> | ||
</html> | </html> | ||
− |
Revision as of 07:00, 31 October 2017
Multi-signal system
The origin model of DNA recombination by integrase
Although the models above can describe the whole process of our system in general, the experimental data still do not perform so well as our expectation because all the promoters are leaked.
According to this case, we come up with an assumption that the diffusion of the repressor results in the lower concentration around the promoter than the one in center of the gene site where the repressor protein produced. Therefore, the lower concentration of repressor causes the high probability of separation between the repressor and promoter. That explained why the promoters were leaked seriously.
In order to describe the change of the concentration with the distance in cell, we set up a diffusion model.
Firstly, we use Fick’s first law to define the dynamic process:
The gradient of the concentration is not always constant, so we use Fick’s second law to describe the non-equilibrium state.
Expanding to three dimension, the formula becomes:
We made following assumptions to simplify the formula:
a. The diffusivity D does not change with the position.
b. The diffusion is spherically symmetric.
Then we can get the simplified formula:
In an E.coli cell, we suppose that the repressor is produced from a point without volume, which we call it point source. And as we state in chapter III, the protein producing rate will reach a balance with the dilution and degradation rate. In addition, there is a Neumann boundary we should consider, the cytomembrane, which restricts the sphere of the diffusion.
So we can get following differential equations to describe the process
Finally, we simulated those fuctions and get the steady concentration distribution:
The average distance can be estimated from the copy number of the plasmids. We are not able to discuss the interaction between those plasmids but the results of the diffusion model for only one point-source have already verify the conjecture and provide substantial help to our experiment.