Team:Carnegie Mellon/Mod-Derivations

From 2012.igem.org

Revision as of 14:35, 29 September 2012 by PeterJWei (Talk | contribs)

Image:CMU_image6.jpeg




Model Documentation


Documentation Preface

The documentation of the model consists of the derivations of all the equations used to create the model. Each equation contributes a piece of the picture which ultimately results in the calculations of important cell characteristics. These equations live in the matlab model that can be found here.

Note: While we did not implement the matlab code due to the estimation of some of our parameters, the equations of the model were still used in the fitting of the data. These equations formed the foundation that helped extract some important cellular characteristics from the raw data that we took.

Experimental Data Analysis


Let fluorescent mRNA and protein concentration be represented by $[R_f]$ and $[P_f]$ respectively. They are related directly to the fluorescence level, which we will label $F_r$ and $F_p$.

\begin{equation}{F_r = k_r \cdot [R_f]\cdot (S_r)}\end{equation} \begin{equation}{F_p = k_p \cdot [P_f] \cdot (S_p)}\end{equation}

Where $S_r$ and $S_p$ are scaling factors for mRNA and protein respectively and $k_r$ and $k_p$ are constants that transform fluorescence to mRNA and protein concentrations.

In the experiment, one uses a plate reader with varying concentration of the dyes in rows and varying time measurements in columns. The following image represents this.

We will also have another row for in vitro measurements. From this row we will graph the fluorescence versus the dye concentration, and the fluorescence will level off at some saturation point. Because the saturation point in vitro will be greater than the saturation point in vivo, we must scale all the fluorescence measurements we find in vivo, which is the importance of $S_r$ and $S_p$.

At this point we will find out the scaling factors $S_r$ and $S_p$. Step 1 is to put samples into the plate reader and take more samples of the same concentration and measure them in vitro. Then, we will measure all the wells at the same time point, and find the saturation fluorescence of the in vitro and the in vivo wells. Dividing the two gives us the $S_r$ and $S_p$.

At each time point we will graph the in vivo fluorescence vs dye concentrations and find the first dye concentration where saturation occurs. This dye concentration is thus the mRNA/protein total concentration, as we will assume that there will be a 1-1 correspondence of dye and mRNA/protein. We then multiply each by the scaling factor $S_r$ or $S_p$ to get the actual mRNA.

Equilibrium Constants


To check, we can find the fluorescent mRNA concentrations from the mRNA values we obtained in vivo. General first order chemical reactions begin (theoretically):

\begin{equation}\alpha [A] + \beta [B] \leftrightarrow \gamma [AB]\end{equation}

Where $[AB] = 0$. So then, the equation becomes:

\begin{equation}(\alpha[A] - \gamma [AB]) + (\beta[B] - \gamma [AB]) \leftrightarrow \gamma [AB]\end{equation}

We will assume that $\alpha$, $\beta$, and $\gamma$ are all equal to 1. Our [A] will be mRNA/protein and [B] will be the dye concentrations. mRNA dye, which is DFHBI, will be $[D_D]$ and protein dye, which is malachite green, will be $[D_M]$. Our equations are thus:

\begin{equation}([R]_{i} - [R_f]) + ([D_D] - [R_f]) \leftrightarrow ([R_f])\end{equation} \begin{equation}([P]_{i} - [P_f]) + ([D_M] - [P_f]) \leftrightarrow ([P_f])\end{equation}

Then, the equilibrium constant $K_D$ is then defined as:

\begin{equation}K_{D_R} = \frac{[AB]}{([A]_0 - [AB]) ([B]_0 - [AB])\end{equation}

Now inputting our variables for mRNA expression,

\begin{equation}K_{D_R} = \frac{[R_f]}{([R]_0 - [R_f])([D_R]_0 - [R_f])\end{equation}

We can solve for $[Rf]$ using a quadratic equation.

\begin{equation}[R_f]^2 \cdot K_{D_R} - [R_f]\cdot [K_{D_R}([R] + D_R) + 1] + K_{D_R} \cdot [R] \cdot {D_R} = 0\end{equation}

And similarly for protein.

2·KDR

Degradation


Degradation occurs for both mRNA and protein. After shutting off production of mRNA/protein, one can measure the degradation coefficient. Some intuition reveals that the amount that is degraded is proportional to the amount of mRNA/protein that is present.

d[R] =−α·[R] dt

Protein often has another constant attached to degradation, labeled maturation. Matu- ration (a) takes into account the time it takes for a protein to mature before fluorescence can actually occur. Maturation is also dependent on the amount of protein available. In this case, the equation would be

d[P] =−(a+β)·[P] dt

However, since the fluorogen activated protein (FAP) takes a small amount of time to fold and to bind to the dye, one can make a reasonable assumption that maturation is 0. So the simplified equation is

d[P] =−β·[P] dt

These equations can be solved by first order linear differential equation techniques.PROTEIN MODEL 5

[R] = [R]max · e−α·t [P] = [P]max · e−β·t

From these equations α and β can be determined easily.

mRNA Expression


From the mRNA expression equations, we know that

d[R] =Ts·[D]−α·[R] dt

Where Ts is the transcriptional efficiency and α is the degradation constant associated with mRNA degradation, and R is the mRNA concentration or amount.

We see next that this is a first order linear equation, as Ts, [D] and α are constants. Rearranging, we get

d[R] +α·[R]=Ts·[D] dt

The small integrating factor is thus eα·t

Simplifying

d[R] ·eα·t +α·[R]·eα·t =Ts·[D]·eα·t dt

d([R]·eα·t) = Ts · [D] · eα·t dt

[R]·eα·t =􏰀Ts·[D]·eα·t dt6

[R]·eα·t = Ts·[D] ·eα·t +C α

C = −Ts·[D] α

[R] · eα·t = Ts·[D] · eα·t − Ts·[D] αα

[R] = T s·[D] − T s·[D] · e−α·t αα

[R]= Ts·[D] ·(1−e−α·t) α

Protein Expression


The protein model is a bit different from the mRNA model due to the fact that the amount of protein depends on the amount of mRNA, which is variable. mRNA is only dependent on D, which is invariable.

The basic equation looks like:

d[P] =[R]·Tl−β·[P] dt

Where [P] is the protein concentration or amount, [R] is still mRNA, Tl is the transla- tional efficiency, and β is the degradation constant associated with the protein.

Conveniently, we have already solved for our only hurdle to a first order linear equation, the mRNA amount. We will substitute in for mRNA now.

d[P] =(1−e−α·t)·Ts·[D] ·Tl−β·[P] dt α

Now we can solve the first order linear equation.

d[P] +β·[P]=(1−e−α·t)·Ts·[D] ·Tl dt α

It can be seen that the integrating factor is eβ·t d[P] ·eβ·t+β·[P]·eβ·t =eβ·t·(1−e−α·t)·Ts·[D] ·Tl

dt α

d([P]·eβ·t) =eβ·t·(1−e−α·t)·Ts·[D] ·Tl dt α

[P]·eβ·t =􏰀(1−e−α·t)·Ts·[D] ·eβ·t·Tldt α

[P]·eβ·t =Tl·􏰀Ts·[D] ·eβ·t dt−Tl·􏰀Ts·[D] ·e(−α+β)·t dt αα

[P]·eβ·t =Tl·Ts·[D] ·eβ·t−Tl· Ts·[D] ·e(−α+β)·t+C α·β α·(−α+β)

Now we solve for C. When t = 0, P = 0

C=−Tl·Ts·[D]·(1− 1 ) α β −α+β

[P]·eβ·t =Tl·Ts·[D] ·eβ·t−Tl· Ts·[D] ·e(−α+β)·t−Tl·Ts·[D] ·(1 − 1 ) α·β α·(−α+β) α β −α+β

FInally, we solve for Tl.

[P]=Tl·(Ts·[D]− Ts·[D] ·e−α·t−Ts·[D]·(1− 1 )·e−β·t) α·β α·(−α+β) α β −α+β

Tl = [P] T s·[D] − T s·[D] ·e−α·t− T s·[D] ·( 1 − 1 )·e−β·t

α·β α·(−α+β) α β −α+β

Tl is the translational efficiency, which is the second characteristic we were trying to solve for.

Tl = [P] T s·[D] ·(1−e−β·t)− T s·[D] ·(e−α·t−e−β·t)

(α·β) α·(−α+β)

Polymerase Per Second


Taking inspiration from ”Measuring the activity of BioBrick promoters using an in vivo reference standard” by Kelly et al., we can derive our own equation for polymerase per second (PoPS).

mRNA is produced by the number of promoters times the rate of initiations of poly- merase onto the promoters, or n · P oP S. mRNA is degraded by the degradation equation we derived earlier, which is −α · [R].

d[R] =n·PoPS−α·[R] dt

Where n is the number of promoters in a cell, PoPS is the rate of initiations of RNA polymerase onto the promoters.

Protein is produced by the translational efficiency times the mRNA, which is [R] · T l. Protein is degraded by the degradation equation we derived above, which is −β · [P ].

d[P] =[R]·Tl−β·[P]dt

At steady state, it can be assumed that d[R] = 0 and d[P ] = 0.

So we have

Substituting leaves:

dt dt

PoPS = α·[R] n

[R] = β·[P] Tl

PoPS = α·β·[P] n·T l

The output of the model is polymerase per second, which is what we have found here. It is important to realize that the purpose of finding polymerase per second is that for the current environment of a promoter and the specific type of promoter, it can be characterized using polymerase per second. Experiments can thus easily be conceived by running two experiments on the same promoter under different conditions to see how a promoter is affected, or by running two experiments on different promoters under the same conditions to see which is a stronger promoter.

Image:TartanFooter.jpeg