Fix syntax error
This commit is contained in:
parent
fce4a30e99
commit
dc5fd3a1c4
1 changed files with 3 additions and 2 deletions
|
@ -13,10 +13,11 @@ For activators, we have a different curve (seen below in red, contrasted to the
|
||||||
|
|
||||||
$$\beta(a)=\beta_0\frac{p_\text{bound}}{p_\text{tot}}=\beta_0\frac{a/K_d}{1 + a/K_d}$$
|
$$\beta(a)=\beta_0\frac{p_\text{bound}}{p_\text{tot}}=\beta_0\frac{a/K_d}{1 + a/K_d}$$
|
||||||
|
|
||||||
|
|
||||||
<div class="graph">
|
<div class="graph">
|
||||||
<div id="binding-curve"></div>
|
<div id="binding-curve"></div>
|
||||||
<div>
|
<div>
|
||||||
<label for="kd">K<sub>d</sub</label>
|
<label for="kd">K<sub>d</sub></label>
|
||||||
<input type="range" id="kd" value=1>
|
<input type="range" id="kd" value=1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -41,4 +42,4 @@ That was a short section. Onward!
|
||||||
['β', 'β(x) is the simple binding curve. β0 is the maximum expression level.'],
|
['β', 'β(x) is the simple binding curve. β0 is the maximum expression level.'],
|
||||||
['a', 'The concentration of activator.']
|
['a', 'The concentration of activator.']
|
||||||
])
|
])
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue