Team:HokkaidoU Japan/Projects/H Stem
From 2014.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
- | <h1> | + | <h1 id="Overview">Overview</h1> |
- | <h1>How To Use</h1> | + | <h1 id="How_To_Use">How To Use</h1> |
- | <h1>Modelling</h1> | + | <h1 id="Modelling">Modelling</h1> |
<div id="button"> | <div id="button"> |
Revision as of 13:02, 13 October 2014
Overview
How To Use
Modelling
\[ X+Y \overset{k_{\rm unbind}}{\underset{k_{\rm bind}}{\rightleftharpoons}} Z \]
\begin{cases}
\dot{x}=a-bx-k_{\rm bind}xy+k_{\rm unbind}z & \\
\dot{y}=1-y-k_{\rm bind}xy+k_{\rm unbind}z & \\
\dot{z}=k_{\rm bind}xy-k_{\rm unbind}z-cz &
\end{cases}
\[ y=\frac{1}{2} \biggl\{ \sqrt{ \bigl( a-1+\frac{b}{\gamma} \bigl)^2 +4 \frac{b}{\gamma}} - \Bigl( a-1+\frac{b}{\gamma} \Bigl) \biggl\} \]
\[ \gamma = \frac{k_{\rm bind}c}{k_{\rm unbind}+c} \]