Back...
Script
Input Script
;______________________________________________________________________
[task]
data = generic
task = fit
[parameters]
S, Km, Vmax
[model]
Km = 100 ??
Vmax = 10 ??
v = Vmax * S / (S + Km)
[data]
variable S
directory ./proj/CHEF/EGFR/rates/tmax-21
graph EGFR :: Sub006 :: t_{max} = 1260
sheet rates--EGFR--Sub006--tmax-1260.csv
column 2 error 3
[output]
directory ./proj/CHEF/EGFR/rates/tmax-21/EGFR--Sub006--tmax-1260/output/fit-rates-linear
[settings]
{Output}
XAxisLabel = [S]_0, {/Symbol m}M
YAxisLabel = v, rfu/sec
ConfidenceBands = y
WriteTeX = y
[end]
;______________________________________________________________________
;______________________________________________________________________
Back...
|