Difference between revisions of "Team:Munich/Model"

Line 217: Line 217:
 
<h3>Signal Amplification</h3>
 
<h3>Signal Amplification</h3>
 
<p>   
 
<p>   
For the simulation of an amplification system, we developd a model for a circuit amplifying an RNA. Therefore,  
+
We next developd a model for an RNA amplification circuit. Therefore,  
we couple a Reverse Trancription to an isothermal PCR-like amplification called Recombinase Polymerase Amplification (RPA)
+
we chose a combination of reverse trancription to recombinase polymerase amplification (RPA) and <i>in-vitro</i> transcription. A scheme for the model is shown in Figure 4.  
and do In-Vitro Transcription from the build template. A scheme for the model is shown in Figure 4.  
+
Following Occami's razor, we tried to build the model with as few parameters as possible, breaking down the model into a reaction scheme that uses only 4 rate constants. In addition, we made the following assumptions to this model:<br>
For simplicity, we made assumptions to this model:<br>
+
First, the RPA reaction is thought to be in the exponential region, independent of Primer concentration since we
First, the RPA reaction is thought to be in the linear region, independent of Primer concentration since we
+
work in an environment of high primer and dNTP concentrations (up to 1000 nM) and only want to reach RNA concentration within the  
work in an environment of very high primer and dNTP concentrations (up to 1000 nM) and only want to reach RNA concentration within the  
+
range of the detection limit of our Cas13a protein, which is in the lower nM region. The same argument goes for the In-Vitro Transcription; since we  
range of the detection limit of our Cas13a protein, which is in the nM region. Therefore, since we are amplifying the RNA by
+
Transcription from the cDNA, this assumption is reasonable. The same argument goes for the In-Vitro Transcription; since we  
+
 
are in an environment of excessive rNTP concentrations, thus first order approximation is valid. <br>
 
are in an environment of excessive rNTP concentrations, thus first order approximation is valid. <br>
 
Rate constants were approximated by experiments or taken from literature. The only rate constant that was not available was
 
Rate constants were approximated by experiments or taken from literature. The only rate constant that was not available was
the rate of Reverse Transcription. We, thus, took producer's information about commercial RT kits and estimated from these very  
+
the rate of reverse transcription. We, thus, took producer's information about commercial RT kits and estimated from these very  
conservatively (two orders of magnitude less in reaction speed) to not be biased in the simulation by overfitting parameters. <br>
+
conservatively. <br>
 
The rate constants are the following:  
 
The rate constants are the following:  
  
Line 271: Line 269:
  
 
</p>
 
</p>
 +
<br>
 
<div class="captionPicture">
 
<div class="captionPicture">
 
<img width=300 align=center valign=center src="https://static.igem.org/mediawiki/2017/d/dc/T--Munich--ModellingPagePicture_RT-RPA-TX_scheme.svg" alt="RT-RPA-TX_scheme">
 
<img width=300 align=center valign=center src="https://static.igem.org/mediawiki/2017/d/dc/T--Munich--ModellingPagePicture_RT-RPA-TX_scheme.svg" alt="RT-RPA-TX_scheme">

Revision as of 01:51, 2 November 2017


Modelling

Modelling in Biosciences is a powerful tool that allows us to get a deeper understanding of our system. It guided and assisted the design of our detection system which helped us saving a lot of time by avoiding dead-end designs. Rather simple models can already give fair amount of information about a system. From the very beginning we used simple models to simulate the kinetics of our enzyme cascade to develop intuition for the design of experiments. We further used our models to estimate detection limits using different cascades and reaction times.

Detection Limit

One major concern when dealing with the problem of diagnostics on patients is extracting the sample with which detection can actually be performed. Since we wanted our method to be non-invasive, one concern that we needed to deal with is the concentration of pathogens and thus detectable RNA in the patients mucus or non-invasive sample. First approximations from different papers already showed that virological samples show concentrations no higher than low pM and can even go as low as aM. Thus, we characterised the theoretical detection limit of the Cas13a RNase activity. In order to do this, we first estimated the rate constants for the different reactions to create a behavioural model. The results are shown in Figure 1. It shows that the detection limit in the time range of an hour is approximately one- to two-digit nM region. Due to this result, our initial design of applying the lysed and purified RNA sample directly on the detection paper strip had to be discarded. Instead, we had to explore amplification methods we could perform upstream in the detection process. The concentrations that can be used in Cas13a nucleotide reaction have an upper limit since it is known from literature that Cas proteins show activity independent of their activation mechanism at high concentrations. This is why the concentration of Cas13a in the detection system could not be increased to higher orders of magnitude. The differential equations for the model are shown below.

LightbringerReal

Figure 1: Kinetics of the Cas13a system using 20 nM concentrations of Cas13a and crRNA at different target concentrations.

LightbringerReal

Figure 1: Theoretical Detection Limit determined for the Cas13a system using 20 nM concentrations of Cas13a and crRNA.

Since our detector has shown to be sensitive enough to detect one- to two-digit nM concentrations of RNase alert, we employed a

Lysis on Chip

We modelled the lysis process on chip to get an idea of how long lysis would need to take place in order to release enough RNA for downstream amplification. For this, we constructed a very simplistic model for bacterial cell lysis. In this, we estimated the rate constants for cell lysis by common colony PCR protocols which use a 10 minute lysis step at 95 °C for thermolysis. Thus, we considered a half-time of Bacteria of 2 minutes at 95 °C. This would result in a lysis efficiency of 96.875%. Starting from this estimation, we considered the rate constant of lysis and thus the half-time using Arrhenius equation as commonly done in the literature:

(1)
(2)

with rate constants k1 and k2 at temperature T1 and T2 and Boltzmann constant R.

where R is the gas constant and k1 and k2 are the rate constant at temperature T1 and T2 The activation energy difference E_A was fitted to a barrier that follows the common rule of thumb that lysis should increase twice in efficiency for every temperature increase of 10 °C. The model for lysis is shown derived in the following:

The full model can then be described by the coupled ordinary differential equations:

(3)
(4)

with klysis being the rate constant of bacterial lysis, kRNase the rate constant of RNA degradation, count of target RNA [targetRNA] and count of bacteria Baks(t). The solution to equation 3 is of course simply:

(5)

Plugging equation 5 into equation 4 gives

(6)

where ratio determines the copy number of a target RNA in a single cell. This differential equation has the form and thus the analytical solution:

Equation 7 + 8

(7)
(8)

with initial condition of

(10)

we get the final solution to the lysis equation:

(11)

The full model at different temperatures looks as follows:

Lysis_Temperature

Figure 3: Effect of lysis temperature on the lysis efficiency of bacterial cells and determination of the released concentration of target RNA from lysis assuming a ratio of 30 RNA molecules per cell.

Signal Amplification

We next developd a model for an RNA amplification circuit. Therefore, we chose a combination of reverse trancription to recombinase polymerase amplification (RPA) and in-vitro transcription. A scheme for the model is shown in Figure 4. Following Occami's razor, we tried to build the model with as few parameters as possible, breaking down the model into a reaction scheme that uses only 4 rate constants. In addition, we made the following assumptions to this model:
First, the RPA reaction is thought to be in the exponential region, independent of Primer concentration since we work in an environment of high primer and dNTP concentrations (up to 1000 nM) and only want to reach RNA concentration within the range of the detection limit of our Cas13a protein, which is in the lower nM region. The same argument goes for the In-Vitro Transcription; since we are in an environment of excessive rNTP concentrations, thus first order approximation is valid.
Rate constants were approximated by experiments or taken from literature. The only rate constant that was not available was the rate of reverse transcription. We, thus, took producer's information about commercial RT kits and estimated from these very conservatively.
The rate constants are the following:

rate constant value reference or rationale
k_lysis 0.000152 [1/s] Liccardello & Nickerson, 1963; temperature dependency via Arrhenius
k_RPA 0.0008 [1/s] experimental data fitted with exponential function
k_Tx 0.0000333 [1/s] Berta Tinao, Master's Thesis, Technical University of Munich
K_RT 0.15 [1/s] http://www.sygnis.com/hiv-reverse-transcriptase/ (11/2/2017)

The coupled ODEs for the signal amplification circuit can be described simply by:

(13)
Equations 12 + 13
(13)


RT-RPA-TX_scheme

Figure 4: Scheme for the RT-RPA-Tx Amplification system.

RT-RPA-TX

Figure 5: Target RNA concentration dependent on initial concentrations to determine the cycle time in RT-RPA-Tx needed for reaching the Cas13a detection limit of 10 nM (red line).

The overall dynamics of the RT-RPA-Tx system are shown below for several starting concentrations of RNA.

Theoretical Detection Limit using the Amplification Circuit and Cas13a Detection

Since the reasoning behind using an amplification method was to bring down the detection limit, a new theoretical detection limit of the device may be determined combining model of lysis and isothermal amplification. For this, a reasonable cycle time for point-of-care application of one hour was chosen.

RT-RPA-TX

Determining Cycle times to reach 10 nM Detection Limit using Amplification Circuit. Red dashed line marks the end of the thermolysis

When comparing this to cycle times needed for reaching the detection limit at 95 °C, one sees that lysis temperatures is not very important to the amplification and only results in a slight shift to longer time scales. This is reasonable, since RPA, and PCR in general, are enormously sensitive methods, and thus only need few templates to show a signal. Also, when comparing the concentrations in the temperature screen above, one can observe that the concentrations of RNA within the sample only change insignificantly, all showing concentrations that range within three-digit attomolar region or higher. Also, this model works with the statement in the literature that as little as 10 templates are enough to trigger amplification through RPA.

Signal Amplification Measurement in RPATx

When we performed time-dependent measurements of crRNA in a RPATx Ansatz, we measured saturation of T7 RNA Polymerase already at 0.2 nM template DNA. The reaction kinetics and thus the formation of RNA showed pseudo-first order dynamics with a rate constant of 97 ng/min transcribed RNA. Compared to the literature (https://www.biosciencetechnology.com/article/2003/09/maximizing-yield-full-length-rna-vitro-transcription-reaction) this is not even the bottleneck since In-Vitro Transcription reactions can yield up to 400 μg in 4 hours. This led us to try out a concentration series of different template concentration and try whether we could detect the extracted RNA with Cas13a.

References

  1. Moody, C., et al. (2016). “A mathematical model of recombinase polymerase amplification under continuously stirred conditions.” Biochemical Engineering Journal 112: 193-201.
  2. Moody, C., et al. (2016). “A mathematical model of recombinase polymerase amplification under continuously stirred conditions.” Biochemical Engineering Journal 112(Supplement C): 193-201.
  3. Li, L., et al. (2011). “Kinetics of hydrothermal inactivation of endotoxins.” Appl Environ Microbiol 77(8): 2640-2647.
  4. Valente, W., et al. (2009). “A Kinetic Study of In Vitro Lysis of Mycobacterium smegmatis.” Chem Eng Sci 64(9): 1944-1952.
  5. Fabritz, H. (2007). “Autoclaves Qualification & Validation.” Experts Meeting in Baden
  6. Marras, S. A., et al. (2004). “Real-time measurement of in vitro transcription.” Nucleic Acids Res 32(9): e72.
  7. Mafart, P., et al. (2002). “On calculating sterility in thermal preservation methods: application of the Weibull frequency distribution model.” Int J Food Microbiol 72(1-2): 107-113.
  8. Chiruta, J. (2000). “Thermat Sterilisation Kinetics of Bacteria as Influenced by Combined Temperature and pH in Continuous Processing of Liquid.” Thesis, The Universit of Adelaide Department of Chemical Engineering Faculty of Engineering.
  9. Rauhut, R. and G. Klug (1999). “mRNA degradation in bacteria.” FEMS Microbiol Rev 23(3): 353-370.
  10. Licciardello, J. J., & Nickerson, J. T. R. (1963). “Some Observations on Bacterial Thermal Death Time Curves.” Applied Microbiology, 11(6), 476–480.
  11. Deindoerfer, F. H. (1957). “Calculation of Heat Sterilization Times for Fermentation Media.” Applied Microbiology, 5(4), 221–228.

LightbringerReal

Figure 2: Theoretical Detection Limit determined for the Cas13a system using concentrations of 1 nM Cas13a and 10 nM crRNA.