Difference between revisions of "Team:Kyoto/Model"

 
(35 intermediate revisions by one other user not shown)
Line 169: Line 169:
  
  
 +
<head>
  
 +
<script type="text/x-mathjax-config">
 +
MathJax.Hub.Config({
 +
  displayAlign: "left",
 +
  displayIndent: "2em",
 +
  tex2jax: {
 +
    inlineMath: [['$','$'], ['\\(','\\)']],
 +
    processEscapes: true
 +
  },
 +
  TeX: {
 +
      equationNumbers: { autoNumber: "AMS" },
 +
      extensions: ["mhchem.js"]
 +
  },
 +
  "HTML-CSS": {
 +
    availableFonts: ["STIX"],
 +
    preferredFont: "STIX",
 +
    webFont: "STIX-Web",
 +
    matchFontHeight: false,
 +
    mtextFontInherit: true
 +
  }
 +
});
 +
</script>
 +
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS_HTML&locale=ja"></script>
  
 
<h5 id="Abstract"><font face="Segoe UI">1)Abstract</font></h5>
 
<h5 id="Abstract"><font face="Segoe UI">1)Abstract</font></h5>
  
<p> It is difficult to apply our system to real condition with optimizing initial yeast amount to  targeted salt reduction because of non-obviousness of growth of initial yeast and Na<sup>+</sup> influx which depends on medium Na<sup>+</sup> concentration which is changing. So we made model which gives initial value for targeted salt reduction about SseNHXS1 yeast cell which had the best performance in our assay by describing the salt absorption kinetics of yeast cells constitutively. We calculated some parameters of kinetics by our result of assay and we simulated salt reduction expected to grow the initial input yeast.As a result, it turned out to be inefficient for large Na<sup>+</sup> absorption even when initial yeast amount took the value of upper of growth population size.From this modeling, it is suggested that Need is introducing population which had size exceeding the upper limit by preculture for our design, and model of adding by larger population reproduced the assay results.By using the results of this modeling it is possible to estimate the optimal initial yeast input when using the device of this study.</p>
+
<p> It is difficult to apply our system to real condition with optimizing initial yeast amount to  targeted salt reduction because of non-obviousness of growth of initial yeast and Na<sup>+</sup> influx which depends on medium Na<sup>+</sup> concentration which is changing. So we made model which gives initial value for targeted salt reduction about SseNHXS1 yeast cell which had the best performance in our assay by describing the salt absorption kinetics of yeast cells constitutively. We calculated some parameters of kinetics by our result of assay and we simulated salt reduction expected to grow the initial input yeast. As a result, it turned out to be inefficient for large Na<sup>+</sup> absorption even when initial yeast amount took the value of upper of growth population size. From this modeling, it is suggested that Need is introducing population which had size exceeding the upper limit by preculture for our design, and model of adding by larger population reproduced the assay results. By using the results of this modeling it is possible to estimate the optimal initial yeast input when using the device of this study.</p>
  
 
<h5 id="Transporter Kinetics Model "><font face="Segoe UI">2)Transporter Kinetics Model </font></h5>
 
<h5 id="Transporter Kinetics Model "><font face="Segoe UI">2)Transporter Kinetics Model </font></h5>
  
<p>We have to describe influx of AVP1 which is vacuolar PPase on vacuole membrane and NHX1 which is Na<sup>+</sup>/H<sup>+</sup> Antiporter SseNHXS1 yeast cell which had the best performance in our assay.In this model, these transporter was dealed with state transition model and number of parameters was decreased by Rapid Equilibrium and structural symmetry.[1]</p>
+
<p>We have to describe influx of AVP1 which is vacuolar PPase on vacuole membrane and NHX1 which is Na<sup>+</sup>/H<sup>+</sup> Antiporter SseNHXS1 yeast cell which had the best performance in our assay. In this model, these transporter was dealed with state transition model and number of parameters was decreased by Rapid Equilibrium and structural symmetry.[1]</p>
  
<h5 id="4 state transition model:NHX1"><font face="Segoe UI">2.1)4 state transition model:NHX1</font></h5>
+
<h5 id="4 state transition model:NHX1"><font face="Segoe UI" size = "4" >2.1)4 state transition model:NHX1</font></h5>
  
 
<p>One substrate Uniporter and Two substrate Antiporter which has assumption of simultaneous binding of internal and external substrates are described by 4 state transition model.(Fig 2.1.1)</p>
 
<p>One substrate Uniporter and Two substrate Antiporter which has assumption of simultaneous binding of internal and external substrates are described by 4 state transition model.(Fig 2.1.1)</p>
Line 186: Line 209:
 
</center>
 
</center>
 
</figure>
 
</figure>
<p>Fig 2.1.1:4 state transition model of Uniporter.$S^o$is outer medium,$S^i$is inner medium transporting substrate S. E is Uniporter and transitions between four different states of it are illustrated.When the cycle progresses clockwise, S is transported from outer medium into the cell.</p>
+
<p>Fig 2.1.1: 4 state transition model of Uniporter. $S^o$ is outer medium, $S^i$ is inner medium transporting substrate S. E is Uniporter and transitions between four different states of it are illustrated. When the cycle progresses clockwise, S is transported from outer medium into the cell.</p>
 
<p>
 
<p>
Here, differential equations expressing the time change of each state are
+
Here, differential equations expressing the time change of each state are  
 +
</p>
 +
<p>
 +
$$
 +
\begin{split}
 +
\frac{d[1]}{dt}&=-k^*_{2\leftarrow1}[S^o][1]-k_{4\leftarrow1}[1]+k_{1\leftarrow2}[2]+k_{1\leftarrow4}[4]\\
 +
\frac{d[2]}{dt}&=-k_{1\leftarrow2}[2]-k_{3\leftarrow2}[2]+k^*_{2\leftarrow1}[S^o][1]+k_{2\leftarrow3}[3]\\
 +
\frac{d[3]}{dt}&=-k_{2\leftarrow3}[3]-k_{4\leftarrow3}[3]+k_{3\leftarrow2}[2]+k^*_{3\leftarrow4}[S^i][4]\\
 +
\frac{d[4]}{dt}&=-k_{1\leftarrow4}[4]-k^*_{3\leftarrow4}[S^i][4]+k_{4\leftarrow1}[1]+k_{4\leftarrow3}[3]
 +
\end{split}
 +
\tag{2.1.1}
 +
$$
 +
</p>
 +
<p>
 +
Here, each $ k_ {i \leftarrow j}, k ^ * _ {i \leftarrow j} $ is the rate constant of the state transition to $ i \leftarrow j $, (subscript $*$ is the first order rate constant),$[1],[2],[3],[4]$are the concentration of each state, $ [S ^ o], [S ^ i] $ are the concentrations of transporting substances of each region. This system can be regarded as Non-equilibrium steady state(For each state X, $d[X]/dt = 0$) finally,Non-equilibrium steady state solution of the concentration of each state (  can be completely solved as a solution to the quaternary linear equation which combines three formulas selected from eq (2.1.1) and conservation law concerning the enzyme concentration. However, the number of parameters is too large to handle, so this time we describe the model by two general approximations. First, in the non-equilibrium steady state, it is assumed that the rate-determining step in the state transition is the structural transformation of the transporter and the equilibrium state is established for the bond with the substrate. That is introducing constant $K_d^o,K_d^i$ about Fig 2.1.1.
 +
\[
 +
\begin{split}
 +
K_d^o&=\dfrac{[1][S^o]}{[2]}\\
 +
K_d^i&=\dfrac{[3][S^i]}{[4]}
 +
\end{split}
 +
\tag{2.1.2}
 +
\]
 +
Second,if we ignore the effect of membrane potential,from the structural symmetry that sandwiches the cell membrane of the transporter, the following equation can be assumed.
 +
$$
 +
\begin{split}
 +
k_{1\leftarrow4} &= k_{4\leftarrow1} = k_{2\leftarrow3} = k_{3\leftarrow2} = k\\
 +
K_d^o&=K_d^i = K
 +
\end{split}
 +
\tag{2.1.3}
 +
$$
 +
In these assumption, influx of one uniporter was described by two parameters. Non-equilibrium steady state solution is given by coordinate 4 formulas which are eq(2.1.2) and preservation formula of enzyme amount $[1]+[2]+[3]+[4] = E_0$, sum of 2 formulas of eq(2.1.1) in Non-equilibrium steady state, and next equation is given by calculated crock-wise flux of state transition from appropriate two enzymes.
 +
$$
 +
{J_{ss}}_4 = \frac{E_{0}\,\mathrm{K}\,k\,\left(\mathrm{[S^o]}-\mathrm{[S^i]}\right)}{2\,\left(\mathrm{K}+\mathrm{[S^i]}\right)\,\left(\mathrm{K}+\mathrm{[S^o]}\right)}
 +
\tag{2.1.4}
 +
$$
 +
</p>
 +
 
 +
<h5 id="3 state transition model:AVP1"><font face="Segoe UI" size = "4" >2.2)3 state transition model:AVP1</font></h5>
 +
<p>
 +
AVP1 is a transporter that binds to pyrophosphate on the cytoplasmic side, hydrolyzes it with structural transformation, releases hydrogen ions to the vacuolar side, and releases phosphate to the cytoplasmic side. This kinetics is described by 3 state transition model(Fig  2.2.1).
 
</p>
 
</p>
 
<figure>
 
<figure>
<center><img src="https://static.igem.org/mediawiki/2018/0/0c/T--Kyoto--2.1.1.png" width="40%" alt="Fig" align="middle" >
+
<center><img src="https://static.igem.org/mediawiki/2018/d/d0/T--Kyoto--H%2BPPase_3state_cycle.png" width="30%"alt="Fig" align="middle" >
<font face="Segoe UI" size="4" color="#757575">(2.1.1)</font>
+
 
</center>
 
</center>
 
</figure>
 
</figure>
 +
<p>
 +
Fig 2.2.1: 3 state transition model of Uniporter.$PP_i$ is pyrophosphoric acid, $P_i$ is phosphoric acid, H<sup>+</sup> is hydrogen ion.
 +
</p>
 +
<p>
 +
This model can be dealed with by same way of 4 state transition model, and next flux ${J_{ss}}_3 $ is given.
 +
$$
 +
{J_{ss}}_3 = \frac{
 +
E_0 K k^2 ( [PP_i]_{cyt} - [H^+]_{vac} ) }{
 +
( K + [H^+]_{vac} ) ( 2[PP_i]_{cyt} + K({[P_i]_{cyt}}^2 + 1) ) }
 +
\tag{2.2.1}
 +
$$
 +
Here, subscripts of various ion concentrations represent intracellular cytosols and vacuoles.
 +
</p>
  
<p>Here, ki ← j, k * i ← j
+
<h5 id="SseNHX1 yeast Transporter Kinetics Model"><font face="Segoe UI">3)SseNHX1 yeast Transporter Kinetics Model </font></h5>
Is the rate constant of the state transition in the i ← j direction and (1), (2), (3) and (4) indicate the enzyme concentration of each state , [So] and [Si] are the concentration of the transport substrate, respectively, and finally it can be considered that it reaches Non-equilibrium steady state, so select 3 from equation (2.1.0.1) and combine conservation law concerning enzyme concentration As a solution to the quaternary linear equation, the Non-equilibrium steady state solution (d [X] / dt = 0 for arbitrary state X) of each enzyme concentration can be completely solved, but as it is, the number of parameters is very large, In the non-equilibrium steady state, the rate-determining step of the state transition is the structural transition of the transporter, and for binding to the substrate, Assume that the equilibrium state holds (Rapid Equilibirium) In other words, we introduce constants Ko d, Ki d for Figure 2.1.0.1 .<br>
+
<p>
Subsequently, assuming that the influence by the membrane potential is neglected, the structural symmetry that sandwiches the cell membrane of the enzyme, that is, the following equation can be assumed.<br>
+
The introduction of AVP1 alone in this assay resulted in an influence on salt absorption performance, so it is considered that the energy conjugate transport system via H<sup>+</sup> on the endoplasmic vacuolar membrane is also important. So in addition to NHX1 and AVP1 introduced by transformation, endogenous NHX1-like and AVP1-like transport systems were incorporated in this model using the transporter model described above. After all, the model used this time is a simultaneous differential equation and preservation formula of the same form as the following basic equation.
According to the above assumption, the transport amount can be described by two parameters k, K for one type of transporter: Formula (2.1.0.2) and conservation formula of enzyme amount [1] + [2] + [3] + [4 ] = E 0, Non-equilibrium steady state solution is obtained by simultaneous equations of four equations of the sum of two equations of the expression (2.1.0.1) in the Non-equilibrium steady state, and from right two enzymes right-handed flux of state transition By obtaining Jss 4, the following equation is obtained.<br>
+
$$
2.2 Three state transition model AVP 1<br>
+
\begin{split}
AVP1 is a transporter that binds to pyrophosphate on the cytoplasmic side, hydrolyzes it with structural transformation, releases hydrogen ions to the vacuolar side, and releases phosphate to the cytoplasmic side. [?] It can be described by the three-state transition model shown in the figure, which can be solved in the same way as the above-described four-state transition model to obtain the next flux Jss3.
+
[Na^+]_{out}  &= [Na^+]_{out}(0)-\frac{N}{V_r-N\overline{V}_{c}}\left([Na^+]_{cyt}(\overline{V}_{c}-\overline{V}_{vac})+\frac{\overline{V}_{vac}}{\overline{V}_{c}-\overline{V}_{vac}}[Na^+]_{vac}\right)\\
Here, subscripts of various ion concentrations represent intracellular cytosol and vacuole.<br>
+
\frac{ d[Na^+]_{cyt} }{dt}  &= {{J_{ss}}_4}_{If} -\frac{\overline{V}_{vac}}{\overline{V}_{c}-\overline{V}_{vac}}\frac{d[Na^+]_{vac} }{dt} \\
3 salt-absorbing yeast cell model<br>
+
\frac{ d[Na^+]_{vac} }{dt}  &= {{{J_{ss}}_4}_{NHX}}_{like}+{{J_{ss}}_4}_{SseNHX}\\
In addition to HKT1, NHX1, and AVP1 introduced by transformation, the endogenous NHX1-like, AVP 1 -like transporter system and the endogenous cell membrane Na transport system responsible for intracytoplasmic Na + salt concentration were incorporated in this model, In the assay results, the introduction of AVP1 alone influenced the salt absorption performance, so the energy conjugated transport system through H + on the endoplasmic vacuolar membrane was considered to be important and the transportability , But because the yeast cells with added salt tolerance accumulated more salt in the cytoplasm, the importance of the endogenous cell membrane Na transport system in cytoplasmic Na + salt concentration response was suggested. For the former, we used the above-mentioned transporter model, treating the transport mechanism as a Michaelis-Menten system which undergoes competitive inhibition by cytoplasmic Na +, the differential equations of E0If as a threshold response function Parameterized by rewriting using approximately Hill function Kr, it was formulated by the following equation by n.<br>
+
\frac{d[H^+]_{vac} }{dt} &=  {{{J_{ss}}_3}_{AVP}}_{like}-\frac{ d[Na^+]_{vac} }{dt}\\
Here, D is the decomposition rate of the transport system per unit time, after all, the model used this time is a simultaneous differential equation having the same form as the following basic equation.<br>
+
\frac{ dN }{dt} &= f(N)
Here, V c and V vac are the average volume and mean vacuolar volume of yeast cells, Vr is the volume of the system, and f is a function to describe the appropriate cell growth, in which [H + ], [PPi], and [Pi] were supposed to have no time variation as the intrinsic compensation mechanism was assumed.<br>
+
\end{split}
4 Determination of model parameters<br>
+
\tag{3.1}
From the assay results of the present study, k was determined for Jss4HKT, Jss4NHX, E0 for Jss3AV P, and other parameters were obtained and estimated as shown in Table 1 as parameters to be used for later hobbies.</p>
+
$$
 
+
Here,$\overline{V}_{c}$,$\overline{V}_{vac}$ is average volume of yeast cells and mean vacuolar volume, $V_r$ is volume of system, and $f$ is suitable function to describe cell proliferation.${{J_{ss}}_4}_{If}$is flux of endogenous cell membrane Na<sup>+</sup> uptake mechanism, and it is described by 4 state transition model. $[H^+]$,$[PP_i]$,$[P_i]$ in cytosol is supposed that constant because of intrinsic compensation mechanism.
 
+
</p>
<br><center><img src="https://static.igem.org/mediawiki/parts/7/74/T--Kyoto--MX.png " width="50%" height="50%" alt=""></center>
+
<h5 id="Handling of model parameters"><font face="Segoe UI">4)Handling of model parameters </font></h5>
 
+
<p>
<br><center><img src="https://static.igem.org/mediawiki/parts/f/f1/T--Kyoto--Table1.png" width="50%" height="50%" alt=""></center>
+
From the assay results of this study, $k,K$ was determined for ${{J_{ss}}_4}_{NHX}$, and $k$ was determined for ${{J_{ss}}_3}_{AVP}$ as a parameter for use in later simulations, and other parameters were acquired and estimated as summarized in Table 1.
 
+
</p>
 
+
<figure>
 +
<center><img src="https://static.igem.org/mediawiki/2018/f/f1/T--Kyoto--Table1.png" width="70%" alt="Fig" align="middle" >
 +
</center>
 +
</figure>
 +
<p>
 +
Table1: Parameters used in simulation of our device.
 +
</p>
 +
<h5 id="Result"><font face="Segoe UI">5)Result </font></h5>
 +
<p>
 +
When actually using yeast used in this study, how much yeast should be added first is an important issue. From the viewpoint of the growth of yeast,possibility that a sufficient final salt removal amount can be expected by the growth of the initial input yeast,and possibility that a sufficient final salt removal amount can not be expected if the initial input yeast amount is not more than a certain amount are conceivable. We selected the cell growth function $f$ by these two points and analyzed the behavior of the model.
 +
</p>
 +
<h5 id="Salt reduction moodel expected to grow the initial input yeast."><font face="Segoe UI" size = "4" >5.1)Salt reduction moodel expected to grow the initial input yeast</font></h5>
 +
<p>
 +
For models that take into account the growth of yeast initially introduced, we used a general logistic equation and the specific growth rate including growth inhibition by inhibitors according to Lenski (1986) [3] as $f$.
 +
$$
 +
f(N)=\mu_0 e^{-\lambda[Na^+]_{cyt}}N(1-\frac{N}{N_{max}})
 +
\tag{5.1.1}
 +
$$
 +
Here, $\mu_0$ is the maximum specific growth rate, $\lambda$ is a parameter representing the inhibitory effect, and $N_{max}$is the maximum population size. Simulation was carried out under the same initial conditions as in the assay, and the relationship between the initial yeast input and medium Na<sup>+</sup> concentration after a certain period of time was determined.(Fig 5.1.1)
 +
</p>
 +
<figure>
 +
<center><img src="https://static.igem.org/mediawiki/2018/8/81/T--Kyoto--Result1.png" width="70%" alt="Fig" align="middle" >
 +
</center>
 +
</figure>
 +
<p>
 +
Fig 5.1.1: Prediction of removal amount by growth SseNHX1 yeast
 +
</p>
  
 +
<h5 id="Salt reduction moodel with increased initial yeast amount"><font face="Segoe UI" size = "4" >5.2)Salt reduction moodel with increased initial yeast amount</font></h5>
 +
<p>
 +
Based on the simple assumption of $f(N)=0$ in the model with the initial input yeast amount raised because of assumption that the upper limit of the population size due to proliferation was simply established by growth inhibition and the influence of death is small under the experimental conditions of this stud. Simulation was carried out under the same initial conditions as in the assay, and the relationship between the initial yeast input and medium Na<sup>+</sup> concentration after a certain period of time was determined.(Fig 5.2.1)
 +
</p>
 +
<figure>
 +
<center><img src="https://static.igem.org/mediawiki/2018/2/28/T--Kyoto--Result2.png"width="70%" alt="Fig" align="middle" >
 +
</center>
 +
</figure>
 +
<p>
 +
Fig 5.2.1: Prediction of removal amount by adding SseNHX1 yeast
 +
</p>
  
 +
<h5 id="Discussion"><font face="Segoe UI">6)Discussion </font></h5>
 +
<p>
 +
It is suggested from the simulation results by salt reduction moodel expected to grow the initial input yeast (Fig 5.1.1),
 +
the salt absorption rate per volume defined by the maximum population group size for the purpose of salt absorption is rather inefficient, and it is necessary to populate the population size exceeding the upper limit by preculture when yeast is used in this study. The reduced model obtained by raising the initial input yeast amount constructed in this study is compatible with the assay results and it is considered that the initial yeast input amount when yeast is applied to the actual system can be predicted using this model.
 +
</p>
  
 +
<h5 id="Reference"><font face="Segoe UI">7)Reference </font></h5>
 +
<p>
 +
[1] Terrell L.Hill,"Free Energy Transduction and Biochemical Cycle Kinetics",Dover Publications,(2013)<br>
 +
[2] Lin S Tsai J Hsiao C Huang Y Chiu C Liu M Tung J Liu T Pan R Sun Y,"Crystal structure of a membrane-embedded H+-translocating pyrophosphatase",Nature,(2012)<br>
 +
[3] R.E.Lenski and S.Hattingh,"Coexistence of two competitions on one resource and one inhibitor:A chemostat model based on bacteria and antibiotics",Journal of Theoretical Biology 122:83-93,(1986)<br>
 +
[4] Jorgensen P Nishikawa J Breitkreutz B Tyers M,"Systematic identification of pathways that couple cell growth and division in yeast.",Science 297: 395-400,(2002) <br>
 +
[5] Chan Y Marshall W,"Organelle size scaling of the budding yeast vacuole is tuned by membrane trafficking rates.",Biophysical journal 106: 1986-96,(2014)<br>
 +
[6] Valli M, Sauer M, Branduardi P, Borth N, Porro D, Mattanovich D,"Intracellular pH distribution in Saccharomyces cerevisiae cell populations, analyzed by flow cytometry.", Appl Environ Microbiol 71:1515-21, (2005) <br>
 +
[7] van Eunen K Bouwman J Daran-Lapujade P Postmus J Canelas A Mensonides F Orij R Tuzun I van den Brink J Smits G van Gulik W Brul S Heijnen J de Winde J Teixeira de Mattos M Kettner C Nielsen J Westerhoff H Bakker B,"Measuring enzyme activities under standardized in vivo-like conditions for systems biology",FEBS Journal 277: 749-760,(2010)<br>
 +
[8] Owen A. Moe and Larry G. Butler,"Yeast Inorganic PyrophosphataseII. KINETICS OF Mg2+ ACTIVATION",The Journal of Biological Chemistry 247:7308-7314,(1972)<br>
 +
[9] Rito Herrera, María C. Álvarez, Samuel Gelis, José Ramos,"Subcellular potassium and sodium distribution in Saccharomyces cerevisiae wild-type and vacuolar mutants",Biochemical Journal 454:525-532,(2013)<br>
 +
[10] Preston R Murphy R Jones E,"Assay of vacuolar pH in yeast and identification of acidification-defective mutants.",Proc Natl Acad Sci U S A 86: 7027-31,(1989)<br>
 +
[11] Darley, C. P. van Wuytswinkel, O. C. van der Woude, K. Mager, W. H. Boer, A. H. de,"Arabidopsis thaliana and Saccharomyces cerevisiae NHX1 genes encode amiloride sensitive electroneutral Na+/H+ exchangers.", In The Biochemical journal 351:241–249,(2000)<br>
 +
[12] Drozdowicz, Yolanda M. Kissinger, Jessica C. Rea, Philip A." AVP2, a Sequence-Divergent, K + -Insensitive H + -Translocating Inorganic Pyrophosphatase from Arabidopsis.", In Plant Physiol. 123 :353–362, (2000)<br>
 +
</p>
 +
</head>
  
  

Latest revision as of 15:46, 7 December 2018

Team:Kyoto/Project - 2018.igem.org

1)Abstract

It is difficult to apply our system to real condition with optimizing initial yeast amount to targeted salt reduction because of non-obviousness of growth of initial yeast and Na+ influx which depends on medium Na+ concentration which is changing. So we made model which gives initial value for targeted salt reduction about SseNHXS1 yeast cell which had the best performance in our assay by describing the salt absorption kinetics of yeast cells constitutively. We calculated some parameters of kinetics by our result of assay and we simulated salt reduction expected to grow the initial input yeast. As a result, it turned out to be inefficient for large Na+ absorption even when initial yeast amount took the value of upper of growth population size. From this modeling, it is suggested that Need is introducing population which had size exceeding the upper limit by preculture for our design, and model of adding by larger population reproduced the assay results. By using the results of this modeling it is possible to estimate the optimal initial yeast input when using the device of this study.

2)Transporter Kinetics Model

We have to describe influx of AVP1 which is vacuolar PPase on vacuole membrane and NHX1 which is Na+/H+ Antiporter SseNHXS1 yeast cell which had the best performance in our assay. In this model, these transporter was dealed with state transition model and number of parameters was decreased by Rapid Equilibrium and structural symmetry.[1]

2.1)4 state transition model:NHX1

One substrate Uniporter and Two substrate Antiporter which has assumption of simultaneous binding of internal and external substrates are described by 4 state transition model.(Fig 2.1.1)

Fig

Fig 2.1.1: 4 state transition model of Uniporter. $S^o$ is outer medium, $S^i$ is inner medium transporting substrate S. E is Uniporter and transitions between four different states of it are illustrated. When the cycle progresses clockwise, S is transported from outer medium into the cell.

Here, differential equations expressing the time change of each state are

$$ \begin{split} \frac{d[1]}{dt}&=-k^*_{2\leftarrow1}[S^o][1]-k_{4\leftarrow1}[1]+k_{1\leftarrow2}[2]+k_{1\leftarrow4}[4]\\ \frac{d[2]}{dt}&=-k_{1\leftarrow2}[2]-k_{3\leftarrow2}[2]+k^*_{2\leftarrow1}[S^o][1]+k_{2\leftarrow3}[3]\\ \frac{d[3]}{dt}&=-k_{2\leftarrow3}[3]-k_{4\leftarrow3}[3]+k_{3\leftarrow2}[2]+k^*_{3\leftarrow4}[S^i][4]\\ \frac{d[4]}{dt}&=-k_{1\leftarrow4}[4]-k^*_{3\leftarrow4}[S^i][4]+k_{4\leftarrow1}[1]+k_{4\leftarrow3}[3] \end{split} \tag{2.1.1} $$

Here, each $ k_ {i \leftarrow j}, k ^ * _ {i \leftarrow j} $ is the rate constant of the state transition to $ i \leftarrow j $, (subscript $*$ is the first order rate constant),$[1],[2],[3],[4]$are the concentration of each state, $ [S ^ o], [S ^ i] $ are the concentrations of transporting substances of each region. This system can be regarded as Non-equilibrium steady state(For each state X, $d[X]/dt = 0$) finally,Non-equilibrium steady state solution of the concentration of each state ( can be completely solved as a solution to the quaternary linear equation which combines three formulas selected from eq (2.1.1) and conservation law concerning the enzyme concentration. However, the number of parameters is too large to handle, so this time we describe the model by two general approximations. First, in the non-equilibrium steady state, it is assumed that the rate-determining step in the state transition is the structural transformation of the transporter and the equilibrium state is established for the bond with the substrate. That is introducing constant $K_d^o,K_d^i$ about Fig 2.1.1. \[ \begin{split} K_d^o&=\dfrac{[1][S^o]}{[2]}\\ K_d^i&=\dfrac{[3][S^i]}{[4]} \end{split} \tag{2.1.2} \] Second,if we ignore the effect of membrane potential,from the structural symmetry that sandwiches the cell membrane of the transporter, the following equation can be assumed. $$ \begin{split} k_{1\leftarrow4} &= k_{4\leftarrow1} = k_{2\leftarrow3} = k_{3\leftarrow2} = k\\ K_d^o&=K_d^i = K \end{split} \tag{2.1.3} $$ In these assumption, influx of one uniporter was described by two parameters. Non-equilibrium steady state solution is given by coordinate 4 formulas which are eq(2.1.2) and preservation formula of enzyme amount $[1]+[2]+[3]+[4] = E_0$, sum of 2 formulas of eq(2.1.1) in Non-equilibrium steady state, and next equation is given by calculated crock-wise flux of state transition from appropriate two enzymes. $$ {J_{ss}}_4 = \frac{E_{0}\,\mathrm{K}\,k\,\left(\mathrm{[S^o]}-\mathrm{[S^i]}\right)}{2\,\left(\mathrm{K}+\mathrm{[S^i]}\right)\,\left(\mathrm{K}+\mathrm{[S^o]}\right)} \tag{2.1.4} $$

2.2)3 state transition model:AVP1

AVP1 is a transporter that binds to pyrophosphate on the cytoplasmic side, hydrolyzes it with structural transformation, releases hydrogen ions to the vacuolar side, and releases phosphate to the cytoplasmic side. This kinetics is described by 3 state transition model(Fig 2.2.1).

Fig

Fig 2.2.1: 3 state transition model of Uniporter.$PP_i$ is pyrophosphoric acid, $P_i$ is phosphoric acid, H+ is hydrogen ion.

This model can be dealed with by same way of 4 state transition model, and next flux ${J_{ss}}_3 $ is given. $$ {J_{ss}}_3 = \frac{ E_0 K k^2 ( [PP_i]_{cyt} - [H^+]_{vac} ) }{ ( K + [H^+]_{vac} ) ( 2[PP_i]_{cyt} + K({[P_i]_{cyt}}^2 + 1) ) } \tag{2.2.1} $$ Here, subscripts of various ion concentrations represent intracellular cytosols and vacuoles.

3)SseNHX1 yeast Transporter Kinetics Model

The introduction of AVP1 alone in this assay resulted in an influence on salt absorption performance, so it is considered that the energy conjugate transport system via H+ on the endoplasmic vacuolar membrane is also important. So in addition to NHX1 and AVP1 introduced by transformation, endogenous NHX1-like and AVP1-like transport systems were incorporated in this model using the transporter model described above. After all, the model used this time is a simultaneous differential equation and preservation formula of the same form as the following basic equation. $$ \begin{split} [Na^+]_{out} &= [Na^+]_{out}(0)-\frac{N}{V_r-N\overline{V}_{c}}\left([Na^+]_{cyt}(\overline{V}_{c}-\overline{V}_{vac})+\frac{\overline{V}_{vac}}{\overline{V}_{c}-\overline{V}_{vac}}[Na^+]_{vac}\right)\\ \frac{ d[Na^+]_{cyt} }{dt} &= {{J_{ss}}_4}_{If} -\frac{\overline{V}_{vac}}{\overline{V}_{c}-\overline{V}_{vac}}\frac{d[Na^+]_{vac} }{dt} \\ \frac{ d[Na^+]_{vac} }{dt} &= {{{J_{ss}}_4}_{NHX}}_{like}+{{J_{ss}}_4}_{SseNHX}\\ \frac{d[H^+]_{vac} }{dt} &= {{{J_{ss}}_3}_{AVP}}_{like}-\frac{ d[Na^+]_{vac} }{dt}\\ \frac{ dN }{dt} &= f(N) \end{split} \tag{3.1} $$ Here,$\overline{V}_{c}$,$\overline{V}_{vac}$ is average volume of yeast cells and mean vacuolar volume, $V_r$ is volume of system, and $f$ is suitable function to describe cell proliferation.${{J_{ss}}_4}_{If}$is flux of endogenous cell membrane Na+ uptake mechanism, and it is described by 4 state transition model. $[H^+]$,$[PP_i]$,$[P_i]$ in cytosol is supposed that constant because of intrinsic compensation mechanism.

4)Handling of model parameters

From the assay results of this study, $k,K$ was determined for ${{J_{ss}}_4}_{NHX}$, and $k$ was determined for ${{J_{ss}}_3}_{AVP}$ as a parameter for use in later simulations, and other parameters were acquired and estimated as summarized in Table 1.

Fig

Table1: Parameters used in simulation of our device.

5)Result

When actually using yeast used in this study, how much yeast should be added first is an important issue. From the viewpoint of the growth of yeast,possibility that a sufficient final salt removal amount can be expected by the growth of the initial input yeast,and possibility that a sufficient final salt removal amount can not be expected if the initial input yeast amount is not more than a certain amount are conceivable. We selected the cell growth function $f$ by these two points and analyzed the behavior of the model.

5.1)Salt reduction moodel expected to grow the initial input yeast

For models that take into account the growth of yeast initially introduced, we used a general logistic equation and the specific growth rate including growth inhibition by inhibitors according to Lenski (1986) [3] as $f$. $$ f(N)=\mu_0 e^{-\lambda[Na^+]_{cyt}}N(1-\frac{N}{N_{max}}) \tag{5.1.1} $$ Here, $\mu_0$ is the maximum specific growth rate, $\lambda$ is a parameter representing the inhibitory effect, and $N_{max}$is the maximum population size. Simulation was carried out under the same initial conditions as in the assay, and the relationship between the initial yeast input and medium Na+ concentration after a certain period of time was determined.(Fig 5.1.1)

Fig

Fig 5.1.1: Prediction of removal amount by growth SseNHX1 yeast

5.2)Salt reduction moodel with increased initial yeast amount

Based on the simple assumption of $f(N)=0$ in the model with the initial input yeast amount raised because of assumption that the upper limit of the population size due to proliferation was simply established by growth inhibition and the influence of death is small under the experimental conditions of this stud. Simulation was carried out under the same initial conditions as in the assay, and the relationship between the initial yeast input and medium Na+ concentration after a certain period of time was determined.(Fig 5.2.1)

Fig

Fig 5.2.1: Prediction of removal amount by adding SseNHX1 yeast

6)Discussion

It is suggested from the simulation results by salt reduction moodel expected to grow the initial input yeast (Fig 5.1.1), the salt absorption rate per volume defined by the maximum population group size for the purpose of salt absorption is rather inefficient, and it is necessary to populate the population size exceeding the upper limit by preculture when yeast is used in this study. The reduced model obtained by raising the initial input yeast amount constructed in this study is compatible with the assay results and it is considered that the initial yeast input amount when yeast is applied to the actual system can be predicted using this model.

7)Reference

[1] Terrell L.Hill,"Free Energy Transduction and Biochemical Cycle Kinetics",Dover Publications,(2013)
[2] Lin S Tsai J Hsiao C Huang Y Chiu C Liu M Tung J Liu T Pan R Sun Y,"Crystal structure of a membrane-embedded H+-translocating pyrophosphatase",Nature,(2012)
[3] R.E.Lenski and S.Hattingh,"Coexistence of two competitions on one resource and one inhibitor:A chemostat model based on bacteria and antibiotics",Journal of Theoretical Biology 122:83-93,(1986)
[4] Jorgensen P Nishikawa J Breitkreutz B Tyers M,"Systematic identification of pathways that couple cell growth and division in yeast.",Science 297: 395-400,(2002)
[5] Chan Y Marshall W,"Organelle size scaling of the budding yeast vacuole is tuned by membrane trafficking rates.",Biophysical journal 106: 1986-96,(2014)
[6] Valli M, Sauer M, Branduardi P, Borth N, Porro D, Mattanovich D,"Intracellular pH distribution in Saccharomyces cerevisiae cell populations, analyzed by flow cytometry.", Appl Environ Microbiol 71:1515-21, (2005)
[7] van Eunen K Bouwman J Daran-Lapujade P Postmus J Canelas A Mensonides F Orij R Tuzun I van den Brink J Smits G van Gulik W Brul S Heijnen J de Winde J Teixeira de Mattos M Kettner C Nielsen J Westerhoff H Bakker B,"Measuring enzyme activities under standardized in vivo-like conditions for systems biology",FEBS Journal 277: 749-760,(2010)
[8] Owen A. Moe and Larry G. Butler,"Yeast Inorganic PyrophosphataseII. KINETICS OF Mg2+ ACTIVATION",The Journal of Biological Chemistry 247:7308-7314,(1972)
[9] Rito Herrera, María C. Álvarez, Samuel Gelis, José Ramos,"Subcellular potassium and sodium distribution in Saccharomyces cerevisiae wild-type and vacuolar mutants",Biochemical Journal 454:525-532,(2013)
[10] Preston R Murphy R Jones E,"Assay of vacuolar pH in yeast and identification of acidification-defective mutants.",Proc Natl Acad Sci U S A 86: 7027-31,(1989)
[11] Darley, C. P. van Wuytswinkel, O. C. van der Woude, K. Mager, W. H. Boer, A. H. de,"Arabidopsis thaliana and Saccharomyces cerevisiae NHX1 genes encode amiloride sensitive electroneutral Na+/H+ exchangers.", In The Biochemical journal 351:241–249,(2000)
[12] Drozdowicz, Yolanda M. Kissinger, Jessica C. Rea, Philip A." AVP2, a Sequence-Divergent, K + -Insensitive H + -Translocating Inorganic Pyrophosphatase from Arabidopsis.", In Plant Physiol. 123 :353–362, (2000)