1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
|
<html>
<head>
<title>SAfSB Chapter 2</title>
</head>
<body>
<h1>SAfSB Chapter 2</h1>
<h2>Example 2.8 (Standard Modification)</h2>
<p>
The standard modification model is comprised of the two reactions
U → W and W → U. Both reactions have mass action rate laws with
propensity factors of 2.
Open the file <tt>examples/cain/SAfSB/Chapter2/Example-2_08-StdMod.xml</tt>.
In the recorder panel select all species and all reactions. Then
click the launch button in the launcher panel to numerically solve
the system of ordinary differential equations. Below we plot the
species populations and the reaction rates. For the latter
we use the Binned Reactions radio button in the plot configuration window.
</p>
<!--To generate the plots, change the line width to 2. Save as PDF. In
Preview, save as JPEG, and then resize to have width of 4 inches.-->
<p align="center">
<img src="SAfSB/Chapter2/Example-2_08-StdMod-Sp.jpg">
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_08-StdMod-BR.jpg">
</p>
<h2>Example 2.9 (Heterodimerization)</h2>
<p>
Open the file <tt>examples/cain/SAfSB/Chapter2/Example-2_09-HetDim.xml</tt>.
Below we plot the species populations and the reaction rates.
(Note that because X1 and X2 have the same concentrations, we plot
them with different line styles so that both lines are visible.)
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_09-HetDim-S.jpg">
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_09-HetDim-BR.jpg">
</p>
<h2>Example 2.10 (Lotka-Volterra)</h2>
<p>
Open the file <tt>examples/cain/SAfSB/Chapter2/Example-2_10-LotVol.xml</tt>.
Below we plot the species populations and the reaction rates.
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_10-LotVol-S.jpg">
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_10-LotVol-BR.jpg">
</p>
<h2>Example 2.11 (Enzyme Kinetic Reaction)</h2>
<p>
Open the file <tt>examples/cain/SAfSB/Chapter2/Example-2_11-EnzKin.xml</tt>.
Below we plot the species populations and the reaction rates.
For the latter, we change the legend labels to the textual
representation of the reactions in the plot configuration window.
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_11-EnzKin-S.jpg">
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_11-EnzKin-BR.jpg">
</p>
<h2>Example 2.12 (Schlogl)</h2>
<p>
Open the file <tt>examples/cain/SAfSB/Chapter2/Example-2_12-Schlogl.xml</tt>.
Note that Cain does not support the concept of buffered species. Thus
<i>A</i> and <i>B</i> are represented as parameters. Their population
values are explicitly included in the reaction propensities.
Below we plot the species populations and the reaction rates.
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_12-Schlogl-S.jpg">
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_12-Schlogl-BR.jpg">
</p>
<h2>Example 2.15 (Gene Regulation)</h2>
<p>
Open the file <tt>examples/cain/SAfSB/Chapter2/Example-2_15-GeneReg.xml</tt>.
Below we plot the species populations and the reaction rates.
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_15-GeneReg-S.jpg">
</p>
<p align="center">
<img src="SAfSB/Chapter2/Example-2_15-GeneReg-BR.jpg">
</p>
</body>
</html>
|