iBioSim/prismtest/pro.csl
LukasBuecherl 2674494894 Working
2023-03-06 12:20:29 +00:00

10 lines
282 B
Text

// Hazard for transitions where YFP should remain low: the probability that YFP reaches 30 or above molecules
P=? [ true U[0,1000] (YFP_protein >= 30) ]
//P=? [ true U[0,1000] (YFP_protein > 30) ]
// // For 010to111 and 100to111
// P=? [!(true U[0,1000] (YFP_protein > 30)) ]