Wangxiaowei (Talk | contribs) |
|||
(21 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{NEU_China_A}} | {{NEU_China_A}} | ||
− | |||
<html> | <html> | ||
Line 60: | Line 59: | ||
#team { | #team { | ||
width: 120px !important; | width: 120px !important; | ||
+ | } | ||
+ | |||
+ | #parts { | ||
+ | width: 175px !important; | ||
+ | } | ||
+ | |||
+ | .homeheight { | ||
+ | height: calc(100vh - 80px); | ||
+ | } | ||
+ | |||
+ | .nextheight { | ||
+ | height: 250px; | ||
+ | } | ||
+ | |||
+ | .hold { | ||
+ | margin-top: -28px; | ||
+ | } | ||
+ | |||
+ | .center { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | ._center { | ||
+ | padding-left: 20px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | line-height: 30px; | ||
+ | font-family: Georgia; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
+ | h2 { | ||
+ | font-family: thin; | ||
+ | font-size: 60px; | ||
+ | color: #ffffff | ||
+ | } | ||
+ | |||
+ | |||
+ | .borderleft { | ||
+ | border-style: none none none solid; | ||
+ | border-color: #03a9f4; | ||
+ | border-width: 5px; | ||
+ | padding-left: 15px; | ||
+ | } | ||
+ | |||
+ | pre { | ||
+ | white-space: pre-wrap; | ||
+ | white-space: -moz-pre-wrap; | ||
+ | white-space: -pre-wrap; | ||
+ | white-space: -o-pre-wrap; | ||
+ | word-wrap: break-word; | ||
+ | } | ||
+ | |||
+ | .quote { | ||
+ | font-size: 15px; | ||
+ | color: #9e9e9e; | ||
+ | } | ||
+ | |||
+ | .tooltip { | ||
+ | font-size: 12px; | ||
+ | color: #000 | ||
+ | } | ||
+ | |||
+ | .tooltip strong { | ||
+ | font-weight: 700 | ||
} | } | ||
Line 66: | Line 132: | ||
height: 100%; | height: 100%; | ||
} | } | ||
+ | |||
+ | .blu{background-color:#c2e0e5 !important;box-shadow:0px 3px 1px #c2e0e5 !important} h2{font-size:100px;} | ||
</style> | </style> | ||
<header class="navbar-fixed"> | <header class="navbar-fixed"> | ||
− | + | <nav class="blu nav-extended" style="margin-top:0"> | |
− | + | <div class="nav-wrapper"> | |
− | + | <a href="#" class="brand-logo"></a> | |
+ | <a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a> | ||
+ | <ul class="right hide-on-med-and-down"> | ||
+ | <li> | ||
+ | <a data-target="project" class="dropdown-trigger" href="#!"> | ||
+ | Project<i style="margin-left: 0" class="material-icons right">arrow_drop_down</i> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-target="lab" class="dropdown-trigger" href="#!"> | ||
+ | Lab<i style="margin-left: 0" class="material-icons right">arrow_drop_down</i> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-target="parts" class="dropdown-trigger" href="#!"> | ||
+ | Parts<i style="margin-left: 0" class="material-icons right">arrow_drop_down</i> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-target="hp" class="dropdown-trigger" href="#!"> | ||
+ | HP<i style="margin-left: 0" class="material-icons right">arrow_drop_down</i> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a data-target="team" class="dropdown-trigger" href="#!"> | ||
+ | Team<i style="margin-left: 0" class="material-icons right">arrow_drop_down</i> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
<div class="nav-content"> | <div class="nav-content"> | ||
− | + | <ul class="tabs tabs-transparent"> | |
<li class="tab"><a href="#Introduction-a">Introduction</a></li> | <li class="tab"><a href="#Introduction-a">Introduction</a></li> | ||
<li class="tab"><a href="#Assumption-a">Assumption</a></li> | <li class="tab"><a href="#Assumption-a">Assumption</a></li> | ||
<li class="tab"><a href="#Symbol Description-a">Symbol Description</a></li> | <li class="tab"><a href="#Symbol Description-a">Symbol Description</a></li> | ||
− | <li class="tab"><a href="#Fluorescence of GFP with Constant Inflammatory Signal-a">Fluorescence | + | <li class="tab"><a href="#Fluorescence of GFP with Constant Inflammatory Signal-a">Fluorescence intensityof GFP (1)</a></li> |
− | <li class="tab"><a href="#Fluorescence of GFP with attenuated Inflammatory Signal-a">Fluorescence of GFP (2)</a></li> | + | <li class="tab"><a href="#Fluorescence of GFP with attenuated Inflammatory Signal-a">Fluorescence intensity of GFP (2)</a></li> |
<li class="tab"><a href="#Model solving-a">Model solving</a></li> | <li class="tab"><a href="#Model solving-a">Model solving</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | + | </nav> | |
+ | <ul class="sidenav" id="mobile-demo"> | ||
+ | <ul class="collapsible" style="margin-top: 16px"> | ||
+ | <li> | ||
+ | <div class="collapsible-header"><i style="color: #03a9f4" class="material-icons">folder_open</i>Project</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <div class="collection"> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Introduction" class="collection-item">Introduction</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Design" class="collection-item">Design</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Model" class="collection-item">Model</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Demonstrate" class="collection-item">Results & Demonstrate</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Interlab" class="collection-item">InterLab</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header"><i style="color: #03a9f4" class="material-icons">place</i>Lab</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <div class="collection"> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Notebook" class="collection-item">Notebook</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Protocols" class="collection-item">Protocols</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Safety" class="collection-item">Safety</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header"><i style="color: #03a9f4" class="material-icons">details</i>Parts</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <div class="collection"> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/BasicAndCompositeParts" class="collection-item">Basic | ||
+ | And Composite Parts</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Improve" class="collection-item">Improved | ||
+ | Biobricks</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header"><i style="color: #03a9f4" class="material-icons">lightbulb_outline</i>HP</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <div class="collection"> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/HumanPractices" class="collection-item">Human | ||
+ | Practices</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Collaborations" class="collection-item">Collaborations</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Engagement" class="collection-item">Engagement</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="collapsible-header"><i style="color: #03a9f4" class="material-icons">people</i>Team</div> | ||
+ | <div class="collapsible-body"> | ||
+ | <div class="collection"> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/TeamMember" class="collection-item">Team Member</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Attributions" class="collection-item">Attributions</a> | ||
+ | <a href="https://2018.igem.org/Team:NEU_China_A/Gallery" class="collection-item">Gallery</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | </ul> | ||
+ | </ul> | ||
+ | <ul id="project" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Introduction">Introduction</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Design">Design</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Model">Model</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Demonstrate">Results & Demonstrate</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Interlab">Interlab</a></li> | ||
+ | </ul> | ||
+ | <ul id="lab" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Notebook">Notebook</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Protocols">Protocols</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | <ul id="parts" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/BasicAndCompositeParts">Basic And Composite Parts</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Improve">Improved Biobricks</a></li> | ||
+ | </ul> | ||
+ | <ul id="hp" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/HumanPractices">Human Practices</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Engagement">Engagement</a></li> | ||
+ | </ul> | ||
+ | <ul id="team" class="dropdown-content"> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/TeamMember">Team member</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:NEU_China_A/Gallery">Gallery</a></li> | ||
+ | </ul> | ||
</header> | </header> | ||
<body> | <body> | ||
+ | <div class="section hold"></div> | ||
+ | |||
+ | <div style="position:absolute;top: 20;width:100%"> | ||
+ | <div class="row "> | ||
+ | <h2 style="padding-left:200px; padding-top:calc(100vh - 250px)">Model</h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="homeheight" style="margin-top: 64px"> | ||
+ | <div class="parallax-container homeheight"> | ||
+ | <div class="parallax"> | ||
+ | <img class="responsive-img" src="https://static.igem.org/mediawiki/2018/c/c8/T--NEU_China_A--model.jpg"> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<div class="container" style="margin-top: 16vh; width: 100%;"> | <div class="container" style="margin-top: 16vh; width: 100%;"> | ||
<div class="row"> | <div class="row"> | ||
Line 93: | Line 291: | ||
<a name="Introduction-a" style="position: relative;top: -32vh;"></a> | <a name="Introduction-a" style="position: relative;top: -32vh;"></a> | ||
<div class="card-content"> | <div class="card-content"> | ||
− | <span class="card-title | + | <span class="card-title light-blue-text" style="font-size:2.5em">Introduction</span> |
<p class="gray-text" style="font-size:1.5em">In the affected area of patients with inflammatory bowel disease, the concentration of nitric oxide is significantly increased, so we chose it as the input signal of our anti-inflammatory device. However, the nitric oxide is very unstable, so we have introduced an amplifier which can converts unstable gas signals into stable intracellular signals for sustained high-level output. The amplifier is based on a positive feedback loop. Transcription activator B-A can self-drive in a manner independent of the input signal for a period of time after the signal is input, and the metabolic flow in this cycle can be transferred to the output circuit (Figure 1). </p> | <p class="gray-text" style="font-size:1.5em">In the affected area of patients with inflammatory bowel disease, the concentration of nitric oxide is significantly increased, so we chose it as the input signal of our anti-inflammatory device. However, the nitric oxide is very unstable, so we have introduced an amplifier which can converts unstable gas signals into stable intracellular signals for sustained high-level output. The amplifier is based on a positive feedback loop. Transcription activator B-A can self-drive in a manner independent of the input signal for a period of time after the signal is input, and the metabolic flow in this cycle can be transferred to the output circuit (Figure 1). </p> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/6/6c/T--NEU_China_A--model_figure1.png"/> | <img class="image" src="https://static.igem.org/mediawiki/2018/6/6c/T--NEU_China_A--model_figure1.png"/> | ||
− | |||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
+ | <strong class="black-text">Figure 1. Schematic Design of the Synthetic amplifier</strong> | ||
After the signal is input, the transcriptional activator B-A is generated, which includes a DNA binding domain and a transcriptional activation domain. On the one hand, B-A can activate the expression of the reporter gene, and on the other hand can activate the expression of B-A itself. The constitutively expressed Binder will compete with B-A to suppress the leakage of the device. | After the signal is input, the transcriptional activator B-A is generated, which includes a DNA binding domain and a transcriptional activation domain. On the one hand, B-A can activate the expression of the reporter gene, and on the other hand can activate the expression of B-A itself. The constitutively expressed Binder will compete with B-A to suppress the leakage of the device. | ||
</p> | </p> | ||
<p style="margin-top: 8px;font-size:1.5em"> | <p style="margin-top: 8px;font-size:1.5em"> | ||
− | In addition, when using an amplifier based on a positive feedback loop, we need to strictly limit its activation until the input signal is strong enough, which is beneficial to suppress leakage of the device. To this end, we introduce the concept of | + | In addition, when using an amplifier based on a positive feedback loop, we need to strictly limit its activation until the input signal is strong enough, which is beneficial to suppress leakage of the device. To this end, we introduce the concept of threshold, which is to achieve competition between B-A and B by constitutively expressing Binder with a certain intensity (Figure 1). In this way, the amplifier can only be effectively activated when the input signal is strong enough. We established a mathematical model to predict the performance of the amplifier under different restrictions. |
</p> | </p> | ||
</div> | </div> | ||
Line 112: | Line 310: | ||
<div class="card-content" id="Assumption"> | <div class="card-content" id="Assumption"> | ||
<a name="Assumption-a" style="position: relative;top: -32vh;"></a> | <a name="Assumption-a" style="position: relative;top: -32vh;"></a> | ||
− | <span class="card-title | + | <span class="card-title light-blue-text" style="font-size:2.5em">Assumption</span> |
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
(1) The sequence that B-A and B bind is the same. So, it can be considered that both are combined with the same substrate. | (1) The sequence that B-A and B bind is the same. So, it can be considered that both are combined with the same substrate. | ||
Line 129: | Line 327: | ||
<div class="card-content"> | <div class="card-content"> | ||
<a name="Symbol Description-a" style="position: relative;top: -32vh;"></a> | <a name="Symbol Description-a" style="position: relative;top: -32vh;"></a> | ||
− | <span class="card-title | + | <span class="card-title light-blue-text" style="font-size:2.5em">Symbol Description</span> |
<img class="image" | <img class="image" | ||
src="https://static.igem.org/mediawiki/2018/9/9c/T--NEU_China_A--model_table1.png"/> | src="https://static.igem.org/mediawiki/2018/9/9c/T--NEU_China_A--model_table1.png"/> | ||
− | < | + | <p class="black-text"><strong>Table 1. The name and symbol of variable. Correction: X2 represents for the concentration of Binder-Activator and X3 represents for the concentration of Binder. </strong></p> |
</div> | </div> | ||
</div> | </div> | ||
Line 142: | Line 340: | ||
<a name="Fluorescence of GFP with Constant Inflammatory Signal-a" style="position: relative;top: -32vh;"></a> | <a name="Fluorescence of GFP with Constant Inflammatory Signal-a" style="position: relative;top: -32vh;"></a> | ||
<div class="card-content"> | <div class="card-content"> | ||
− | <span class="card-title | + | <span class="card-title light-blue-text" style="font-size:2.5em"> |
− | Fluorescence of GFP with Constant Inflammatory Signal | + | Fluorescence intensity of GFP with Constant Inflammatory Signal |
</span> | </span> | ||
<h5 class="black-text" style="font-size: 2em">1.Available when the bacterial resources are extremely rich</h5> | <h5 class="black-text" style="font-size: 2em">1.Available when the bacterial resources are extremely rich</h5> | ||
Line 151: | Line 349: | ||
<img class="image" | <img class="image" | ||
src="https://static.igem.org/mediawiki/2018/thumb/7/77/T--NEU_China_A--model_figure2.png/800px-T--NEU_China_A--model_figure2.png"/> | src="https://static.igem.org/mediawiki/2018/thumb/7/77/T--NEU_China_A--model_figure2.png/800px-T--NEU_China_A--model_figure2.png"/> | ||
− | < | + | <p class="black-text"><strong>Figure 2. Simple circuit of the amplifier</strong></p> |
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
The concentration of the Binder-Activator expressed by the input circuit is | The concentration of the Binder-Activator expressed by the input circuit is | ||
Line 170: | Line 368: | ||
</math> | </math> | ||
− | per unit time. The amount of Binder-Activator or GFP expressed by the amplifier or | + | per unit time. The amount of Binder-Activator or GFP expressed by the amplifier or output circuit is |
<math xmlns="http://www.w3.org/1998/Math/MathML"> | <math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<mrow> | <mrow> | ||
Line 259: | Line 457: | ||
</h6> | </h6> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
− | The gene (equivalent to the binding sequence of | + | The gene (equivalent to the binding sequence of Binder-Activator) is abbreviated as G, various transcriptional activators are abbreviated as S, and various transcriptional repressors (e.g. Binder) are abbreviated as I. The binding of |
<math xmlns="http://www.w3.org/1998/Math/MathML"> | <math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<mrow> | <mrow> | ||
Line 265: | Line 463: | ||
</mrow> | </mrow> | ||
</math> | </math> | ||
− | to the | + | to the NorR (it means the NorR will bind NO to activate the promoter PnorV) of input circuit is a reversible reaction, so the binding reaction of |
<math xmlns="http://www.w3.org/1998/Math/MathML"> | <math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<mrow> | <mrow> | ||
Line 294: | Line 492: | ||
</div> | </div> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
− | + | In fact, the increased rate of transcription of a regulated gene depends on the proportion of transcriptional activators that bind to the gene, and the more transcriptional activators that bind to the gene, the more the rate of expression of the gene increases. The expression of conversion to mathematics is: | |
− | + | ||
</p> | </p> | ||
Line 394: | Line 591: | ||
</mrow> | </mrow> | ||
</math> | </math> | ||
− | binds to the same site in the gene, the gene | + | binds to the same site in the gene, the gene will be activated when |
<math xmlns="http://www.w3.org/1998/Math/MathML"> | <math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<mrow> | <mrow> | ||
Line 595: | Line 792: | ||
</div> | </div> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
− | The relationship between GFP fluorescence and time: | + | The relationship between GFP fluorescence intensity and time: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 617: | Line 814: | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
The resources in bacteria are actually limited. In addition to using resources to synthesize the GFP, bacteria also need resources to maintain their normal life activities. At this time, there is competition between the amplifier and the bacteria's own life activities. The eventual result is that after a limited amount of resources are exhausted, the bacteria die and the amplifier stops working. Therefore, the following bacterial resource attenuation model is established. | The resources in bacteria are actually limited. In addition to using resources to synthesize the GFP, bacteria also need resources to maintain their normal life activities. At this time, there is competition between the amplifier and the bacteria's own life activities. The eventual result is that after a limited amount of resources are exhausted, the bacteria die and the amplifier stops working. Therefore, the following bacterial resource attenuation model is established. | ||
− | Assuming that the total amount of resources in the bacteria is q, then when the | + | Assuming that the total amount of resources in the bacteria is q, then when the resources decays, the following formula holds: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 644: | Line 841: | ||
</div> | </div> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
− | Then, when there is no amplifier, the | + | Then, when there is no amplifier, the model is corrected to: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 651: | Line 848: | ||
</div> | </div> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
− | When there is an amplifier, the | + | When there is an amplifier, the model is corrected to: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 657: | Line 854: | ||
<p>......(28)</p> | <p>......(28)</p> | ||
</div> | </div> | ||
− | <span class="card-title | + | <span class="card-title light-blue-text" style="font-size:2.5em" id="Fluorescence of GFP with attenuated Inflammatory Signal"> |
− | Fluorescence of GFP with attenuated Inflammatory Signal | + | Fluorescence intensity of GFP with attenuated Inflammatory Signal |
</span> | </span> | ||
<a name="Fluorescence of GFP with attenuated Inflammatory Signal-a" style="position: relative;top: -48vh;"></a> | <a name="Fluorescence of GFP with attenuated Inflammatory Signal-a" style="position: relative;top: -48vh;"></a> | ||
Line 665: | Line 862: | ||
</p> | </p> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/e/ea/T--NEU_China_A--model_figure3.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/e/ea/T--NEU_China_A--model_figure3.png"> | ||
− | < | + | <p><strong>Figure 3. The effect of attenuated inflammatory signal intensity on GFP output when bacterial resources are limited with an amplifier</strong></p> |
− | <p class=" | + | <br> |
+ | <p class="gra1y-text" style="font-size:1.5em"> | ||
It is easy to get the inflammatory signal intensity decay rate as follows: | It is easy to get the inflammatory signal intensity decay rate as follows: | ||
</p> | </p> | ||
Line 732: | Line 930: | ||
<a name="Model solving-a" style="position: relative;top: -36vh;"></a> | <a name="Model solving-a" style="position: relative;top: -36vh;"></a> | ||
<div class="card-content"> | <div class="card-content"> | ||
− | <span class="card-title | + | <span class="card-title light-blue-text" style="font-size:2.5em">Model solving</span> |
<h6 style="font-size:2em">1. Parameter assignment table</h6> | <h6 style="font-size:2em">1. Parameter assignment table</h6> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
Line 738: | Line 936: | ||
</p> | </p> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/5/5d/T--NEU_China_A--model_table2.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/5/5d/T--NEU_China_A--model_table2.png"> | ||
− | < | + | <p><strong>Table 2. Parameter assignment</strong></p> |
<h6 style="font-size:2em">2. Model solving without amplifier</h6> | <h6 style="font-size:2em">2. Model solving without amplifier</h6> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
Line 745: | Line 943: | ||
, then | , then | ||
<img src="https://static.igem.org/mediawiki/2018/5/59/T--NEU_China_A--model_then...png"> | <img src="https://static.igem.org/mediawiki/2018/5/59/T--NEU_China_A--model_then...png"> | ||
− | . So, the fluorescence is: | + | . So, the fluorescence intensity is: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 761: | Line 959: | ||
Ⅱ. When the intensity of the inflammatory signal is constant but the bacterial resources are limited, record | Ⅱ. When the intensity of the inflammatory signal is constant but the bacterial resources are limited, record | ||
<img src="https://static.igem.org/mediawiki/2018/b/be/T--NEU_China_A--model_record...png"> | <img src="https://static.igem.org/mediawiki/2018/b/be/T--NEU_China_A--model_record...png"> | ||
− | . So, the fluorescence is: | + | . So, the fluorescence intensity is: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 775: | Line 973: | ||
</div> | </div> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/4/49/T--NEU_China_A--model_figure4.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/4/49/T--NEU_China_A--model_figure4.png"> | ||
− | < | + | <p><strong>Figure 4. The effect of bacterial resources on the GFP output without amplifier</strong></p> |
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
III. When the inflammatory signal is attenuated, but the bacterial resources are considered to be unlimited, the output GFP is solved as: | III. When the inflammatory signal is attenuated, but the bacterial resources are considered to be unlimited, the output GFP is solved as: | ||
Line 805: | Line 1,003: | ||
</div> | </div> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/4/44/T--NEU_China_A--model_figure5.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/4/44/T--NEU_China_A--model_figure5.png"> | ||
− | < | + | <p><strong>Figure 5. The effect of bacterial resources on the GFP output when inflammatory signal is attenuated without amplifier</strong></p> |
<h6 style="font-size:2em">3. Model solving with amplifier</h6> | <h6 style="font-size:2em">3. Model solving with amplifier</h6> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
Line 837: | Line 1,035: | ||
</mrow> | </mrow> | ||
</math> | </math> | ||
− | , then | + | , then we get: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 844: | Line 1,042: | ||
</div> | </div> | ||
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
− | Then | + | Then we get GFP as: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 853: | Line 1,051: | ||
Ⅱ. When the intensity of the inflammatory signal is constant but the bacterial resources are limited, record | Ⅱ. When the intensity of the inflammatory signal is constant but the bacterial resources are limited, record | ||
<img src="https://static.igem.org/mediawiki/2018/b/be/T--NEU_China_A--model_record...png"> | <img src="https://static.igem.org/mediawiki/2018/b/be/T--NEU_China_A--model_record...png"> | ||
− | . So, the fluorescence is: | + | . So, the fluorescence intensity is: |
</p> | </p> | ||
<div style="display: flex; justify-content: center ;align-items: center"> | <div style="display: flex; justify-content: center ;align-items: center"> | ||
Line 860: | Line 1,058: | ||
</div> | </div> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/9/93/T--NEU_China_A--model_figure6.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/9/93/T--NEU_China_A--model_figure6.png"> | ||
− | < | + | <p><strong>Figure 6. The effect of bacterial resources on the GFP output with amplifier</strong></p> |
<img class="image" src="https://static.igem.org/mediawiki/2018/a/a0/T--NEU_China_A--model_figure7.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/a/a0/T--NEU_China_A--model_figure7.png"> | ||
− | < | + | <p><strong>Figure 7. GFP output curve considering bacterial resources limitations with amplifier</strong></p> |
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
III. When the inflammatory signal is attenuated and the bacterial resources are limited, the Runge-Kutta method is used to solve the differential equation and the GFP curve is obtained as follows. Compared with the GFP curve without amplifier, the addition of the amplifier has obvious effect. | III. When the inflammatory signal is attenuated and the bacterial resources are limited, the Runge-Kutta method is used to solve the differential equation and the GFP curve is obtained as follows. Compared with the GFP curve without amplifier, the addition of the amplifier has obvious effect. | ||
</p> | </p> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/9/9d/T--NEU_China_A--model_figure8.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/9/9d/T--NEU_China_A--model_figure8.png"> | ||
− | < | + | <p><strong>Figure 8. GFP output curve considering inflammatory signal attenuation and bacterial resources limitation</strong></p> |
− | <h6 style="font-size:2em">Analysis of the regulatory role of Thresholder</h6> | + | <h6 style="font-size:2em">4. Analysis of the regulatory role of Thresholder</h6> |
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
When the intensity of the inflammatory signal is attenuated and the bacterial resources are limited, in order to avoid the leakage of the positive feedback loop, we set the threshold regulate component Binder, the concentration can be varied between 10 and 100 mM. The regulation curve is as follows. | When the intensity of the inflammatory signal is attenuated and the bacterial resources are limited, in order to avoid the leakage of the positive feedback loop, we set the threshold regulate component Binder, the concentration can be varied between 10 and 100 mM. The regulation curve is as follows. | ||
</p> | </p> | ||
<img class="image" src="https://static.igem.org/mediawiki/2018/4/43/T--NEU_China_A--model_figure9_update.png"> | <img class="image" src="https://static.igem.org/mediawiki/2018/4/43/T--NEU_China_A--model_figure9_update.png"> | ||
− | < | + | <p><strong>Figure 9. Binder regulation curve considering inflammatory signal attenuation and bacterial resources limitation</strong></p> |
<p class="gray-text" style="font-size:1.5em"> | <p class="gray-text" style="font-size:1.5em"> | ||
In conclusion, the introduction of Thresholder does have a regulatory effect on the output of GFP and is very obvious, which has a positive effect on suppressing the leakage of the positive feedback loop. | In conclusion, the introduction of Thresholder does have a regulatory effect on the output of GFP and is very obvious, which has a positive effect on suppressing the leakage of the positive feedback loop. | ||
+ | </p> | ||
+ | <p class="gray-text" style="font-size:1.5em"> | ||
+ | Our established model is based on some assumptions and approximations and lacks the support of experimental data. But we believe that our work can provide a reference to other work that requires the use of a positive feedback loop and threshold. In addition, we will conduct experiments to test the validity of our model in the future. | ||
+ | </p> | ||
+ | <br> | ||
+ | <p class="gray-text" style="font-size:1.5em"> | ||
+ | [1] Smole,A., Lainsˇcek,D., Bezeljak,U., Horvat,S. and Jerala,R. (2017) A synthetic mammalian therapeutic gene circuit for sensing and suppressing inflammation. Mol. Ther., 25, 102–119. | ||
+ | </p> | ||
+ | <p class="gray-text" style="font-size:1.5em"> | ||
+ | [2] Michaelis L, Menten M L. Die kinetic der invertinwirkung. Biochem. Z. , 1913, 49: 334-336 | ||
+ | </p> | ||
+ | <p class="gray-text" style="font-size:1.5em"> | ||
+ | [3] Runge, Carl David Tolmé (1895), "Über die numerische Auflösung von Differentialgleichungen", Mathematische Annalen, Springer, 46 (2): 167–178, | ||
</p> | </p> | ||
</div> | </div> | ||
Line 897: | Line 1,108: | ||
</html> | </html> | ||
+ | {{Template:NEU_China_A/footer}} |
Latest revision as of 01:52, 21 November 2018
-
folder_openProject
-
placeLab
-
detailsParts
-
lightbulb_outlineHP
-
peopleTeam
Model
In the affected area of patients with inflammatory bowel disease, the concentration of nitric oxide is significantly increased, so we chose it as the input signal of our anti-inflammatory device. However, the nitric oxide is very unstable, so we have introduced an amplifier which can converts unstable gas signals into stable intracellular signals for sustained high-level output. The amplifier is based on a positive feedback loop. Transcription activator B-A can self-drive in a manner independent of the input signal for a period of time after the signal is input, and the metabolic flow in this cycle can be transferred to the output circuit (Figure 1).
Figure 1. Schematic Design of the Synthetic amplifier After the signal is input, the transcriptional activator B-A is generated, which includes a DNA binding domain and a transcriptional activation domain. On the one hand, B-A can activate the expression of the reporter gene, and on the other hand can activate the expression of B-A itself. The constitutively expressed Binder will compete with B-A to suppress the leakage of the device.
In addition, when using an amplifier based on a positive feedback loop, we need to strictly limit its activation until the input signal is strong enough, which is beneficial to suppress leakage of the device. To this end, we introduce the concept of threshold, which is to achieve competition between B-A and B by constitutively expressing Binder with a certain intensity (Figure 1). In this way, the amplifier can only be effectively activated when the input signal is strong enough. We established a mathematical model to predict the performance of the amplifier under different restrictions.
1.Available when the bacterial resources are extremely rich
Firstly, the amplifier we described in Figure 1 can be simplified to the Figure 2.
Figure 2. Simple circuit of the amplifier
The concentration of the Binder-Activator expressed by the input circuit is when the inflammatory signal is at a concentration of per unit time. The amount of Binder-Activator or GFP expressed by the amplifier or output circuit is for the Binder-Activator and Binder at a concentration of and , respectively. When the amplifier is used, it can be seen from the Figure 2 that Binder-Activator ( ) has two synthetic pathways, one is that the inflammatory signal ( ) promotes the synthesis of the input circuit, and the other is that facilitates the synthesis of the amplifier by . So, we can get this equation:
......(1)
There is only one synthetic pathway of y , that is, and work together with the output circuit to release y, so it can be obtained by assumption 2:
......(2)
Ⅰ. expression solving
The gene (equivalent to the binding sequence of Binder-Activator) is abbreviated as G, various transcriptional activators are abbreviated as S, and various transcriptional repressors (e.g. Binder) are abbreviated as I. The binding of to the NorR (it means the NorR will bind NO to activate the promoter PnorV) of input circuit is a reversible reaction, so the binding reaction of to the input circuit can be expressed as:
......(3)
k1 and k2 are the reaction rate constants of the forward reaction and the reverse reaction, respectively. Refer to the Michaelis-Menten equation, we do the following analysis: when the reaction reaches equilibrium, the concentration of SG does not change, that is, the rate of SG generation and decomposition is equal, then we can get the following equation:
......(4)
......(5)
......(6)
In fact, the increased rate of transcription of a regulated gene depends on the proportion of transcriptional activators that bind to the gene, and the more transcriptional activators that bind to the gene, the more the rate of expression of the gene increases. The expression of conversion to mathematics is:
......(7)
Suppose that when the substrate concentration is large enough, will take the maximum value, set to , and [S] will also be much larger than [G], so we can get this:
......(8)
Bring the formula (6), (8) into equation (7) to get the analytical expression of :
......(9)
Although the body's immune system can make timely adjustments to the inflammatory response, is considered to be a fixed value in a sufficiently short period of time, and can also be considered as a constant that varies with , abbreviated as A. The calculations that follow are handled this way.
Ⅱ. expression analysis
Since , binds to the same site in the gene, the gene will be activated when binds it while being inhibited when binds it. This can be regarded as the competition between and . Similar to the analysis we used to solve the expression of , we can get:
......(10)
......(11)
In the reaction, represents the concentration of S, and represents the concentration of I. The increase of the transcription rate of the gene depends on the concentration of SG, that is, the amount of the transcriptional activator that binds to the gene, and the gene that binds to can no longer bind to , resulting in inhibition of transcription. So,
Analogy to the analysis we used to solve the expression of , we list the following relationships: When it reaches equilibrium:
......(12)
......(13)
From this we can get the following equation:
......(14)
......(15)
Sort out the above two formulas to get:
......(16)
The same way we get:
......(17)
When [S] is large enough, will take the maximum value and set it to . [S] will also be much larger than [G] and another in the denominator, so there are:
......(18)
Bringing Equations (16), (18) into Equation (17) yields:
......(19)
So, we get the expression of . Because the role of in the system is to set a threshold for the amplification of , and is set to a constitutive expression, can be regarded as a fixed value of the regulation, and becomes another variable constant.
III. Calculation of :
From the analysis of Equation (1) and the above two steps, the relationship between and time after adding the amplifier can be obtained:
......(20)
The relationship between GFP fluorescence intensity and time:
......(21)
When the amplifier is not used, y is directly synthesized by the inflammatory signal ( ), from which we can get:
......(22)
2. Available when the bacterial resources are restricted
The resources in bacteria are actually limited. In addition to using resources to synthesize the GFP, bacteria also need resources to maintain their normal life activities. At this time, there is competition between the amplifier and the bacteria's own life activities. The eventual result is that after a limited amount of resources are exhausted, the bacteria die and the amplifier stops working. Therefore, the following bacterial resource attenuation model is established. Assuming that the total amount of resources in the bacteria is q, then when the resources decays, the following formula holds:
......(23)
......(24)
Among the above relationship, K is the total amount of initial resources before decay, and is the time constant of the decay process, we can get:
......(25)
Solution:
......(26)
Then, when there is no amplifier, the model is corrected to:
......(27)
When there is an amplifier, the model is corrected to:
......(28)
The above model consistently believes that the intensity of the inflammatory signal is constant. However, in the actual biological environment, the inflammatory signal will be attenuated to varying degrees with distance, time and drug release. Therefore, the attenuation model of the inflammatory signal intensity is first established as follows.
Figure 3. The effect of attenuated inflammatory signal intensity on GFP output when bacterial resources are limited with an amplifier
It is easy to get the inflammatory signal intensity decay rate as follows:
......(29)
Where is the intensity of the inflammatory signal at the initial moment and is the time constant of the decay process of the inflammatory signal. Solution:
......(30)
Then the amount of Binder-Activator expressed in the input circuit is as follows:
......(31)
Considering the attenuation of inflammatory signals and the limitation of bacterial resources, when there is no amplifier, the model is corrected to:
......(32)
Considering the attenuation of inflammatory signals and the limitation of bacterial resources, when adding an amplifier, the model is corrected to:
......(33)
1. Parameter assignment table
By referring to some previous work, the parameters are as follows:
Table 2. Parameter assignment
2. Model solving without amplifier
Ⅰ. When the intensity of the inflammatory signal is constant and the bacterial resources are considered to be unlimited, record , then . So, the fluorescence intensity is:
......(34)
That is:
......(35)
Ⅱ. When the intensity of the inflammatory signal is constant but the bacterial resources are limited, record . So, the fluorescence intensity is:
......(36)
That is:
......(37)
Figure 4. The effect of bacterial resources on the GFP output without amplifier
III. When the inflammatory signal is attenuated, but the bacterial resources are considered to be unlimited, the output GFP is solved as:
......(38)
That is:
......(39)
IV. When the inflammatory signal is attenuated and the bacterial resources are considered to be limited, the GFP is solved as:
......(40)
That is:
......(41)
Figure 5. The effect of bacterial resources on the GFP output when inflammatory signal is attenuated without amplifier
3. Model solving with amplifier
Ⅰ. When the intensity of the inflammatory signal is constant and the bacterial resources are considered to be unlimited, record , then:
......(42)
Using MATLAB to solve for , it is:
......(43)
Let , then we get:
......(44)
Then we get GFP as:
......(45)
Ⅱ. When the intensity of the inflammatory signal is constant but the bacterial resources are limited, record . So, the fluorescence intensity is:
......(46)
Figure 6. The effect of bacterial resources on the GFP output with amplifier
Figure 7. GFP output curve considering bacterial resources limitations with amplifier
III. When the inflammatory signal is attenuated and the bacterial resources are limited, the Runge-Kutta method is used to solve the differential equation and the GFP curve is obtained as follows. Compared with the GFP curve without amplifier, the addition of the amplifier has obvious effect.
Figure 8. GFP output curve considering inflammatory signal attenuation and bacterial resources limitation
4. Analysis of the regulatory role of Thresholder
When the intensity of the inflammatory signal is attenuated and the bacterial resources are limited, in order to avoid the leakage of the positive feedback loop, we set the threshold regulate component Binder, the concentration can be varied between 10 and 100 mM. The regulation curve is as follows.
Figure 9. Binder regulation curve considering inflammatory signal attenuation and bacterial resources limitation
In conclusion, the introduction of Thresholder does have a regulatory effect on the output of GFP and is very obvious, which has a positive effect on suppressing the leakage of the positive feedback loop.
Our established model is based on some assumptions and approximations and lacks the support of experimental data. But we believe that our work can provide a reference to other work that requires the use of a positive feedback loop and threshold. In addition, we will conduct experiments to test the validity of our model in the future.
[1] Smole,A., Lainsˇcek,D., Bezeljak,U., Horvat,S. and Jerala,R. (2017) A synthetic mammalian therapeutic gene circuit for sensing and suppressing inflammation. Mol. Ther., 25, 102–119.
[2] Michaelis L, Menten M L. Die kinetic der invertinwirkung. Biochem. Z. , 1913, 49: 334-336
[3] Runge, Carl David Tolmé (1895), "Über die numerische Auflösung von Differentialgleichungen", Mathematische Annalen, Springer, 46 (2): 167–178,