-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
22 changed files
with
124 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
arFramework3/Examples/Boehm_JProteomeRes2014/Models/model_Boehm_JProteomeRes2014.def
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
DESCRIPTION | ||
"IMPORTANT: Do not use this file with arLoadModel. Unexpected behavior may occur because of missing observable formulas.""FullModel" | ||
"SBML level 2 version 4" | ||
|
||
PREDICTOR | ||
t T "min" time 0 100 | ||
|
||
COMPARTMENTS | ||
cyt V "pl" vol. 1.4 | ||
nuc V "pl" vol. 0.45 | ||
|
||
STATES | ||
STAT5A C "nM" conc. cyt 1 "STAT5A" | ||
STAT5B C "nM" conc. cyt 1 "STAT5B" | ||
pApB C "nM" conc. cyt 1 "pApB" | ||
pApA C "nM" conc. cyt 1 "pApA" | ||
pBpB C "nM" conc. cyt 1 "pBpB" | ||
nucpApA C "nM" conc. nuc 1 "nucpApA" | ||
nucpApB C "nM" conc. nuc 1 "nucpApB" | ||
nucpBpB C "nM" conc. nuc 1 "nucpBpB" | ||
|
||
INPUTS | ||
BaF3_Epo C "n/a" conc. "epo_level*exp(-Epo_degradation_BaF3*t)" | ||
|
||
REACTIONS | ||
2 STAT5A -> pApA CUSTOM "BaF3_Epo*STAT5A^2*k_phos" "v1_v_0" | ||
STAT5A + STAT5B -> pApB CUSTOM "BaF3_Epo*STAT5A*STAT5B*k_phos" "v2_v_1" | ||
2 STAT5B -> pBpB CUSTOM "BaF3_Epo*STAT5B^2*k_phos" "v3_v_2" | ||
pApA -> nucpApA CUSTOM "k_imp_homo*pApA" "v4_v_3" | ||
pApB -> nucpApB CUSTOM "k_imp_hetero*pApB" "v5_v_4" | ||
pBpB -> nucpBpB CUSTOM "k_imp_homo*pBpB" "v6_v_5" | ||
nucpApA -> 2 STAT5A CUSTOM "k_exp_homo*nucpApA" "v7_v_6" | ||
nucpApB -> STAT5A + STAT5B CUSTOM "k_exp_hetero*nucpApB" "v8_v_7" | ||
nucpBpB -> 2 STAT5B CUSTOM "k_exp_homo*nucpBpB" "v9_v_8" | ||
|
||
DERIVED | ||
|
||
OBSERVABLES | ||
|
||
ERRORS | ||
|
||
CONDITIONS | ||
init_STAT5A "207.6*ratio" | ||
init_STAT5B "207.6 - 207.6*ratio" | ||
init_pApB "0" | ||
init_pApA "0" | ||
init_pBpB "0" | ||
init_nucpApA "0" | ||
init_nucpApB "0" | ||
init_nucpBpB "0" | ||
|
||
PARAMETERS | ||
Epo_degradation_BaF3 0.0269765 0 0 0 1000 | ||
epo_level 1 0 0 0 1000 | ||
k_exp_hetero 1.00097e-05 0 0 0 1000 | ||
k_exp_homo 0.00617238 0 0 0 1000 | ||
k_imp_hetero 0.0163702 0 0 0 1000 | ||
k_imp_homo 96807.7 0 0 0 968077 | ||
k_phos 15767.6 0 0 0 157676 | ||
ratio 1 0 0 0 1000 | ||
BaF3_Epo 0 0 0 0 1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
arInit; | ||
arLoadModel('model_Boehm_JProteomeRes2014'); | ||
arLoadData('measurementData_Boehm_JProteomeRes2014.tsv'); | ||
arCompileAll; |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ | |
plotOnlyData = false; | ||
end | ||
|
||
matVer = ver('MATLAB'); | ||
matVer = arVer; | ||
|
||
if(evalfun) | ||
try | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
|
||
function arPlotV(saveToFile, fastPlot) | ||
|
||
matVer = ver('MATLAB'); | ||
matVer = arVer; | ||
|
||
global ar | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
function arPlotX(saveToFile, fastPlot) | ||
|
||
matVer = ver('MATLAB'); | ||
matVer = arVer; | ||
|
||
global ar | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
function matVer = arVer | ||
|
||
% matVer = arVer | ||
% | ||
% *** AVOID USING THIS FUNCTION! verLessThan IS RECOMMENDED *** | ||
% *** DO NOT USE ver('matlab') AS THIS WON'T WORK WITH VERSIONS >= 9.10 *** | ||
% | ||
% Return MATLAB version with fix for 2021a (9.10) which leads to unexpected | ||
% behaviour when converting '9.10' to double. | ||
|
||
matVer = ver('MATLAB'); | ||
|
||
versplit = strsplit(matVer.Version,'.'); | ||
if strcmp(matVer.Version, '9.10') | ||
matVer.Version = '9.91'; | ||
elseif strcmp(matVer.Version, '9.11') | ||
matVer.Version = '9.92'; | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters