ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 55: | Line 55: | ||
width: 50px; | width: 50px; | ||
position: absolute; | position: absolute; | ||
− | |||
background-color: red; | background-color: red; | ||
opacity: .4; | opacity: .4; | ||
− | |||
} | } | ||
.closeCross:hover { | .closeCross:hover { |
Revision as of 15:32, 30 August 2018
General introduction
The aim of our mathematical model is to simulate the growth of neurons towards our biofilm in response of the presence of Nerve Growth Factor (NGF). Nerve growth factor is one of a group of small proteins called neurotrophins that are re-sponsible for the development of new neurons, and for the health and maintenance of mature ones. We created a determin-istic model to help the wetlab establish the optimal concen-tration 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 neu-rites. Neurites growth have shown to be NGF dose-dependent: if NGF concentration si 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 and FreeFem. This is an important part of our project since it creates the link between the wetlab and drylab.
We divided our model in three parts:
- Production of NGF by the E. coli genetically modified
- 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 prothesis; hence aiming at connecting directly the prothesis amputee’s neurons. This will enable the patient to have a more instinctive control of his prothesis 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 reeducation time.
The aim of the wetllab is to test the biofilm on a microfluidic chip as a proof of concept. The chip is composed of two compartments: one made of the E. coli genetically modified to produce NGF and the other one of neurons. Micro canals 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 micro-fluidic chip shape in order to share our results with the wetlab and indicate them the optimal concentration of NGF needed according to their 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 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 |
NGF Production by genetically modified E. coli
NGF diffusion simultation in a given environment
Neurons growth in the presence of NGF
In this part our goal is to determine the length of the neurite outgrowth (g(t)) in response to the gradient concentration of NGF.
Explanation of the model
Baseline growth rate:
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-1). 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 μm.h-1 for this model.
Concentration Gradient:
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.
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 the its gradient can both individually contribute to neurite extension. The equation governing neurite outgrowth thus becomes:
dg
/
dt
= G0 + k
∂u
/
∂x
|(g(t),t) (4)
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:
if t ≤ Tlag :
dg
/
dt
= 0
else, if: t ≥ Tlag :
dg
/
dt
= G0 + k
∂u
/
∂x
|(g(t),t)
Solving the model
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).
The Equation (4):
dg
/
dt
= G0 + k
∂u
/
∂x
|(g(t),t)
Can be written as:
g' = G0 + k*f(g,t)
Which can be written as :
gn+1 - gn
/
dt
|(g(t),t) = Gθ + k
∂u
/
∂x
|(g(t),t)
We can therefore have an expression of gn+1:
gn+1 = gn + dt*[G0 + k
∂u
/
∂x
|(g(t),t)]
With initial values of gθ, tθ and
∂u
/
∂x
|(g(t),t)
we can find all the values of the g