We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171d399 commit 37c660fCopy full SHA for 37c660f
README.md
@@ -181,7 +181,7 @@ model describes how the volume of a cell ($V$) is affected by a growth factor ($
181
factor only promotes growth while in its phosphorylated form ($Gᴾ$). The phosphorylation of $G$
182
($G \to Gᴾ$) is promoted by sunlight (modeled as the cyclic sinusoid $kₐ*(sin(t)+1)$), which
183
phosphorylates the growth factor (producing $Gᴾ$). When the cell reaches a critical volume ($V$)
184
-it undergoes through cell division. First, we declare our model:
+it undergoes cell division. First, we declare our model:
185
```julia
186
using Catalyst
187
cell_model = @reaction_network begin
0 commit comments