Team:HUST-China/Modeling/GM
From 2012.igem.org
(Difference between revisions)
HUST LiChen (Talk | contribs) |
HUST LiChen (Talk | contribs) |
||
Line 29: | Line 29: | ||
<h3>Basic Concepts and the Aggregation Circuit</h3> | <h3>Basic Concepts and the Aggregation Circuit</h3> | ||
The ODE formalism models the concentrations of RNAs, proteins, and other molecules by time-dependent variables with values contained in the set of nonnegative real numbers. Regulatory interactions take the form of functional and differential relations between the concentration variables. For a typical transcription-translation process, the ODEs modeling approach associates two ODEs with any given gene $i$; one modeling the rate of change of the concentration of the transcribed mRNA $r_i$, and the other describing the rate of change of the concentration of its corresponding translated protein $p_i$. Thus for our network with 3 genes we have: | The ODE formalism models the concentrations of RNAs, proteins, and other molecules by time-dependent variables with values contained in the set of nonnegative real numbers. Regulatory interactions take the form of functional and differential relations between the concentration variables. For a typical transcription-translation process, the ODEs modeling approach associates two ODEs with any given gene $i$; one modeling the rate of change of the concentration of the transcribed mRNA $r_i$, and the other describing the rate of change of the concentration of its corresponding translated protein $p_i$. Thus for our network with 3 genes we have: | ||
+ | |||
+ | |||
+ | $$\frac{dr_i}{dt}=F\left(R_i(p_1), R_i(p_2), R_i(p_3)\right)-\gamma_ir_i$$ | ||
+ | |||
+ | $$\frac{dp_i}{dt}=P_i(r_i)-\delta_ip_i$$ | ||
+ | |||
+ | Where (1) describes transcription, (2) describes translation, and $i = 1,…,N$. The functions $R_i(p_j)$ describe the dependence of mRNA concentration on protein concentration $p_j$ (If protein $p_j$ has no effect on mRNA $r_i$, then correspond function is set to zero.) The functional $F(•$) in (1) is defined in terms of sums and products of functions $R_i$. Function $P_i$ in (2) describes the translation of the mRNA $r_i$ into a protein $p_i$. Parameters $\gamma_i$, $\delta_i (i = 1,…,N)$, represent the degradation parameters of the mRNAs and proteins produced by gene i. As is common, we shall assume that the degradation of proteins or mRNAs is not regulated, namely that it does not depend on the concentrations of other molecules in the cell. Function $R_i$ is assumed to be in the form of Hill function as usual (since our cases are all inhibitors, we shall denote the Hill function $h^-(p,K,n))$, and the function $P_i$ is taken to be a linear term proportional to the concentration of mRNA $r_i$. | ||
+ | |||
+ | $$h^-\left(p_i;K_i,n_i\right)=\frac{K_i^{n_i}}{p_i^{n_i}+K_i^{n_i}}$$ | ||
+ | where $K_i$ is the microscopic dissociation constant, and $n_i$ is Hill coefficient, describing cooperativity. | ||
+ | The regulatory network: | ||
+ | <img src="https://static.igem.org/mediawiki/2012/6/6d/Model_Regulatory_Network.png" alt="Image of Regulatory Network" title="Regulatory Network"> | ||
+ | Equations and Parameters | ||
+ | Based on the fundamental assumptions above, we use ODEs to stimulate the circuit above. Taking both time and space into account, we can get all the equations as followed: (r represents the radical distance of one point in this environment from the pole.) | ||
\begin{equation} | \begin{equation} | ||
- | \frac{ | + | \frac{d[H^+]}{dt}=\frac{\delta C(r,t)}{\delta t} |
\end{equation} | \end{equation} | ||
\begin{equation} | \begin{equation} | ||
- | \frac{ | + | \frac{d[r_1]}{dt}=\frac{m_1}{1+\left(\frac{[H^+]}{K_1}\right)^n}-\gamma[r_1] |
\end{equation} | \end{equation} | ||
- | + | \begin{equation} | |
- | + | \frac{d[LuxI]}{dt}=k[r_1]\delta_1[LuxI] | |
- | + | \end{equation} | |
- | + | ||
- | + | \begin{equation} | |
- | + | \frac{d[AHL]}{dt}=\frac{V_1[LuxI]}{K_2+[LuxI]}-k_1[LuxR][AHL]-\delta _2[AHL] | |
- | + | \end{equation} | |
- | + | ||
- | + | \begin{equation} | |
+ | \frac{d[LuxR]}{dt}=k[r_1]-k_1[LuxR][AHL]-\delta_3[LuxR] | ||
+ | \end{equation} | ||
+ | |||
+ | \begin{equation} | ||
+ | \frac{d[A]}{dt}=k_1[LuxR][AHL]-\frac{m_2}{1+\left(\frac{[A]}{K_3}\right)^n}-\delta_4[A] | ||
+ | \end{equation} | ||
+ | |||
+ | \begin{equation} | ||
+ | \frac{d[cI]}{dt}=k[r_2]+\alpha-\delta_5[cI] | ||
+ | \end{equation} | ||
+ | |||
+ | \begin{equation} | ||
+ | \frac{d[r_3]}{dt}=\frac{m_3}{1+\left(\frac{[cI]}{K_4}\right)}-\gamma[r_3] | ||
+ | \end{equation} | ||
+ | |||
+ | \begin{equation} | ||
+ | \frac{d[LacI]}{dt}=k[r_3]=k[IPTG]-\delta_6[LacI] | ||
+ | \end{equation} | ||
+ | |||
+ | \begin{equation} | ||
+ | \frac{d[r_4]}{dt}=\frac{m_4}{1+\left(\frac{K_5}{[LacI]}\right)^n}-\gamma[r_4] | ||
+ | \end{equation} | ||
+ | |||
+ | \begin{equation} | ||
+ | \frac{d[CsgD]}{dt}=k[r_4]-\delta_7[CsgD] | ||
+ | \end{equation} | ||
+ | \begin{equation} | ||
+ | \frac{d[CsgD]}{dt}=k[r_4]-\delta_7[CsgD] | ||
+ | \end{equation} | ||
Revision as of 14:00, 25 September 2012
HUST CHINA
The modeling consists of three parts:
a) a modeling of the plane distribution of protons
b) the aggregation circuit of quorum sensing.
a) a modeling of the plane distribution of protons
b) the aggregation circuit of quorum sensing.