Skip to content

Commit

Permalink
deploy: c20cafb
Browse files Browse the repository at this point in the history
  • Loading branch information
anumazam committed Sep 17, 2024
1 parent fcf7814 commit 85f130d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 6_advbiochem.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h2>Gene input functions<a class="headerlink" href="#gene-input-functions" title
<span class="c1"># define constants</span>

<span class="n">a</span> <span class="o">=</span> <span class="mi">1</span> <span class="c1"># removal rate</span>
<span class="n">K</span> <span class="o">=</span> <span class="mf">0.33</span> <span class="c1"># dissociation constant</span>
<span class="n">K</span> <span class="o">=</span> <span class="mf">0.33</span> <span class="c1"># concentration of X* that gives 50% activity</span>
<span class="n">n</span> <span class="o">=</span> <span class="mi">2</span> <span class="c1"># hill coefficient</span>

<span class="c1"># INPUT FUNCTION DEFINITIONS</span>
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion _sources/6_advbiochem.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"# define constants\n",
"\n",
"a = 1 # removal rate\n",
"K = 0.33 # dissociation constant\n",
"K = 0.33 # concentration of X* that gives 50% activity\n",
"n = 2 # hill coefficient\n",
"\n",
"# INPUT FUNCTION DEFINITIONS\n",
Expand Down
Loading

0 comments on commit 85f130d

Please sign in to comment.