(Created page with "<html> <head> <style> body { height: 100%; width: 100%; background-color: transparent !important; } #globalWr...") |
|||
Line 182: | Line 182: | ||
<div id="MD-content-all" class="MD-content-container" style="margin-top:calc(25vh - 30px);"> | <div id="MD-content-all" class="MD-content-container" style="margin-top:calc(25vh - 30px);"> | ||
<div class="MD-title"> | <div class="MD-title"> | ||
− | <a style="border-bottom-style: solid;">H<sub>2</sub>O<sub>2</sub> Decomposition Model</a> | + | <a style="border-bottom-style: solid;text-decoration: none;color:#131313;">H<sub>2</sub>O<sub>2</sub> |
+ | Decomposition Model</a> | ||
</div> | </div> | ||
<div id="MD1" class="cd-section MD-margin-title1ToUp"> | <div id="MD1" class="cd-section MD-margin-title1ToUp"> | ||
<div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | <div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | ||
− | <a>Purpose</a> | + | <a style="text-decoration:none;color:#131313;">Purpose</a> |
</div> | </div> | ||
Line 207: | Line 208: | ||
<div id="MD2" class="cd-section"> | <div id="MD2" class="cd-section"> | ||
<div class="MD-title-1 MD-margin-title1ToUp" style="border-left-style:solid;padding-left:10px;"> | <div class="MD-title-1 MD-margin-title1ToUp" style="border-left-style:solid;padding-left:10px;"> | ||
− | <a>Model simulation</a> | + | <a style="text-decoration:none;color:#131313;">Model simulation</a> |
</div> | </div> | ||
Line 228: | Line 229: | ||
<div id="MD3" class="cd-section MD-margin-toP"> | <div id="MD3" class="cd-section MD-margin-toP"> | ||
<div class="MD-title-1 MD-margin-title1ToUp" style="border-left-style:solid;padding-left:10px;"> | <div class="MD-title-1 MD-margin-title1ToUp" style="border-left-style:solid;padding-left:10px;"> | ||
− | <a> ODE model</a> | + | <a style="text-decoration:none;color:#131313;">ODE model</a> |
</div> | </div> | ||
Line 349: | Line 350: | ||
<div id="MD4" class="cd-section MD-margin-toP"> | <div id="MD4" class="cd-section MD-margin-toP"> | ||
<div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | <div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | ||
− | <a> Simulation result</a> | + | <a style="text-decoration:none;color:#131313;"> Simulation result</a> |
</div> | </div> | ||
Line 368: | Line 369: | ||
<div id="MD5" class="cd-section MD-margin-toP"> | <div id="MD5" class="cd-section MD-margin-toP"> | ||
<div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | <div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | ||
− | <a>Experimental result</a> | + | <a style="text-decoration:none;color:#131313;">Experimental result</a> |
</div> | </div> | ||
Line 391: | Line 392: | ||
<div id="MD6" class="cd-section MD-margin-toP"> | <div id="MD6" class="cd-section MD-margin-toP"> | ||
<div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | <div class="MD-title-1" style="border-left-style:solid;padding-left:10px;"> | ||
− | <a>Summary</a> | + | <a style="text-decoration:none;color:#131313;">Summary</a> |
</div> | </div> | ||
Revision as of 08:07, 17 October 2018
In our experiment, we found it hard to measure the intracellular H2O2 concentration, so we controlled the external H2O2 concentration in culture to confirm our system' function. Although the H2O2 can entry the cell quickly through simple diffusion, we needed to build up a model to simulate the intracellular H2O2. At the same time, this model will provide a base for roGFP2-Orp1 Micheali equation model.
Firstly, in order to describe the process in cells more accurately, three reactions in this process are considered: diffusion, fast degradation and slow degradation. The fast degradation is caused by some natural reduction molecular (like Glutathione) directly react with H2O2. And slow degradation is led by enzymatic degradation.(一篇参考文献)
$$\frac{\mathrm{d_{\mathit{p}_{e}}} }{\mathrm{d} t}=k_{1}(p_{i}-p_{e})v$$
$$\frac{\mathrm{d_{\mathit{p}_{i}}} }{\mathrm{d}t}=k_{1}(p_{e}-p_{i})-(k_{2}+k_{3}\frac{g}{k_{g}+g})p_{i}$$
$$\frac{\mathrm{d_{\mathit{g}}} }{\mathrm{d} t}=-k_{3}(\frac{g}{k_{g}+g})p_{i}$$
The ODE model accounted for intra- and extracellular H2O2 levels, and the consumption of a finite antioxidant capacity using three rates:
- 1) The membrane permeability (k1).(三篇参考文献)
- 2) Intracellular slow degradation rate (k2).(一篇参考文献)
- 3) Intracellular fast degradation rate (k3) dependent upon a finite capacity (g), e.g. NADPH levels in naive cells.(一篇参考文献)
We reviewed the above literature and combined the results of the wet experiment, as shown in Fig.3, to determine the parameters required for the model simulation, listed in the table below.
Table 1. Description of Variables Used in The Kinetic Model.
Variable | Explanation | Value |
---|
k1 | Membrane Permeability | 11 |
k2 | Slow Degradation Rate | 8 |
k3 | Fast Degradation Rate | 55 |
G | Finite Capacity Substance | 60 |
pi | Intracellular/Cytosolic [H2O2] | / |
pe | Extracellular [H2O2] | / |
V | Ratio of Cell Volume to Media | 0.005 |
We used MATLAB to simulate the kinetics of extracellular and intracellular H2O2 changes over time. (Fig. 2)
To verify the feasibility of the model and to confirm this dynamic process, we did some experiments using our system's output, roGFP2-Orp1. The results show that the fluorescence ratio value I405/I488, an oxidant condition indicator, decreased by time when S. cerevisiae exposed to different concentrations of H2O2. This ratio's decreasing stands for the increasing of intercellular H2O2 concentration. It also stopped at a stable concentration at last, which's correspond to our model's result.
In this model, we successfully simulated the kinetics of extracellular and intracellular H2O2 changes over time. Furthermore, the dynamic process of fluorescence ratio value by time was detected by using roGFP2-Orp1 green fluorescent protein in wet experiment, and the feasibility of the model was further verified.