
** Binomial Number mechanics
** 2022.6.30
** 2022.8.27
** inp_feedback_403_02.txt

*Time, 
** start,  end, console out, plot out,  csv out,  unit
       0, 50000,  10000,   50000, 10000,  steps
*End 


*Element
** 0:element name, 1:initial number, 2:plot color, 3:real name, 4:type, 5:volume , 6: volume unit
pX,  100, Gray
pY,  0, magenta
pZ,  0, Red
pX*,  0, Black
pY*,  0, orange
amino, 1000000, 
Sx, 100, Red
Sy, 100, Magenta
DNA-Y, 1, blue
DNA-Z, 1, blue
DNA-Z_X*, 0, Cyan
DNA-Z_X*_Y*, 0, Blue
DNA-Y_X*, 0, Green   
*End 

*Reaction, 100000
r2_1, 300, 1, Sx, 1, pX, 0.1, 1, pX*
r2_1, 400, 1, Sy, 1, pY, 0.1, 1, pY*
r2_1, 500, 1, pX*, 1, DNA-Y, 10, 1, DNA-Y_X*   
r2_3, 600, 1, DNA-Y_X*, 20, amino, 1, 1, pY, 1, DNA-Y, 1, pX
r3_3, 700, 1, DNA-Z, 1, pX*, 1, pY*, 1000, 1, DNA-Z_X*_Y*
rM,   800, 1, DNA-Z_X*_Y*, 30, amino,
             100
           1, DNA-Z, 1, pZ, 1, pX, 1, pY 
*End 

*Plot, linear
** second item is "linear" or "log".
 Sx, Sy
 pX, pX*, pY, pY*, pZ, 
 DNA-Y_X*, DNA-Z_X*,
 pX*, pY*, pZ,
 DNA-Z_X*_Y*
*End 

** comment
2022.3.9
