ETH Sim Mod AND tRNA
From 2006.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 2: | Line 2: | ||
---- | ---- | ||
+ | ==== help constants ==== | ||
+ | [[ETH_Sim_Constants|constants legend]] | ||
+ | ==== constant set: '2h prot. half life' ==== | ||
[[image:ETH_Sim_Mod_AND_tRNA_2h.jpg]] | [[image:ETH_Sim_Mod_AND_tRNA_2h.jpg]] | ||
- | simulated with these constants | + | simulated with these constants ([[ETH_Sim_Constants|constants legend]]) |
<pre> | <pre> | ||
case '2h prot. half life' | case '2h prot. half life' | ||
Line 32: | Line 35: | ||
---- | ---- | ||
+ | ==== constant set: '5h prot. half life' ==== | ||
[[image:ETH_Sim_Mod_AND_tRNA_5h.jpg]] | [[image:ETH_Sim_Mod_AND_tRNA_5h.jpg]] | ||
- | simulated with these constants | + | simulated with these constants ([[ETH_Sim_Constants|constants legend]]) |
<pre> | <pre> | ||
otherwise %case '5h prot. half life' | otherwise %case '5h prot. half life' |
Latest revision as of 06:35, 20 September 2006
back to → ETH 2006 Main Page → Half adder idea
help constants
constant set: '2h prot. half life'
simulated with these constants (constants legend)
case '2h prot. half life' % approximate (median) concentration of I1/I2/I1p/I2p % used for k/K constants depending on this concentration stateT7R = 250; k.T7R = .1; % [] k.tRNA = .1; % [] l.T7R = 1/stateT7R; % [1/(muM*min)] depending on T7R l.T7Rd = .1; % [1/min] l.tRNA = .1; % [1/min] d.T7R = log(2)/120; % [1/min] d.T7Rd = log(2)/120; d.tRNA = log(2)/(60*24*2); d.mT7R = log(2)/30; d.mtRNA = log(2)/30; d.mOut = log(2)/30; d.Out = log(2)/120; r.Out = 0.1; % [] p.Out = 0.1 * r.Out; % a*r [] l.Out = 1; % [1/min] K.Out = stateT7R; % muM--> depending on T7R n.Out = 1; % []
constant set: '5h prot. half life'
simulated with these constants (constants legend)
otherwise %case '5h prot. half life' % approximate (median) concentration of I1/I2/I1p/I2p % used for k/K constants depending on this concentration stateT7R = 400; k.T7R = .1; % [] k.tRNA = .1; % [] l.T7R = 1/stateT7R; % [1/(muM*min)] depending on T7R l.T7Rd = .1; % [1/min] l.tRNA = .1; % [1/min] d.T7R = log(2)/300; % [1/min] d.T7Rd = log(2)/300; d.tRNA = log(2)/(60*24*2); d.mT7R = log(2)/30; d.mtRNA = log(2)/30; d.mOut = log(2)/30; d.Out = log(2)/300; r.Out = 0.1; % [] p.Out = 0.1 * r.Out; % a*r [] l.Out = 1; % [1/min] K.Out = stateT7R; % muM--> depending on T7R n.Out = 1; % []