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
  
     | 
    
      <html>
<head>
<title>Batch Immigration-Death</title>
</head>
<body>
<h1>Batch Immigration-Death</h1>
<!------------------------------------------------------------------------>
<h2>dsmts-004-01</h2>
<p>
This model has a single species <em>X</em> and has two reactions with
mass-action kinetics.
The batch immigration reaction is <em>0 → 5 X</em> with rate 
parameter Alpha = 1. The death reaction is <em>X → 0</em> with 
rate parameter Mu = 0.2.
Use the open button <img src="fileopen.png">  in the tool bar
to import the file
<tt>examples/sbml/dsmts31/dsmts-004-01.xml</tt>. The model is imported 
correctly and the reactions are recognized as having 
mass-action kinetics. 
Below is the plot of the mean and standard deviation of the species 
population calculated from 10,000 trajectories.
</p>
<p>
<img src="DsmtsBatch01Mean.jpg">
</p>
<p>
<img src="DsmtsBatch01StdDev.jpg">
</p>
<!------------------------------------------------------------------------>
<h2>dsmts-004-02</h2>
<p>
This model is the same as dsmts-004-01, except that the immigration 
reaction is <em>0 → 10 X</em> and the rate parameter Mu is
changed to 0.4.
</p>
<p>
<img src="DsmtsBatch02Mean.jpg">
</p>
<p>
<img src="DsmtsBatch02StdDev.jpg">
</p>
<!------------------------------------------------------------------------>
<h2>dsmts-004-03</h2>
<p>
This model is the same as dsmts-004-01, except that the immigration 
reaction is <em>0 → 100 X</em> and the rate parameter Mu is
changed to 4.
</p>
<p>
<img src="DsmtsBatch03Mean.jpg">
</p>
<p>
<img src="DsmtsBatch03StdDev.jpg">
</p>
</body>
</html> 
     |