Introduction

The high-throughput neutralization assay for dengue fever, CFNT, using the SRIP developed by the Wet-lab, is an essential component to achieve the goals of our project. However, at present, producing SRIP consistently is challenging and there is not sufficient understanding about it. Consequently, we cannot precisely determine the amount of resources needed to produce the volume of SRIP necessary for the societal implementation of CFNT.

In this context, the Dry-lab evaluated the production volume of SRIP, which is key to CFNT, using a model. From the model's results, we gained insights into SRIP and determined the parameters that can accurately predict the production volume of SRIP in a steady state. We also discussed candidates for parameters that could result in more accurate fitting.

Methods

Model structure

The ordinary differential equation (ODE) model was created in Python and solved using the scipy.solve_ivp[link] solver. The model developed by Dry-lab is based on the VLP production system and has been tuned for SRIP using actual experimental data. This model takes as input the SRIP producing cell, the serine this cell requires, and the DNA needed to produce SRIP. In turn, it outputs the quantity of SRIP produced.

Description of the simulated system

The following five substances appear in our model.

  • SRIP Producing Cell
    • SRIP Producing Cell is a cell that produces SRIP and is created by transforming HEK293T with three plasmids that we have created.
  • Serine
    • It is contained in the culture medium, is necessary for cell growth, and has a significant impact on the growth rate of cells.
  • DNA
    • The three plasmids we have produced are introduced into HEK293T and then transcribed RNA in the HEK293T nucleus. Plasmids introduced into mammals are not replicated in the nucleus and do not increase[3].
  • RNA
    • RNA transcribed from our transgenic plasmid DNA produces the components of SRIP. RNA
  • SRIP
    • One of our intended productions. Used to detect dengue virus antibodies. (For a detailed explanation, go to wet-lab) It has an outer membrane similar to that of dengue virus, but is safer because it does not have the ability to self-replicate. It is produced by SRIP Producing Cell. It is completed when SRIP components produced by RNA assemble and assemble in the smooth endoplasmic reticulum. The SRIP produced is released into the culture medium and adheres when left where cells are present.
Figure 1 | Pathway of SRIP synthesis. (1) Introducing our plasmid DNA into HEK293T. (2) SRIP Producing Cells increase by cell division of it. (3)SRIP Producing Cells are damaged during the SRIP production process and gradually lose their ability to produce. SRIP (4)SRIP Producing Cells DNA is transcribed in the nucleus and RNA is produced. (5) RNA is gradually degraded over time. (6)RNA produces SRIP components, which assemble at the rough endoplasmic reticulum and become SRIP.

Model for the growth of SRIP Producing Cell

 SRIP-producing cells are made by transforming HEK293T with three types of plasmid DNA that we have produced.HEK293T was cultured by attaching to petri dishes under a Serine-containing culture medium, and Medium Change was performed every day to provide a constant supply of Serine. Serine is essential for cell growth and concentration affects cell proliferation rate. The transformation was performed on HEK293T at 10% confluency using plasmids which we know the concentration and the cells were cultured intact in the same petri dish after transformation. After SRIP is collected every day along with the culture medium, Medium Change is performed. SRIP-producing cells produce new transformed cells by cell division. The cells are damaged by the SRIP production process and become incapable of SRIP production after a certain time.

Models for SRIP Synthesis

The introduced plasmid DNA will be introduced approximately uniformly into each HEK293T cell. When the cells divide, the transfected plasmid is distributed in a manner that divides roughly equally between the two dividing cells. Excessive cell division results in a shortage of plasmid DNA, the three plasmid DNAs needed to become an SRIP-producing cell, but this almost never happens in a few cell divisions. The introduced plasmid DNA is transcribed inside the nucleus of HEK293T to produce RNA. RNA is partially degraded over time to produce the components of SRIP, which are eventually aggregated in the rough endoplasmic reticulum and released out of the cell. The higher the RNA concentration, the greater the amount of RNA degradation per hour.

Model construction

The model consists of four ordinary differential equations. These ordinary differential equations are derived from the equations describing the path.

dXdt=PXmaxXXmaxSerSer+KSerXktSRIPdDNAdt=kDNADNAdRNAdt=ksRNADNAkdRNARNAdSRIPdt=kvpRNARNA+KRNAX \begin{aligned} \frac{dX}{dt} &= P\frac{X_{\text{max}} - X}{X_{\text{max}}}\frac{\text{Ser}}{\text{Ser}+K_{\text{Ser}}}X - k_t \text{SRIP} \\ \frac{d\text{DNA}}{dt} &= -k_{\text{DNA}} \text{DNA} \\ \frac{d\text{RNA}}{dt} &= k_{\text{sRNA}}\text{DNA} - k_{\text{dRNA}} \text{RNA} \\ \frac{\text{dSRIP}}{dt} &= k_{vp}\frac{\text{RNA}}{\text{RNA} + K_\text{RNA}} X \end{aligned}

The four ODEs were implemented in Python and solved using scipy.solve_ivp. The fitting to the experimental data was done using scipy.curve_fit.

About the data used

The data presented here are derived from measurements of the SRIP concentration in Vero cells, after the addition of SRIP solution produced by HEK293T cells. SRIP solution was collected every 24 hours over a total period of five days. The detailed methodology is outlined below and further information can be found on the Experiments page.

The overall methodology is divided into five steps:

  1. Transfection into HEK293T cells
  2. Collection of SRIP solution
  3. Inoculation into Vero cells
  4. Immunostaining
  5. Measurement of Infectious Unit (Concentration of SRIP)

1. Transfection to HEK293T Cells

HEK293T cells were cultured in 10 cm dishes using DMEM medium supplemented with 10% FBS and PS. The cell confluency at the time of transfection was approximately 50%. Transfection was performed using Polyethylenimine and involved an average of 2.0 x 10^11 copies of three different plasmids.

2. Collection of SRIP Solution

SRIP was secreted into the supernatant of the cells transfected in step 1. We collected 9 mL of this supernatant every 24 hours and stored it at -80°C.

3. Inoculation into Vero Cells

Vero cells were seeded in a 96-well plate and inoculated with 100 µL of serially diluted SRIP solution collected daily. The cells were then incubated at 37°C for two days.

4. Immunostaining

The cells from step 3 were immunostained using Anti YFV-NS1 Protein Rabbit Poly and Alexa-Flour 488 Donkey anti-Rabbit IgG(H+L).

5. Measurement of Infectious Unit (Concentration of SRIP)

Fluorescent images of the stained cells were captured at a 5x magnification. The number of fluorescent spots was analyzed using ImageJ to calculate the daily concentration of the SRIP solution.

We gathered SRIP solution concentrations every 24 hours, allowing us to compute the cumulative SRIP production while disregarding adsorption and degradation of SRIP. This makes the data suitable for modeling the overall production of SRIP.

However, it should be noted that the data from sample-2 may be less reliable due to variations in cell growth or well-specific differences during the culture period. Consequently, excluding the data from sample-2 when fitting the model will likely yield a more accurate representation.

Assumptions

  • Assumptions of plasmid. Plasmids are not replicated after transfection[3]. Based on the number of HEK293T cells to be transformed and the number of plasmids to be introduced, even if 80% of the plasmids are introduced into HEK293T cells, the number of plasmids per cell at the time of transformation is large enough to ensure that the divided cells will be able to produce SRIP. Therefore, both SRIP-producing cells have the ability to produce SRIP until about 10 cell divisions. In other words, the SRIP-producing cells simply double in doubling time. Since the doubling time of HEK293T is 24 hours, the half-life of the plasmid is 24 hours[4].From this, P = ln(2)/24 and k_DNA = ln(2)/24 is obtained .
  • - Serine concentration is constant. In wet-lab, the culture medium was changed once a day to keep it approximately constant. In actual operation, the concentration of Serine can be more accurately maintained at a constant level by using flow culture or other methods [2].
  • - Once produced, SRIP does not decrease by adsorption. In wet-lab, the SRIP concentration was reset by collecting the culture medium once a day, so SRIP reduction due to SRIP adsorption or degradation is unlikely to occur. In actual operation, SRIP can be kept more accurate and constant by using fluidized culture, etc. [2].

Conclusion

The system behavior

We determined the six constants shown in Table 1 using experimental data. The results are presented in the table below.

Using these parameters, we plotted the temporal evolution of the concentration of the SRIP Producing Cell, as shown in the figure below.

From these results, it was found that X becomes X=0X=0 around t=90.3t=90.3. As all variables and constants in this system are guaranteed to be non-negative, we stopped updating the ODEs for both X itself and SRIP that include the term X at t=90t=90.

Considering the behavior of SRIP after X becomes 0 at time t=90t=90, the ODE for SRIP at t=90t=90 can be transformed as follows.

dSRIPdtt=90=kvpRNARNA+KRNAX=kvpRNARNA+KRNA0=0dSRIPdt=0 \begin{aligned} \frac{\text{dSRIP}}{dt}|_{t=90} &= k_{vp}\frac{\text{RNA}}{\text{RNA} + K_\text{RNA}} X \\ &= k_{vp}\frac{\text{RNA}}{\text{RNA} + K_\text{RNA}} * 0 \\ &= 0 \\ \therefore \frac{\text{dSRIP}}{dt} &= 0 \end{aligned}

Furthermore, after X becomes X0X \leq 0, the behavior of X can be described by the following equation.

dXdtt90=PXmaxXXmaxSerSer+KSerXktSRIP=0ktSRIP=ktSRIP0 \begin{aligned} \frac{dX}{dt}|_{t \geq 90} &= P\frac{X_{\text{max}} - X}{X_{\text{max}}}\frac{\text{Ser}}{\text{Ser}+K_{\text{Ser}}}X - k_t \text{SRIP} \\ &= 0 - k_t\text{SRIP} \\ &= - k_t\text{SRIP} \\ &\leq 0 \end{aligned}

Therefore, for t90t\geq 90, both XX and SRIPSRIP are in a steady state, with X=0X=0 and SRIP=SRIPt=90SRIP=SRIP|_{t=90}. Using this result, the temporal evolution of SRIPSRIP is plotted in the figure below.

Based on the above, the six parameters obtained using experimental data are realistic values and adequately represented the results of the model when it reached a steady state.

Discussion

The model, when observed for its temporal evolution using parameters fitted with experimental data, was able to accurately represent the experimental results for t48t \geq 48, but did not adequately follow the experimental values for t48t \leq 48. The Dry-lab focused on this discrepancy and proposed and examined the following three hypotheses.

1. Considering Time-Dependent k_sRNA

Firstly, we considered it beneficial for k_sRNA to be time-dependent. If k_sRNA is time-dependent, the model will inherently account for the viral life cycle, aligning well with intuition. We explain below the reasons for considering time-dependent k_sRNA to be advantageous.

To begin, we focus on the equation:

dSRIPdt=kvpRNARNA+KRNAX \frac{\text{dSRIP}}{dt} = k_{vp}\frac{\text{RNA}}{\text{RNA} + K_\text{RNA}} X

Here, RNA reaches its maximum value at initial stages, and givenKRNA=9.7×102K_{RNA} = 9.7 \times 10^{2}, it implies RNA>KRNARNA > K_{RNA}. This leads to a rapid increase in dSRIPdt\frac{dSRIP}{dt}.

If the rapid increase in RNA at t=1t=1 is problematic, the cause should be in the equation:

dRNAdt=ksRNADNAkdRNARNA \frac{d\text{RNA}}{dt} = k_{\text{sRNA}}\text{DNA} - k_{\text{dRNA}} \text{RNA} \\

Given that RNA is close to zero at initial time, the impacting term would be ksRNA×DNAk_{sRNA} \times DNA . However, DNA0DNA_{0} is a fixed value in experiments, making k_sRNA the term to be scrutinized.

Considering that k_sRNA is time-dependent according to certain references, it should be zero at the initial stages of SRIP production, i.e.,ksRNA=0k_{sRNA} = 0 . Implementing this condition would make ksRNA×DNA=0k_{sRNA} \times DNA = 0 and therefore dRNAdt=0\frac{dRNA}{dt} = 0 , keeping RNA constant. This should lead to a subdued increase in dSRIPdt\frac{dSRIP}{dt} and make the model more strongly concave down for 0<t<400 < t < 40 .

It is natural to assume no RNA production for SRIP genome at initial stages when considering the viral life cycle. Hence, making k_sRNA time-dependent is justified.

2. Approximating dSRIPdt\frac{dSRIP}{dt} Using a Hill Function

Next, we believe that dSRIPdt\frac{dSRIP}{dt} should be approximated using a Hill function. This is reasonable if we consider that RNA shows positive cooperativity with structural proteins like capsomere. Details for this rationale are explained below.

Firstly, a more strongly concave down shape for the model implies it is more sigmoidal. In the biological domain, a famous sigmoidal curve is the Hill function. This function resembles the Michaelis-Menten equation when the Hill coefficient is one. Therefore, the term RNARNA+KRNA\frac{RNA}{RNA + K_{RNA}} in the equation dSRIPdt=kvp×(RNARNA+KRNA)×X\frac{dSRIP}{dt} = k_{vp} \times \left( \frac{RNA}{RNA + K_{RNA}} \right) \times X could be thought of as similar to a Hill function term.

If we assume the Hill function for dSRIPdt\frac{dSRIP}{dt} with n=1n = 1 , the equation should be expressed as:dSRIPdt=kvp×(RNAnRNAn+KRNAn)×X\frac{dSRIP}{dt} = k_{vp} \times \left( \frac{RNA^{n}}{RNA^{n} + K_{RNA}^{n}} \right) \times XGiven the interaction of RNA with structural proteins like capsomere, it is reasonable to think that the Hill coefficient nn would be greater than one.

3. Reducing the Time nn Where dXdt=0\frac{dX}{dt} = 0

Lastly, we argue that the time t=T t = T where dXdt=0 \frac{dX}{dt} = 0 should be reduced. This is because a lower inflection point for SRIP's model would make the model more strongly concave down for 0<t<400 < t < 40 . Further details are as follows:

In this model, TT fulfilling dXdt=0\frac{dX}{dt} = 0 corresponds to the time when SRIP-producing cell density is maximized. Examining the equation dXdt=P×(XmaxXXmax)×(SerSer+KSer)×Xkt×SRIP \frac{dX}{dt} = P \times \left( \frac{X_{max} - X}{X_{max}} \right) \times \left( \frac{Ser}{Ser + K_{Ser}} \right) \times X - k_{t} \times SRIP , we note that PP and XmaxX_{max} are constants. Initially, SRIP is zero, so the term impacting XX is SerSer+KSer\frac{Ser}{Ser + K_{Ser}} . The parameter obtained from fitting is KSerK_{Ser} , and for TT to be smaller, dXdt\frac{dX}{dt} needs to increase more rapidly, requiringKSerK_{Ser} to be as small as possible.

If fitting is performed without a lower bound on KSerK_{Ser} , it tends to zero, making TT smaller and improving the fit of the model to become more strongly concave down between 0<t<400 < t < 40 .

In summary, the inadequate fit of the SRIP model during the initial phase 0<t<400 < t < 40 can be attributed to the following key factors:

  1. k_sRNA should be time-dependent.
  2. 2. dSRIPdt\frac{dSRIP}{dt} should be approximated using a Hill function.
  3. 3. The time TT where dXdt=0\frac{dX}{dt} = 0 should be reduced.

Outlook

As we venture further into the realms of molecular biology and virology, the importance of integrating mathematical models and experimental approaches becomes increasingly evident. The high-throughput neutralization assay for dengue fever, CFNT, stands as a testament to this integrated approach. With the challenges presented by the consistent production of SRIP, our Dry-lab's endeavors in mathematically modeling its production have proven instrumental.

In this section, we demonstrated the potential of mathematical techniques, especially the use of ODEs, to precisely predict the steady-state production volume of SRIP. But beyond mere prediction, these tools also offer a lens to scrutinize, refine, and enhance our understanding of the system. The suggested improvements for a more natural model further reinforce the idea that experimental biology and computational analysis are not just complementary; they are interdependent.

Moving forward, as we aim for the societal implementation of CFNT, the insights gained from these models will play a pivotal role. They will guide resource allocation, experiment design, and ultimately, the scalable production of SRIP. We stand at an exciting crossroad where traditional wet-lab techniques meet the precision and foresight of computational modeling, promising a brighter future in our fight against dengue fever.

Reference

[1]Roldão A, Vieira HL, Charpilienne A, Poncet D, Roy P, Carrondo MJ, Alves PM, Oliveira R. Modeling rotavirus-like particle production in a baculovirus expression vector system: Infection kinetics, baculovirus DNA replication, mRNA synthesis, and protein production. J Biotechnol. 2007 Mar 10;128(4):875-94. doi: 10.1016/j.jbiotec.2007.01.003. Epub 2007 Jan 10. PMID: 17289202.
[2]Abbate T, Dewasme L, Vande Wouwer A. Variable selection and parameter estimation of viral amplification in vero cell cultures dedicated to the production of a dengue vaccine. Biotechnol Prog. 2019 Jan;35(1):e2687. doi: 10.1002/btpr.2687. Epub 2018 Oct 17. PMID: 30009565.
[3]iGEM Asimov, https://technology.igem.org/mammalian/guide
[4]Yang J, Guertin P, Jia G, Lv Z, Yang H, Ju D. Large-scale microcarrier culture of HEK293T cells and Vero cells in single-use bioreactors. AMB Express. 2019 May 24;9(1):70. doi: 10.1186/s13568-019-0794-5. PMID: 31127400; PMCID: PMC6534633.