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">proNGF Production</a></p> |
− | <p><a href="#Diffusion" class="link"> | + | <p><a href="#Diffusion" class="link">proNGF 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="#References" class="link">References</a></p> | <p><a href="#References" class="link">References</a></p> | ||
Line 78: | Line 78: | ||
</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 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 Nerve Growth Factor (proNGF). Nerve growth factor 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 proNGF needed for the regrowth of the nerves. proNGF concentration and concentration gradient are key parameters affecting the growth rate and direction of neurites. Neurites growth has shown to be proNGF dose-dependent: if proNGF concentration is too low or too high, the growth rate is attenuated. In order to visualize the results of the model on a microfluidic chip, we used MATLAB, App Designer, Python, Gmsh, SpaceClaim and FreeFem. 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"> | ||
− | <img src="https://static.igem.org/mediawiki/2018/2/23/T--Pasteur_Paris--neurone% | + | <img src="https://static.igem.org/mediawiki/2018/2/23/T--Pasteur_Paris--neurone%2BproNGF%2Bchip.png" style="max-width: 450px"> |
</div> | </div> | ||
<div class="block full"> | <div class="block full"> | ||
<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 proNGF by the <i>E. coli</i> genetically modified</li> |
− | <li>Simulation of the diffusion of | + | <li>Simulation of the diffusion of proNGF in a given environment</li> |
− | <li>Neurons growth in the presence of | + | <li>Neurons growth in the presence of proNGF</li> |
</ol> | </ol> | ||
</p> | </p> | ||
Line 97: | Line 97: | ||
</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: proNGF. 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. 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 106: | Line 106: | ||
</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 E. coli 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 E. coli that produce proNGF and the other one contains neurons. Microchannels link the two compartments in the middle of the chip, allowing the diffusion of proNGF 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 proNGF needed according to our model.</p> |
</div> | </div> | ||
<div class="block two-third center"> | <div class="block two-third center"> | ||
Line 125: | Line 125: | ||
<tr> | <tr> | ||
<td>u(x,t)</td> | <td>u(x,t)</td> | ||
− | <td>Concentration of | + | <td>Concentration of proNGF at the position x and time t</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 133: | Line 133: | ||
</span> | </span> | ||
</td> | </td> | ||
− | <td> | + | <td>proNGF 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 proNGF</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 proNGF 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 proNGF concentration gradient)</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 155: | Line 155: | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
− | <!-- First Onglet Production of | + | <!-- First Onglet Production of proNGF--> |
<div class="block full bothContent"> | <div class="block full bothContent"> | ||
<div class="block dropDown" id="Production"> | <div class="block dropDown" id="Production"> | ||
− | <h4> | + | <h4>proNGF Production by genetically modified <i>E. coli</i></h4> |
</div> | </div> | ||
Line 164: | Line 164: | ||
<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;">proNGF 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 proNGF concentration, we first simulate the production and secretion of our recombinant proNGF by transformed E. coli, 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 E. coli membrane, protein folding and mRNA and protein degradation in cytoplasm and medium. | + | <p>In this model, we include transcription, translation, translocation through E. coli membrane, protein folding and mRNA and protein degradation in cytoplasm and medium. proNGF synthesis is placed under Plac promoter, so we also modelled the IPTG induction. Finally, proNGF is secreted to the medium through Type I secretion system in which the export signal peptide is not cleaved during translocation. Our Biobrick is design to synthetize and export TEV protease in order to cleave signal peptide and thus produce functional proNGF.</p> |
<p>The molecular mechanism included in our model appears schematically in:</p> | <p>The molecular mechanism included in our model appears schematically in:</p> | ||
</div> | </div> | ||
Line 200: | Line 200: | ||
<tr> | <tr> | ||
<td><b>m</b></td> | <td><b>m</b></td> | ||
− | <td>mRNA for TEV and | + | <td>mRNA for TEV and proNGF</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 207: | Line 207: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>proNGF<sub>c</sub></b></td> |
− | <td> | + | <td>proNGF in cytoplasm</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 216: | Line 216: | ||
<tr> | <tr> | ||
<td><b>(N-T)<sub>c</sub></b></td> | <td><b>(N-T)<sub>c</sub></b></td> | ||
− | <td> | + | <td>proNGF-TEV complex in cytoplasm</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>proNGF<sub>cc</sub></b></td> |
− | <td>Cleaved | + | <td>Cleaved proNGF in cytoplasm, cannot be exported</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>proNGF<sub>t</sub></b></td> |
− | <td> | + | <td>proNGF bound to transporter channel</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 235: | Line 235: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>proNGF<sub>um</sub></b></td> |
− | <td>Unfolded | + | <td>Unfolded proNGF in medium with export peptide</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>proNGF<sub>m</sub></b></td> |
− | <td>Folded | + | <td>Folded proNGF 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 proNGF with export peptide and functional TEV</td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 251: | Line 251: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td><b> | + | <td><b>proNGF<sub>f</sub></b></td> |
− | <td>Functional | + | <td>Functional proNGF in the medium</td> |
</tr> | </tr> | ||
</table> | </table> | ||
Line 258: | Line 258: | ||
<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. proNGF 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 proNGF 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> |
<img src=""> | <img src=""> | ||
<p>The transport of IPTG from outside the cell to cytoplasm is considered to be only due to free diffusion through the membrane by two first order reaction with the same kinetic constant.<p> | <p>The transport of IPTG from outside the cell to cytoplasm is considered to be only due to free diffusion through the membrane by two first order reaction with the same kinetic constant.<p> | ||
<img src=""> | <img src=""> | ||
<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 proNGF transcription, we use a first-order reaction where the rate of mRNA production (m) depends on the concentration of the free promoter (Pf).</p> |
<img src=""> | <img src=""> | ||
− | <p>For the TEV and | + | <p>For the TEV and proNGF 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 proNGF have approximately the length, we consider only one translation rate β.</p> |
<img src=""> | <img src=""> | ||
− | <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 proNGF has TEV cleaving site between the coding sequence and the export peptide, a fraction of proNGF 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, bind to its substrate and then cleave the export peptide. This process can thus be modeled by the following equations:</p> |
<img src=""> | <img src=""> | ||
<p>K1, k-1 and k2 are taken lower than constants found in literature, in order to model the fact that TEV still has its signal peptide and is consequently less functional than usually.</p> | <p>K1, k-1 and k2 are taken lower than constants found in literature, in order to model the fact that TEV still has its signal peptide and is consequently less functional than usually.</p> | ||
Line 276: | Line 276: | ||
<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. proNGF 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 proNGF 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, bound to HlyD and recruiting TolC in the outer membrane) plays the role of the enzyme and intracellular protein the role of the substrate.</p> |
− | <p>Each protein ( | + | <p>Each protein (proNGF and TEV) via its export signal peptide HlyA can bind to the HlyB-HlyD complex pore, forming a protein-transporter complex (proNGFt or TEVt). Translocation correspond to the dissociation of this complex, resulting in restoring a free transporter and secreting proNGF or TEV in the medium (proNGFum and TEVm), which stand for the products.</p> |
<img src=""> | <img src=""> | ||
</div> | </div> | ||
Line 288: | Line 288: | ||
</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 μ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 μ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 proNGF 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. proNGF 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 proNGF and TEV are still bound 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 proNGF 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> |
<img src=""> | <img src=""> | ||
</div> | </div> | ||
Line 390: | Line 390: | ||
<tr> | <tr> | ||
<td>k<sub>3</sub></td> | <td>k<sub>3</sub></td> | ||
− | <td>Association rate of | + | <td>Association rate of proNGF and TEV with transmembrane transporter</td> |
<td>6 x 10<sup>-4</sup></td> | <td>6 x 10<sup>-4</sup></td> | ||
<td></td> | <td></td> | ||
Line 397: | Line 397: | ||
<tr> | <tr> | ||
<td>k<sub>-3</sub></td> | <td>k<sub>-3</sub></td> | ||
− | <td>Dissociation rate of | + | <td>Dissociation rate of proNGF and TEV with transporter</td> |
<td>2.34</td> | <td>2.34</td> | ||
<td></td> | <td></td> | ||
Line 411: | Line 411: | ||
<tr> | <tr> | ||
<td>k<sub>f</sub></td> | <td>k<sub>f</sub></td> | ||
− | <td> | + | <td>proNGF folding rate in the medium</td> |
<td>0.28</td> | <td>0.28</td> | ||
<td></td> | <td></td> | ||
Line 465: | Line 465: | ||
</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 proNGF 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"> | ||
Line 471: | Line 471: | ||
</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 proNGF 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 proNGF 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 proNGF" the recombinant proteins that are not folded or still have a C-terminal HlyA signal peptide), as it appears in Fig1.</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 proNGF 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 proNGF 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 proNGF secretion with what we need.</p> |
</div> | </div> | ||
<div class="block title"> | <div class="block title"> | ||
Line 480: | Line 480: | ||
</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 proNGF concentration we can expect.</p> |
− | <p>The following graph shows the predicted | + | <p>The following graph shows the predicted proNGF 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 two-third center"> | <div class="block two-third center"> | ||
Line 488: | Line 488: | ||
</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 proNGF concentration we can expect.</p> |
− | <p>The following graph shows the predicted | + | <p>The following graph shows the predicted proNGF 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 499: | Line 499: | ||
</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 proNGF is secreted, but the amount of functional secreted proNGF (in blue) remains limited due to TEV protease cleaving efficiency. </p> |
− | <p>Taking in account the number of E. coli 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 E. coli cells and the dilution factor between intracellular and extracellular space, we obtain for 500 transporters a concentration of functional proNGF of 1 nM, which correspond 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 proNGF if the totality of the secreted proNGF was cleaved. |
</p> | </p> | ||
</div> | </div> | ||
Line 508: | Line 508: | ||
</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 proNGF concentration. Consequently, we studied the dependence of secreted proNGF with IPTG initial concentration.</p> |
− | <p> As expected the final | + | <p> As expected the final proNGF 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 proNGF, 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 proNGF with the tag has been detected by Mass spectrometry.</p> |
</div> | </div> | ||
<div class="block one-third"> | <div class="block one-third"> | ||
Line 518: | Line 518: | ||
</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 proNGF 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 proNGF</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 532: | Line 532: | ||
<div class="block separator"></div> | <div class="block separator"></div> | ||
− | <!-- Second Onglet Diffusion of | + | <!-- Second Onglet Diffusion of proNGF --> |
<div class="block full bothContent"> | <div class="block full bothContent"> | ||
<div class="block dropDown" id="Diffusion"> | <div class="block dropDown" id="Diffusion"> | ||
− | <h4> | + | <h4>proNGF diffusion simultation in a given environment</h4> |
</div> | </div> | ||
Line 541: | Line 541: | ||
<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;">proNGF diffusion diffusion in a given environment</h1><br> |
− | <p><i>We are looking to understand the way the | + | <p><i>We are looking to understand the way the proNGF spreads inside the conduit once it is produced. This will help us to determine the proNGF concentration u(x,t) (ng.mL<SUP>-1</SUP>) as a function of the distance x (cm) from the production site of proNGF.</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 proNGF diffusion in the microfluidic chip we consider a unidimensional conduit of axe x and a constant concentration of proNGF 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. We can model the diffusion characteristics of proNGF with Fick’s second law of diffusion:<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 582: | Line 582: | ||
</span> | </span> | ||
</p> | </p> | ||
− | <p>Indeed, in the same material, the rate transfer of the diffusing | + | <p>Indeed, in the same material, the rate transfer of the diffusing proNGF through the cross section of the micro canal is proportional to the concentration gradient normal to the cross section. It is assumed that the leakage of proNGF at both ends of the micro canal is negligible because there should be little proNGF at the ends the micro canals compared to the total amount of proNGF and second because of a low proNGF diffusion rate. |
− | The equation (1) can be solved with Euler’s method and we find the | + | The equation (1) can be solved with Euler’s method and we find the proNGF concentration gradient at the position x and time t. The MatLab code is the following:</p> |
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
Line 589: | Line 589: | ||
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
− | <p>We displayed our results showing a decrease of the concentration of | + | <p>We displayed our results showing a decrease of the concentration of proNGF (u(x,t)) depending on the distance of the conduit x.</p> |
<img src="https://static.igem.org/mediawiki/2018/f/f3/T--Pasteur_Paris--code-plot.1.svg"> | <img src="https://static.igem.org/mediawiki/2018/f/f3/T--Pasteur_Paris--code-plot.1.svg"> | ||
</div> | </div> | ||
Line 600: | Line 600: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td>Diffusion coefficient of | + | <td>Diffusion coefficient of proNGF : 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 621: | Line 621: | ||
<!-- Optimisation of the gradient --> | <!-- Optimisation of the gradient --> | ||
<div class="block full"> | <div class="block full"> | ||
− | <h3>Optimisation of the | + | <h3>Optimisation of the proNGF gradient</h3> |
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
− | <p>To optimize the accuracy of the | + | <p>To optimize the accuracy of the proNGF 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. The program is the following:</p> |
</div> | </div> | ||
<div class="block half"> | <div class="block half"> | ||
Line 649: | Line 649: | ||
<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 proNGF 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 proNGF molecules can’t diffuse further than x=0.2cm.</li> |
</ol> | </ol> | ||
</p> | </p> | ||
Line 660: | Line 660: | ||
<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>proNGF concentration at x=0.1 cm is 675 000 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 proNGF concentration is 380 ng.ml<SUP>1</SUP></li> |
</ol> | </ol> | ||
</p> | </p> | ||
Line 667: | Line 667: | ||
</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 proNGF is almost homogeneous in the entire conduit. At the end of the conduit, for x= 0.1 cm, the concentration of proNGF equals to 910 ng.ml-1 when t_final= 7 200s whereas the concentration is 3 900 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 proNGF concentration in the conduit becomes independent of the position and time. Indeed, the concentation gradient of proNGF in the conduit moves toward 0 for any position. </p> |
</div> | </div> | ||
<div class="block two-third"> | <div class="block two-third"> | ||
Line 683: | Line 683: | ||
<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 proNGF</h4> |
</div> | </div> | ||
Line 689: | Line 689: | ||
<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 proNGF</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 proNGF.</i></p> |
</div> | </div> | ||
<!-- Explanation of the model --> | <!-- Explanation of the model --> | ||
Line 698: | Line 698: | ||
<div class="block full"> | <div class="block full"> | ||
<h5 style="text-align: left">Baseline growth rate: </h5> | <h5 style="text-align: left">Baseline growth rate: </h5> | ||
− | <p>In our mathematical model, 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 our mathematical model, 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 proNGF 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> |
<h5 style="text-align: left">Concentration Gradient:</h5> | <h5 style="text-align: left">Concentration Gradient:</h5> | ||
<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 proNGF concentration and the its gradient can both 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 718: | Line 718: | ||
</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 proNGF signal is finite. The experiments show that the time lag for the cells to respond to proNGF 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 744: | Line 744: | ||
</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 proNGF depends on the length of the neurite (since neurites consume proNGF). <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 809: | Line 809: | ||
<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 (proNGF), Tse TH, Chan BP, Chan CM, Lam J, sep 2007<br><br></li> |
<li style="list-style-type: decimal;">Mathematical modelling of multispecies biofilms for wastewater treatment, Maria Rosaria Mattei, november 2005<br><br></li> | <li style="list-style-type: decimal;">Mathematical modelling of multispecies biofilms for wastewater treatment, Maria Rosaria Mattei, november 2005<br><br></li> | ||
</ul> | </ul> |
Revision as of 11:28, 13 October 2018
General introduction
The aim of our mathematical model is to simulate the growth of neurons towards our biofilm in response to the presence of Nerve Growth Factor (proNGF). Nerve growth factor 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 proNGF needed for the regrowth of the nerves. proNGF concentration and concentration gradient are key parameters affecting the growth rate and direction of neurites. Neurites growth has shown to be proNGF dose-dependent: if proNGF concentration is too low or too high, the growth rate is attenuated. In order to visualize the results of the model on a microfluidic chip, we used MATLAB, App Designer, Python, Gmsh, SpaceClaim and FreeFem. 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 proNGF by the E. coli genetically modified
- Simulation of the diffusion of proNGF in a given environment
- Neurons growth in the presence of proNGF
Context of our model
Our project aims at creating a biofilm composed of genetically modified E. coli able to release a neurotrophic factor: proNGF. 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. 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 proNGF and the other one contains neurons. Microchannels link the two compartments in the middle of the chip, allowing the diffusion of proNGF 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 proNGF needed according to our model.
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 proNGF at the position x and time t |
du/dt
|
proNGF concentration gradient at the position x and time t |
Cdiff | Diffusion coefficient of proNGF |
K | Gradient factor (growth rate of the neurite under the stimulation of the proNGF concentration gradient) |
Gθ | Baseline growth rate (neurite growth rate in absence of proNGF concentration gradient) |
L | Length of the conduit |
proNGF Production by genetically modified E. coli
proNGF diffusion simultation in a given environment
Neurons growth in the presence of proNGF
References
- Defining the concentration gradient of nerve growth factor for guided neurite outgrowth, XCao M.SShoichet, March 2001
- Immobilized Concentration Gradients of Neurotrophic Factors Guide Neurite Outgrowth of Primary Neurons in Macroporous Scaffolds, Moore K, MacSween M, Shoichet M, feb 2006
- Mathematical Modeling of Guided Neurite Extension in an Engineered Conduit with Multiple Concentration Gradients of Nerve Growth Factor (proNGF), Tse TH, Chan BP, Chan CM, Lam J, sep 2007
- Mathematical modelling of multispecies biofilms for wastewater treatment, Maria Rosaria Mattei, november 2005