Line 63: | Line 63: | ||
<div id="indexContent"> | <div id="indexContent"> | ||
<p><a href="#Introduction" class="link">Introduction</a></p> | <p><a href="#Introduction" class="link">Introduction</a></p> | ||
− | <p><a href="#Production" class="link"> | + | <p><a href="#Production" class="link">NGF Production</a></p> |
− | <p><a href="#Diffusion" class="link"> | + | <p><a href="#Diffusion" class="link">NGF Diffusion</a></p> |
<p><a href="#Growth" class="link">Neurons Growth</a></p> | <p><a href="#Growth" class="link">Neurons Growth</a></p> | ||
<p><a href="#Mechanical" class="link">Mechanical Model</a></p> | <p><a href="#Mechanical" class="link">Mechanical Model</a></p> | ||
Line 76: | Line 76: | ||
<!-- Introduction --> | <!-- Introduction --> | ||
<div class="block title" id="Introduction"> | <div class="block title" id="Introduction"> | ||
− | <h1> First aspect modeled : secretion, diffusion and influence of | + | <h1> First aspect modeled : secretion, diffusion and influence of NGF </h1> |
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
− | <p>The aim of our mathematical model is to simulate the growth of neurons towards our biofilm in response to the presence of pro Nerve Growth Factor ( | + | <p>The aim of our mathematical model is to simulate the growth of neurons towards our biofilm in response to the presence of pro Nerve Growth Factor (NGF) (Figure 1). NGF is part of a family of proteins called neurotrophins. They are responsible for the development of new neurons, and for the growth and maintenance of mature ones. We created a deterministic model to help the wet lab establish the optimal concentration gradients of NGF needed for the regrowth of the nerves. NGF concentration and concentration gradient are key parameters affecting the growth rate and direction of neurites. Neurites growth has shown to be NGF dose-dependent: if NGF concentration is too low or too high, the growth rate is attenuated. In order to visualize the results of the model on a micro channel, we used MATLAB and Python. This is an important part of our project since it creates the link between the wet lab and dry lab. </p> |
</div> | </div> | ||
<div class="block one-third"> | <div class="block one-third"> | ||
Line 88: | Line 88: | ||
<p style="text-align: center;">We divided our model in three parts: | <p style="text-align: center;">We divided our model in three parts: | ||
<ol style="text-align: left;"> | <ol style="text-align: left;"> | ||
− | <li>Production of | + | <li>Production of NGF by the genetically modified <i>Escherichia coli</i></li> |
− | <li>Simulation of the diffusion of | + | <li>Simulation of the diffusion of NGF in a given environment</li> |
− | <li>Neurons growth in the presence of | + | <li>Neurons growth in the presence of NGF</li> |
</ol> | </ol> | ||
</p> | </p> | ||
Line 99: | Line 99: | ||
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
− | <p>Our project aims at creating a biofilm composed of genetically modified <i>E. coli</i> able to release a neurotrophic factor: | + | <p>Our project aims at creating a biofilm composed of genetically modified <i>E. coli</i> able to release a neurotrophic factor: NGF. It helps to accelerate the connection between the neurons and the implant of the prosthesis; hence aiming at connecting the prosthesis and the amputee's neurons directly. This will enable the patient to have a more instinctive control of his prosthetic device. The nerves will be guided towards a conductive membrane surrounding our genetically modified biofilm (Figure 2). This membrane will then pass the neural signal of the regenerated nerves towards the electronic chip of the implant through wires. It will allow the patient to have a more instinctive and natural control than any other current prosthesis, and a reduced re-education time.</p> |
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
Line 110: | Line 110: | ||
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
− | <p>The aim of the wet lab is to test the biofilm on a microfluidic chip as a proof of concept. The chip is composed of two compartments: one contains the genetically modified <i> E. coli </i> that produce | + | <p>The aim of the wet lab is to test the biofilm on a microfluidic chip as a proof of concept. The chip is composed of two compartments: one contains the genetically modified <i> E. coli </i> that produce NGF and the other one contains neurons (Figure 3). Microchannels link the two compartments in the middle of the chip, allowing the diffusion of NGF and the growth of the neurites. Our model will hence be established on a microfluidic chip shape in order to share our results with the wet lab and indicate them the optimal concentration of NGF needed according to our model. All the codes we used in this part are available <a href="https://github.com/samueljaoui/iGEM-Pasteur-Paris-2018-codes-for-secretion-diffusion-and-influence-" style="font-weight: bold ; color:#85196a;"target="_blank">here.</a></p> |
</div> | </div> | ||
<div class="block two-third center"> | <div class="block two-third center"> | ||
Line 129: | Line 129: | ||
<tr> | <tr> | ||
<td>u(x,t)</td> | <td>u(x,t)</td> | ||
− | <td>Concentration of | + | <td>Concentration of NGF at the position x and time t</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 137: | Line 137: | ||
</span> | </span> | ||
</td> | </td> | ||
− | <td> | + | <td>NGF concentration gradient at the position x and time t</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>C<SUB>diff</SUB></td> | <td>C<SUB>diff</SUB></td> | ||
− | <td>Diffusion coefficient of | + | <td>Diffusion coefficient of NGF</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>K</td> | <td>K</td> | ||
− | <td>Gradient factor (growth rate of the neurite under the stimulation of the | + | <td>Gradient factor (growth rate of the neurite under the stimulation of the NGF concentration gradient)</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td>G<SUB><FONT face="Raleway">θ</FONT></SUB></td> | <td>G<SUB><FONT face="Raleway">θ</FONT></SUB></td> | ||
− | <td>Baseline growth rate (neurite growth rate in absence of | + | <td>Baseline growth rate (neurite growth rate in absence of NGF concentration gradient)</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 162: | Line 162: | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
− | <!-- First Onglet Production of | + | <!-- First Onglet Production of NGF--> |
<div class="block full bothContent"> | <div class="block full bothContent"> | ||
<div class="block dropDown" id="Production"> | <div class="block dropDown" id="Production"> | ||
− | <h4> | + | <h4>NGF production by genetically modified <i>E. coli</i></h4> |
</div> | </div> | ||
Line 171: | Line 171: | ||
<span class="closeCross"><img src="https://static.igem.org/mediawiki/2018/6/67/T--Pasteur_Paris--CloseCross.svg"></span> | <span class="closeCross"><img src="https://static.igem.org/mediawiki/2018/6/67/T--Pasteur_Paris--CloseCross.svg"></span> | ||
<div class="block title"> | <div class="block title"> | ||
− | <h1 style="padding-top: 50px;"> | + | <h1 style="padding-top: 50px;">NGF production by genetically modified <i>E. coli</i></h1> |
− | <p><i>As we want to obtain the best fitted | + | <p><i>As we want to obtain the best fitted NGF concentration, we first simulate the production and secretion of our recombinant NGF by transformed <i> E. coli</i>, in order to help the wetlab to optimize the induction and obtain the desired concentration, and to check whether we can theoretically obtain the optimal concentration for neurite growth.</i></p> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
<h3>Model Description</h3> | <h3>Model Description</h3> | ||
− | <p>In this model, we include transcription, translation, translocation through <i> E. coli </i> membrane, protein folding and mRNA and protein degradation in cytoplasm and medium. | + | <p>In this model, we include transcription, translation, translocation through <i> E. coli </i> membrane, protein folding and mRNA and protein degradation in cytoplasm and medium. NGF synthesis is placed under Plac promoter, so we also modeled the IPTG induction. Finally, NGF is secreted in the medium through Type I secretion system in which the export signal peptide is not cleaved during translocation. Our Biobrick is designed to synthetize and export TEV protease in order to cleave signal peptide and thus produce functional NGF.</p> |
<p>The molecular mechanism included in our model appears schematically in Figure 4.</p> | <p>The molecular mechanism included in our model appears schematically in Figure 4.</p> | ||
</div> | </div> | ||
<div class="block two-third center"> | <div class="block two-third center"> | ||
<img src="https://static.igem.org/mediawiki/2018/5/5b/T--Pasteur_Paris--schemamodel.png"> | <img src="https://static.igem.org/mediawiki/2018/5/5b/T--Pasteur_Paris--schemamodel.png"> | ||
− | <div class="legend"><b>Figure 4: </b>Secretion mechanism of TEV and | + | <div class="legend"><b>Figure 4: </b>Secretion mechanism of TEV and NGF by our engineered bacteria</div> |
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
Line 211: | Line 211: | ||
<tr> | <tr> | ||
<td><b>m</b></td> | <td><b>m</b></td> | ||
− | <td>mRNA for TEV and | + | <td>mRNA for TEV and NGF</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 218: | Line 218: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>NGF<sub>c</sub></b></td> |
− | <td> | + | <td>NGF in cytoplasm</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 227: | Line 227: | ||
<tr> | <tr> | ||
<td><b>(N-T)<sub>c</sub></b></td> | <td><b>(N-T)<sub>c</sub></b></td> | ||
− | <td> | + | <td>NGF-TEV complex in cytoplasm</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>NGF<sub>cc</sub></b></td> |
− | <td>Cleaved | + | <td>Cleaved NGF in cytoplasm, cannot be exported</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>NGF<sub>t</sub></b></td> |
− | <td> | + | <td>NGF bound to transporter channel</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 246: | Line 246: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>NGF<sub>um</sub></b></td> |
− | <td>Unfolded | + | <td>Unfolded NGF in medium with export peptide</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>NGF<sub>m</sub></b></td> |
− | <td>Folded | + | <td>Folded NGF in medium with export peptide</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
<td><b>N-T<sub>m</sub></b></td> | <td><b>N-T<sub>m</sub></b></td> | ||
− | <td>Complex between | + | <td>Complex between NGF with export peptide and functional TEV</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 262: | Line 262: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>NGF<sub>f</sub></b></td> |
− | <td>Functional | + | <td>Functional NGF in the medium</td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 272: | Line 272: | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
<div class="block title"> | <div class="block title"> | ||
− | <h4 style="text-align: left;">1. | + | <h4 style="text-align: left;">1. NGF and TEV synthesis in the cytoplasm</h4> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>The synthesis of | + | <p>The synthesis of NGF and TEV is placed under the control of Plac promoter. The promoter can be in two different states: occupied (Po) by the repressor lacI, preventing RNA polymerase from binding and thus preventing transcription, or free (Pf) thanks to IPTG binding to the repressor. We assume that one IPTG molecule binds with one repressor molecule, freeing the promoter and restoring RNA polymerase binding capacity. The real mechanism of promoter Plac is more complex, as described in [1], but this simplification is sufficient for our model.</p> |
</div> | </div> | ||
<div class="block one-third center"> | <div class="block one-third center"> | ||
Line 288: | Line 288: | ||
<div class="block full"> | <div class="block full"> | ||
<p>IPTG is not considered to be degraded neither in the cytoplasm nor in the medium.</p> | <p>IPTG is not considered to be degraded neither in the cytoplasm nor in the medium.</p> | ||
− | <p>For the TEV and | + | <p>For the TEV and NGF transcription, we use a first-order reaction where the rate of mRNA production (m) depends on the concentration of the free promoter (Pf).</p> |
</div> | </div> | ||
<div class="block one-third center"> | <div class="block one-third center"> | ||
Line 294: | Line 294: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>For the TEV and | + | <p>For the TEV and NGF translation, we first consider binding of ribosomes to ribosome binding site (the same association constant is used since the r.b.s. are the same), and then translation rate is proportional to the protein length. Since TEV and NGF have approximately the same length, we consider only one translation rate <FONT face="Raleway">β</FONT>.</p> |
</div> | </div> | ||
<div class="block one-third center"> | <div class="block one-third center"> | ||
Line 300: | Line 300: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>Even though it still has an export peptide, TEV is assumed to be functional in the cytoplasm (although less functional than if it had no export peptide). Since | + | <p>Even though it still has an export peptide, TEV is assumed to be functional in the cytoplasm (although less functional than if it had no export peptide). Since NGF has TEV cleaving site between the coding sequence and the export peptide, a fraction of NGF is cleaved inside the cytoplasm and thus cannot be secreted. We use a simple model to simulate TEV kinetics: TEV recognizes the signal sequence ENLYFQ, binds to its substrate and then cleaves the export peptide. This process can thus be modeled by the following equations:</p> |
</div> | </div> | ||
<div class="block one-third center"> | <div class="block one-third center"> | ||
Line 310: | Line 310: | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
<div class="block title"> | <div class="block title"> | ||
− | <h4 style="text-align: left;">2. | + | <h4 style="text-align: left;">2. NGF and TEV secretion to the medium</h4> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>The transport of | + | <p>The transport of NGF and TEV with their export signal peptide from inside the cell to the medium is assumed to follow Michaelis-Menten enzymatic kinetics in which the transporter channel (composed of HlyB in the inner membrane, bounded to HlyD and recruiting TolC in the outer membrane) plays the role of the enzyme and intracellular protein the role of the substrate.</p> |
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
− | <p>Each protein ( | + | <p>Each protein (NGF and TEV) via its export signal peptide HlyA can bind to the HlyB-HlyD complex pore, forming a protein-transporter complex (NGFt or TEVt). Translocation corresponds to the dissociation of this complex, resulting in restoring a free transporter and secreting NGF or TEV in the medium (NGFum and TEVm), which are the products.</p> |
</div> | </div> | ||
<div class="block one-third"> | <div class="block one-third"> | ||
Line 326: | Line 326: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>This model is valid for one bacterial cell, but for our model to fit with our proof of concept system, which is a microfluidic chip chamber containing 100 <FONT face="Raleway">μ</FONT>L of bacterial culture, we need to integrate the number of bacteria contained in the chamber. Therefore, our model helps to determine which is the most accurate bacteria amount we need to put in our chip to produce the appropriate | + | <p>This model is valid for one bacterial cell, but for our model to fit with our proof of concept system, which is a microfluidic chip chamber containing 100 <FONT face="Raleway">μ</FONT>L of bacterial culture, we need to integrate the number of bacteria contained in the chamber. Therefore, our model helps to determine which is the most accurate bacteria amount we need to put in our chip to produce the appropriate NGF concentration.</p> |
</div> | </div> | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
<div class="block title"> | <div class="block title"> | ||
− | <h4 style="text-align: left;">4. | + | <h4 style="text-align: left;">4. NGF folding and export peptide cleavage by TEV</h4> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>Once in the medium, both | + | <p>Once in the medium, both NGF and TEV are still bounded to the export signal peptide HlyA. We assume there is a very small amount of functional TEV, that is sufficient to cleave TEV signal peptide, producing more functional TEV.</p> |
− | <p>As for the transporter, we use a simple model in which TEV recognizes the signal sequence ENLYFQ, bind to its substrate (which can be either | + | <p>As for the transporter, we use a simple model in which TEV recognizes the signal sequence ENLYFQ, bind to its substrate (which can be either NGF with its export peptide or TEV with its export peptide) and then cleave the export peptide. This process can thus be modeled by the following equations:</p> |
</div> | </div> | ||
<div class="block one-third center"> | <div class="block one-third center"> | ||
Line 432: | Line 432: | ||
<tr> | <tr> | ||
<td>k<sub>3</sub></td> | <td>k<sub>3</sub></td> | ||
− | <td>Association rate of | + | <td>Association rate of NGF and TEV with transmembrane transporter</td> |
<td>6 x 10<sup>-4</sup></td> | <td>6 x 10<sup>-4</sup></td> | ||
<td>min<sup>-1</sup>nM<sup>-1</sup></td> | <td>min<sup>-1</sup>nM<sup>-1</sup></td> | ||
Line 439: | Line 439: | ||
<tr> | <tr> | ||
<td>k<sub>-3</sub></td> | <td>k<sub>-3</sub></td> | ||
− | <td>Dissociation rate of | + | <td>Dissociation rate of NGF and TEV with transporter</td> |
<td>2.34</td> | <td>2.34</td> | ||
<td>min<sup>-1</sup></td> | <td>min<sup>-1</sup></td> | ||
Line 453: | Line 453: | ||
<tr> | <tr> | ||
<td>k<sub>f</sub></td> | <td>k<sub>f</sub></td> | ||
− | <td> | + | <td>NGF folding rate in the medium</td> |
<td>0.28</td> | <td>0.28</td> | ||
<td>min<sup>-1</sup></td> | <td>min<sup>-1</sup></td> | ||
Line 510: | Line 510: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>We determined the temporal evolution of secreted | + | <p>We determined the temporal evolution of secreted NGF concentration in the medium, in order to get the u(0,t) term used in our following diffusion model.</p> |
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
<img src="https://static.igem.org/mediawiki/2018/4/43/T--Pasteur_Paris--model1.png"> | <img src="https://static.igem.org/mediawiki/2018/4/43/T--Pasteur_Paris--model1.png"> | ||
− | <div class="legend"><b>Figure 5: </b>Comparison of cytoplasmic and secreted | + | <div class="legend"><b>Figure 5: </b>Comparison of cytoplasmic and secreted NGF with a single-cell model (IPTG induction 1 mM)</div> |
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
− | <p> After the initial dynamics, concentration of secreted | + | <p> After the initial dynamics, concentration of secreted NGF quickly reaches a <b>steady state </b>, which is then only driven by the bacterial population dynamics. If we consider a bacterial culture in stationary phase, we can consequently consider that the initial NGF concentration is constant. Our model predicts that the majority of recombinant protein remains cytoplasmic or is secreted but not functional (we consider as "non-functional NGF" the recombinant proteins that are not folded or still have a C-terminal HlyA signal peptide), as it appears in Figure 4.</p> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>The aim of this first model is to demonstrate that we can expect an appropriate secreted recombinant | + | <p>The aim of this first model is to demonstrate that we can expect an appropriate secreted recombinant NGF concentration to observe neurite growth. However, we had to make several assumptions to parametrize the model. We scanned different parameter values for the values we assumed (such as number of transporters or kinetic parameters for translocation) in order to check the range of NGF amount we can reasonably expect. We also studied influence of IPTG induction and number of bacteria, since they are parameters our wetlab can control to best fit recombinant NGF secretion with what we need.</p> |
</div> | </div> | ||
<div class="block title"> | <div class="block title"> | ||
Line 526: | Line 526: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>We co-transformed our bacteria with a plasmid expressing HlyB and HlyD, two of the components of the secretion pore. However, we did not quantify the number of pores each cell contains, and we are only able to estimate it, based on assumptions made in [5]. Consequently, we scanned a range of different values for the quantity of transporters in order to see the range of | + | <p>We co-transformed our bacteria with a plasmid expressing HlyB and HlyD, two of the components of the secretion pore. However, we did not quantify the number of pores each cell contains, and we are only able to estimate it, based on assumptions made in [5]. Consequently, we scanned a range of different values for the quantity of transporters in order to see the range of NGF concentration we can expect.</p> |
− | <p>The following graph shows the predicted | + | <p>The following graph shows the predicted NGF concentration in the microfluidic chip chamber for a number of pores varying: no pore (A.), 10 per cell (B.), 100 per cell (C.) and 500 per cell (D.):</p> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
<img src="https://static.igem.org/mediawiki/2018/d/d8/T--Pasteur_Paris--model2.png"> | <img src="https://static.igem.org/mediawiki/2018/d/d8/T--Pasteur_Paris--model2.png"> | ||
− | <div class="legend"><b>Figure 6: </b>Comparison of cytoplasmic and secreted | + | <div class="legend"><b>Figure 6: </b>Comparison of cytoplasmic and secreted NGF when the number of transporters varies</div> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>We co-transformed our bacteria with a plasmid expressing HlyB and HlyD, two of the components of the secretion pore. However, we did not quantify the number of pores each cell contains, and we are only able to estimate it, based on assumptions made in [5]. Consequently, we scanned a range of different values for the quantity of transporters in order to see the range of | + | <p>We co-transformed our bacteria with a plasmid expressing HlyB and HlyD, two of the components of the secretion pore. However, we did not quantify the number of pores each cell contains, and we are only able to estimate it, based on assumptions made in [5]. Consequently, we scanned a range of different values for the quantity of transporters in order to see the range of NGF concentration we can expect.</p> |
− | <p>The following graph shows the predicted | + | <p>The following graph shows the predicted NGF concentration in the microfluidic chip chamber for a number of pores varying: no pore (A.), 10 per cell (B.), 100 per cell (C.) and 500 per cell (D.):</p> |
</div> | </div> | ||
<div class="block title"> | <div class="block title"> | ||
Line 544: | Line 544: | ||
<img src="https://static.igem.org/mediawiki/2018/8/8f/T--Pasteur_Paris--model3.png"> | <img src="https://static.igem.org/mediawiki/2018/8/8f/T--Pasteur_Paris--model3.png"> | ||
− | <div class="legend"><b>Figure 7: </b>Secreted | + | <div class="legend"><b>Figure 7: </b>Secreted NGF as a function of translocation rate</div> |
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
− | <p>As expected, the more transporters the cell has, the more recombinant | + | <p>As expected, the more transporters the cell has, the more recombinant NGF is secreted, but the amount of functional secreted NGF (in blue) remains limited due to TEV protease cleaving efficiency. </p> |
− | <p>Taking in account the number of <i> E. coli </i> cells and the dilution factor between intracellular and extracellular space, we obtain for 500 transporters a concentration of functional | + | <p>Taking in account the number of <i> E. coli </i> cells and the dilution factor between intracellular and extracellular space, we obtain for 500 transporters a concentration of functional NGF of 1 nM, which corresponds to 24 ng/mL. This is still 10 times lower than what we need to observe neurite growth. |
− | Enhancing signal peptide cleavage by a more efficient enzyme should help solve the problem, since we could expect 5 nM functional | + | Enhancing signal peptide cleavage by a more efficient enzyme should help solve the problem, since we could expect 5 nM functional NGF if the totality of the secreted NGF were cleaved. |
</p> | </p> | ||
</div> | </div> | ||
Line 556: | Line 556: | ||
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
− | <p> One of the parameters our wetlab team is able to adjust is IPTG induction in the microchannel chip in order to optimize the obtained | + | <p> One of the parameters our wetlab team is able to adjust is IPTG induction in the microchannel chip in order to optimize the obtained NGF concentration. Consequently, we studied the dependence of secreted NGF with IPTG initial concentration.</p> |
− | <p> As expected the final | + | <p> As expected the final NGF concentration (both in the cytoplasm and in extracellular medium) is an increasing function of IPTG induction. As our wetlab did not succeed in quantifying the secreted NGF, it is hard to figure out whether or not the desired concentration was obtained, but if our assumptions are valid, it could be reached with reasonable IPTG concentrations. Production of NGF with the tag has been detected by Mass spectrometry.</p> |
</div> | </div> | ||
<div class="block one-third"> | <div class="block one-third"> | ||
<img src="https://static.igem.org/mediawiki/2018/5/5b/T--Pasteur_Paris--model4.png"> | <img src="https://static.igem.org/mediawiki/2018/5/5b/T--Pasteur_Paris--model4.png"> | ||
− | <div class="legend"><b>Figure 8: </b>Comparison of cytoplasmic and secreted | + | <div class="legend"><b>Figure 8: </b>Comparison of cytoplasmic and secreted NGF for different IPTG induction level</div> |
</div> | </div> | ||
<div> | <div> | ||
Line 567: | Line 567: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>Our model is based on assumptions but it shows that within <b>realistic parameters values</b>, we can reasonably expect to obtain the optimal | + | <p>Our model is based on assumptions but it shows that within <b>realistic parameters values</b>, we can reasonably expect to obtain the optimal NGF concentration needed for neurite growth in the microfluidic chamber and it consequently paves the way to a functional proof of concept. </p> |
<i style="text-align: left;"><p>Next modeling steps:<br> | <i style="text-align: left;"><p>Next modeling steps:<br> | ||
<ul> | <ul> | ||
− | <li> It would be worth isolating and <b>quantifying secreted recombinant | + | <li> It would be worth isolating and <b>quantifying secreted recombinant NGF</b> in order to confront model and experiments, and be able to determine some of the kinetics parameters values we used (such as translocation rate)</li> |
<li> This program is designed to model the microchip proof-of-concept experiment but we will adapt it to our final <b>biofilm</b> device to predict its behavior</li> | <li> This program is designed to model the microchip proof-of-concept experiment but we will adapt it to our final <b>biofilm</b> device to predict its behavior</li> | ||
</ul><br></p> | </ul><br></p> | ||
Line 581: | Line 581: | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
− | <!-- Second Onglet Diffusion of | + | <!-- Second Onglet Diffusion of NGF --> |
<div class="block full bothContent"> | <div class="block full bothContent"> | ||
<div class="block dropDown" id="Diffusion"> | <div class="block dropDown" id="Diffusion"> | ||
− | <h4> | + | <h4>NGF diffusion simulation in a given environment</h4> |
</div> | </div> | ||
Line 590: | Line 590: | ||
<span class="closeCross"><img src="https://static.igem.org/mediawiki/2018/6/67/T--Pasteur_Paris--CloseCross.svg"></span> | <span class="closeCross"><img src="https://static.igem.org/mediawiki/2018/6/67/T--Pasteur_Paris--CloseCross.svg"></span> | ||
<div class="block title"> | <div class="block title"> | ||
− | <h1 style="padding-top: 50px;"> | + | <h1 style="padding-top: 50px;">NGF diffusion simulation in a given environment</h1><br> |
− | <p><i>We are trying to understand the way the | + | <p><i>We are trying to understand the way the NGF spreads inside the conduit once it is produced. This will help us determine the NGF concentration u(x,t) (ng.mL<SUP>-1</SUP>) as a function of the distance x (cm) from the production site of NGF.</i></p> |
</div> | </div> | ||
<!-- Fick's diffusion law --> | <!-- Fick's diffusion law --> | ||
<div class="block full"> | <div class="block full"> | ||
<h3>Fick’s diffusion law </h3> | <h3>Fick’s diffusion law </h3> | ||
− | <p>To simulate | + | <p>To simulate NGF diffusion in the microfluidic chip we consider a unidimensional conduit of axe x (cm) and a constant concentration rate of NGF introduced at one end of the canals. In this part, diffusion is assumed to be the only mechanism producing the gradient decay in the micro canals. According to Fick's diffusion law :<br> |
<span style="position: relative; display: inline-block; width: 100%; text-align: center;"> | <span style="position: relative; display: inline-block; width: 100%; text-align: center;"> | ||
<span class="frac"> | <span class="frac"> | ||
Line 614: | Line 614: | ||
<p>C<SUB>diff</SUB> is assumed to be constant inside the conduit and depends on the material used.<br></p> | <p>C<SUB>diff</SUB> is assumed to be constant inside the conduit and depends on the material used.<br></p> | ||
− | <p>The equation (1) can be solved with Euler’s method and we find the | + | <p>The equation (1) can be solved with Euler’s method and we find the NGF concentration gradient at the position x and time t. We displayed our results showing a decrease of the concentration of NGF (u(x,t)) depending on the distance of the conduit x.</p> |
</div> | </div> | ||
Line 626: | Line 626: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Diffusion coefficient of | + | <td>Diffusion coefficient of NGF : Cdiff</td> |
<td>7,8*10<SUP>-7</SUP> cm<SUP>2</SUP>.s<SUP>-1</SUP></td> | <td>7,8*10<SUP>-7</SUP> cm<SUP>2</SUP>.s<SUP>-1</SUP></td> | ||
</tr> | </tr> | ||
Line 651: | Line 651: | ||
<div class= "block full"> | <div class= "block full"> | ||
− | <div class="legend"><b>Figure 9: </b> | + | <div class="legend"><b>Figure 9: </b>NGF gradient</div> |
</div> | </div> | ||
<!-- Optimization of the gradient --> | <!-- Optimization of the gradient --> | ||
<div class="block full"> | <div class="block full"> | ||
− | <h3>Optimization of the | + | <h3>Optimization of the NGF gradient</h3> |
</div> | </div> | ||
<div class="block two-third center"> | <div class="block two-third center"> | ||
− | <p>To optimize the accuracy of the | + | <p>To optimize the accuracy of the NGF gradient we interpolate the curve u(x)=f(x). Consequently, we obtain the f polynomial function easier to derive and a polynomial function of the gradient with a better accuracy than with the first method.</p> |
<p>With the same parameters as with the previous model we obtain the following graphs: </p> | <p>With the same parameters as with the previous model we obtain the following graphs: </p> | ||
Line 679: | Line 679: | ||
<p>Observations:<br> | <p>Observations:<br> | ||
<ol style="text-align: left; list-style-type: disc;"> | <ol style="text-align: left; list-style-type: disc;"> | ||
− | <li>When the length of the conduit increases but the duration of the experiment is fixed the | + | <li>When the length of the conduit increases but the duration of the experiment is fixed the NGF doesn’t have the time to diffuse in the entire conduit.</li> |
− | <li>For instance, with a t_final= 3 600s the | + | <li>For instance, with a t_final= 3 600s the NGF molecules can’t diffuse further than x=0.2cm.</li> |
</ol> | </ol> | ||
</p> | </p> | ||
Line 693: | Line 693: | ||
<p>The higher the diffusion coefficient, the faster the molecules will diffuse in the conduit. Indeed, we observe in the model that with a fixed t_final:<br> | <p>The higher the diffusion coefficient, the faster the molecules will diffuse in the conduit. Indeed, we observe in the model that with a fixed t_final:<br> | ||
<ol style="text-align: left; list-style-type: disc;"> | <ol style="text-align: left; list-style-type: disc;"> | ||
− | <li> | + | <li>NGF concentration at x=0.1 cm is 675 ng.ml<SUP>-1</SUP> for a diffusion coefficient C<SUB>diff</SUB> = 15*10<SUP>-7</SUP> cm<SUP>2</SUP>.s<SUP>-1</SUP></li> |
− | <li>For a diffusion coefficient two times lower, the | + | <li>For a diffusion coefficient two times lower, the NGF concentration is 380 ng.ml<SUP>1</SUP></li> |
</ol> | </ol> | ||
</p> | </p> | ||
Line 700: | Line 700: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>When the time length of the experiment lasts from 1 hour to 2 hours, the concentration of | + | <p>When the time length of the experiment lasts from 1 hour to 2 hours, the concentration of NGF is almost homogeneous in the entire conduit. At the end of the conduit, for x= 0.1 cm, the concentration of NGF equals to 910 ng.ml-1 when t_final= 7 200s whereas the concentration is 3 90 ng.ml<SUP>-1</SUP> when t_final=3 600s. </p> |
− | <p>It is interesting to observe that when the duration of the experiment increases, the stationary regime is established: the | + | <p>It is interesting to observe that when the duration of the experiment increases, the stationary regime is established: the NGF concentration in the conduit becomes independent of the position and time. Indeed, the concentation gradient of NGF in the conduit moves toward 0 for any position. </p> |
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
Line 716: | Line 716: | ||
<div class="block full bothContent"> | <div class="block full bothContent"> | ||
<div class="block dropDown" id="Growth"> | <div class="block dropDown" id="Growth"> | ||
− | <h4>Neurons growth in the presence of | + | <h4>Neurons growth in the presence of NGF</h4> |
</div> | </div> | ||
Line 722: | Line 722: | ||
<span class="closeCross"><img src="https://static.igem.org/mediawiki/2018/6/67/T--Pasteur_Paris--CloseCross.svg"></span> | <span class="closeCross"><img src="https://static.igem.org/mediawiki/2018/6/67/T--Pasteur_Paris--CloseCross.svg"></span> | ||
<div class="block title"> | <div class="block title"> | ||
− | <h1>Neurons growth in the presence of | + | <h1>Neurons growth in the presence of NGF</h1><br> |
− | <p><i>In this part our goal is to determine the length of the neurite outgrowth (g(t)) in response to the gradient concentration of | + | <p><i>In this part our goal is to determine the length of the neurite outgrowth (g(t)) in response to the gradient concentration of NGF. This step is the last one in our neurotrophin modelisation. It aims at building a persistent model which should give two relevant pieces of information regarding the use of the interface NeuronArch : |
</br>-The model must be able to indicate an estimated value of the time needed for the nerves to grow of a certain distance | </br>-The model must be able to indicate an estimated value of the time needed for the nerves to grow of a certain distance | ||
</br>-The model must be of use to provide the optimized parameters to boost the nerves growth | </br>-The model must be of use to provide the optimized parameters to boost the nerves growth | ||
Line 734: | Line 734: | ||
<div class="block full"> | <div class="block full"> | ||
<h4 style="text-align: left">Baseline growth rate: </h4> | <h4 style="text-align: left">Baseline growth rate: </h4> | ||
− | <p>In the mathematical model studied <sup>[8]</sup>, neurites grow at a constant growth rate defined as the baseline growth rate G0 when the concentration is below the threshold (assumed to be 995 ng.mL<SUP>-1</SUP>). Neurites stop growing when the | + | <p>In the mathematical model studied <sup>[8]</sup>, neurites grow at a constant growth rate defined as the baseline growth rate G0 when the concentration is below the threshold (assumed to be 995 ng.mL<SUP>-1</SUP>). Neurites stop growing when the NGF concentration is higher than the threshold concentration. The value for the baseline growth rate G0 has been fixed at 20 <FONT face="Raleway">μ</FONT>m.h<SUP>-1</SUP> for this model. </p> |
<h4 style="text-align: left">Concentration Gradient:</h4> | <h4 style="text-align: left">Concentration Gradient:</h4> | ||
<p>The extent of directional guidance is gradient steepness-dependent provided that the concentration gradient reaches the threshold value. The gradient factor k is a gradient steepness-dependent positive effect on the neurite growth rate. </p> | <p>The extent of directional guidance is gradient steepness-dependent provided that the concentration gradient reaches the threshold value. The gradient factor k is a gradient steepness-dependent positive effect on the neurite growth rate. </p> | ||
− | <p>In this model we assume that the baseline growth rate and the growth rate in the presence of concentration gradient follow an additive rule. This can be explained by the fact that both the | + | <p>In this model we assume that the baseline growth rate and the growth rate in the presence of concentration gradient follow an additive rule. This can be explained by the fact that both the NGF concentration and its gradient can individually contribute to neurite extension. The equation governing neurite outgrowth thus becomes:<br><br> |
<span style="position: relative; display: inline-block; text-align: center; width: 100%"> | <span style="position: relative; display: inline-block; text-align: center; width: 100%"> | ||
<span class="frac"> | <span class="frac"> | ||
Line 754: | Line 754: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>We can introduce a time parameter Tlag because the time taken to transmit the | + | <p>We can introduce a time parameter Tlag because the time taken to transmit the NGF signal is finite. The experiments show that the time lag for the cells to respond to NGF is approximately 1 day. The experiments show:<br> |
if t <FONT face="Raleway">≤</FONT> T<SUB>lag</SUB> :     | if t <FONT face="Raleway">≤</FONT> T<SUB>lag</SUB> :     | ||
<span class="frac"> | <span class="frac"> | ||
Line 780: | Line 780: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <p>To solve the equation (4) we are using Euler’s method forward because the gradient concentration of | + | <p>To solve the equation (4) we are using Euler’s method forward because the gradient concentration of NGF depends on the length of the neurite (since neurites consume NGF). <br><br> |
The Equation (4):     <br> | The Equation (4):     <br> | ||
<span style="position: relative; display: inline-block; width: 100%; text-align: center;"> | <span style="position: relative; display: inline-block; width: 100%; text-align: center;"> | ||
Line 839: | Line 839: | ||
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
− | <div class="legend"><b>Figure 12: </b>Schematic representation of | + | <div class="legend"><b>Figure 12: </b>Schematic representation of NGF diffusion </div> |
</div> | </div> | ||
Line 1,027: | Line 1,027: | ||
<li style="list-style-type: decimal;">Defining the concentration gradient of nerve growth factor for guided neurite outgrowth, XCao M.SShoichet, March 2001<br><br></li> | <li style="list-style-type: decimal;">Defining the concentration gradient of nerve growth factor for guided neurite outgrowth, XCao M.SShoichet, March 2001<br><br></li> | ||
<li style="list-style-type: decimal;">Immobilized Concentration Gradients of Neurotrophic Factors Guide Neurite Outgrowth of Primary Neurons in Macroporous Scaffolds, Moore K, MacSween M, Shoichet M, feb 2006<br><br></li> | <li style="list-style-type: decimal;">Immobilized Concentration Gradients of Neurotrophic Factors Guide Neurite Outgrowth of Primary Neurons in Macroporous Scaffolds, Moore K, MacSween M, Shoichet M, feb 2006<br><br></li> | ||
− | <li style="list-style-type: decimal;">Mathematical Modeling of Guided Neurite Extension in an Engineered Conduit with Multiple Concentration Gradients of Nerve Growth Factor ( | + | <li style="list-style-type: decimal;">Mathematical Modeling of Guided Neurite Extension in an Engineered Conduit with Multiple Concentration Gradients of Nerve Growth Factor (NGF), Tse TH, Chan BP, Chan CM, Lam J, sep 2007<br><br></li> |
<li style="list-style-type: decimal;">Mathematical modeling of multispecies biofilms for wastewater treatment, Maria Rosaria Mattei, november 2005<br><br></li> | <li style="list-style-type: decimal;">Mathematical modeling of multispecies biofilms for wastewater treatment, Maria Rosaria Mattei, november 2005<br><br></li> | ||
</ul> | </ul> |
Revision as of 03:16, 18 October 2018
First aspect modeled : secretion, diffusion and influence of NGF
The aim of our mathematical model is to simulate the growth of neurons towards our biofilm in response to the presence of pro Nerve Growth Factor (NGF) (Figure 1). NGF is part of a family of proteins called neurotrophins. They are responsible for the development of new neurons, and for the growth and maintenance of mature ones. We created a deterministic model to help the wet lab establish the optimal concentration gradients of NGF needed for the regrowth of the nerves. NGF concentration and concentration gradient are key parameters affecting the growth rate and direction of neurites. Neurites growth has shown to be NGF dose-dependent: if NGF concentration is too low or too high, the growth rate is attenuated. In order to visualize the results of the model on a micro channel, we used MATLAB and Python. This is an important part of our project since it creates the link between the wet lab and dry lab.
We divided our model in three parts:
- Production of NGF by the genetically modified Escherichia coli
- Simulation of the diffusion of NGF in a given environment
- Neurons growth in the presence of NGF
Context of our model
Our project aims at creating a biofilm composed of genetically modified E. coli able to release a neurotrophic factor: NGF. It helps to accelerate the connection between the neurons and the implant of the prosthesis; hence aiming at connecting the prosthesis and the amputee's neurons directly. This will enable the patient to have a more instinctive control of his prosthetic device. The nerves will be guided towards a conductive membrane surrounding our genetically modified biofilm (Figure 2). This membrane will then pass the neural signal of the regenerated nerves towards the electronic chip of the implant through wires. It will allow the patient to have a more instinctive and natural control than any other current prosthesis, and a reduced re-education time.
The aim of the wet lab is to test the biofilm on a microfluidic chip as a proof of concept. The chip is composed of two compartments: one contains the genetically modified E. coli that produce NGF and the other one contains neurons (Figure 3). Microchannels link the two compartments in the middle of the chip, allowing the diffusion of NGF and the growth of the neurites. Our model will hence be established on a microfluidic chip shape in order to share our results with the wet lab and indicate them the optimal concentration of NGF needed according to our model. All the codes we used in this part are available here.
We introduce different parameters in order to create our model :
g | Length of the neurite outgrowth |
dg/dt
|
Neurite outgrowth rate |
u(x,t) | Concentration of NGF at the position x and time t |
du/dt
|
NGF concentration gradient at the position x and time t |
Cdiff | Diffusion coefficient of NGF |
K | Gradient factor (growth rate of the neurite under the stimulation of the NGF concentration gradient) |
Gθ | Baseline growth rate (neurite growth rate in absence of NGF concentration gradient) |
L | Length of the conduit |