TheBobBob commited on
Commit
cf460dc
·
verified ·
1 Parent(s): 5cf121f

Delete BioModelsRAG

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. BioModelsRAG/2data/BIOMD0000000001.txt +0 -224
  2. BioModelsRAG/__init__.py +0 -19
  3. BioModelsRAG/__pycache__/__init__.cpython-311.pyc +0 -0
  4. BioModelsRAG/data/BIOMD0000000001.txt +0 -224
  5. BioModelsRAG/data/BIOMD0000000002.txt +0 -155
  6. BioModelsRAG/data/BIOMD0000000003.txt +0 -124
  7. BioModelsRAG/data/BIOMD0000000004.txt +0 -102
  8. BioModelsRAG/data/BIOMD0000000005.txt +0 -114
  9. BioModelsRAG/data/BIOMD0000000006.txt +0 -66
  10. BioModelsRAG/data/BIOMD0000000007.txt +0 -266
  11. BioModelsRAG/data/BIOMD0000000008.txt +0 -121
  12. BioModelsRAG/data/BIOMD0000000009.txt +0 -250
  13. BioModelsRAG/data/BIOMD0000000010.txt +0 -140
  14. BioModelsRAG/data/BIOMD0000000011.txt +0 -272
  15. BioModelsRAG/data/BIOMD0000000012.txt +0 -161
  16. BioModelsRAG/data/BIOMD0000000013.txt +0 -264
  17. BioModelsRAG/data/BIOMD0000000014.txt +0 -1635
  18. BioModelsRAG/data/BIOMD0000000015.txt +0 -411
  19. BioModelsRAG/data/BIOMD0000000016.txt +0 -119
  20. BioModelsRAG/data/BIOMD0000000017.txt +0 -218
  21. BioModelsRAG/data/BIOMD0000000018.txt +0 -341
  22. BioModelsRAG/data/BIOMD0000000019.txt +0 -652
  23. BioModelsRAG/data/BIOMD0000000020.txt +0 -101
  24. BioModelsRAG/data/BIOMD0000000021.txt +0 -214
  25. BioModelsRAG/data/BIOMD0000000022.txt +0 -257
  26. BioModelsRAG/data/BIOMD0000000023.txt +0 -175
  27. BioModelsRAG/data/BIOMD0000000024.txt +0 -67
  28. BioModelsRAG/data/BIOMD0000000025.txt +0 -87
  29. BioModelsRAG/data/BIOMD0000000026.txt +0 -135
  30. BioModelsRAG/data/BIOMD0000000027.txt +0 -78
  31. BioModelsRAG/data/BIOMD0000000028.txt +0 -208
  32. BioModelsRAG/data/BIOMD0000000029.txt +0 -112
  33. BioModelsRAG/data/BIOMD0000000030.txt +0 -233
  34. BioModelsRAG/data/BIOMD0000000031.txt +0 -80
  35. BioModelsRAG/data/BIOMD0000000032.txt +0 -423
  36. BioModelsRAG/data/BIOMD0000000033.txt +0 -278
  37. BioModelsRAG/data/BIOMD0000000034.txt +0 -259
  38. BioModelsRAG/data/BIOMD0000000035.txt +0 -103
  39. BioModelsRAG/data/BIOMD0000000036.txt +0 -72
  40. BioModelsRAG/data/BIOMD0000000037.txt +0 -89
  41. BioModelsRAG/data/BIOMD0000000038.txt +0 -158
  42. BioModelsRAG/data/BIOMD0000000039.txt +0 -95
  43. BioModelsRAG/data/BIOMD0000000040.txt +0 -61
  44. BioModelsRAG/data/BIOMD0000000041.txt +0 -127
  45. BioModelsRAG/data/BIOMD0000000042.txt +0 -189
  46. BioModelsRAG/data/BIOMD0000000043.txt +0 -88
  47. BioModelsRAG/data/BIOMD0000000044.txt +0 -129
  48. BioModelsRAG/data/BIOMD0000000045.txt +0 -97
  49. BioModelsRAG/data/BIOMD0000000046.txt +0 -127
  50. BioModelsRAG/data/BIOMD0000000047.txt +0 -80
BioModelsRAG/2data/BIOMD0000000001.txt DELETED
@@ -1,224 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000001()
3
-
4
- // Compartments and Species:
5
- compartment comp1;
6
- species BLL in comp1, IL in comp1, AL in comp1, A in comp1, BL in comp1;
7
- species B in comp1, DLL in comp1, D in comp1, ILL in comp1, DL in comp1;
8
- species I in comp1, ALL in comp1;
9
-
10
- // Reactions:
11
- React0: B -> BL; comp1*(kf_0*B - kr_0*BL);
12
- React1: BL -> BLL; comp1*(kf_1*BL - kr_1*BLL);
13
- React2: BLL -> ALL; comp1*(kf_2*BLL - kr_2*ALL);
14
- React3: A -> AL; comp1*(kf_3*A - kr_3*AL);
15
- React4: AL -> ALL; comp1*(kf_4*AL - kr_4*ALL);
16
- React5: B -> A; comp1*(kf_5*B - kr_5*A);
17
- React6: BL -> AL; comp1*(kf_6*BL - kr_6*AL);
18
- React7: I -> IL; comp1*(kf_7*I - kr_7*IL);
19
- React8: IL -> ILL; comp1*(kf_8*IL - kr_8*ILL);
20
- React9: A -> I; comp1*(kf_9*A - kr_9*I);
21
- React10: AL -> IL; comp1*(kf_10*AL - kr_10*IL);
22
- React11: ALL -> ILL; comp1*(kf_11*ALL - kr_11*ILL);
23
- React12: D -> DL; comp1*(kf_12*D - kr_12*DL);
24
- React13: DL -> DLL; comp1*(kf_13*DL - kr_13*DLL);
25
- React14: I -> D; comp1*(kf_14*I - kr_14*D);
26
- React15: IL -> DL; comp1*(kf_15*IL - kr_15*DL);
27
- React16: ILL -> DLL; comp1*(kf_16*ILL - kr_16*DLL);
28
-
29
- // Events:
30
- RemovalACh: at time > t2: kf_13 = 0, kf_8 = 0, kf_4 = 0, kf_1 = 0, kf_12 = 0, kf_7 = 0, kf_3 = 0, kf_0 = 0;
31
-
32
- // Species initializations:
33
- BLL = 0;
34
- IL = 0;
35
- AL = 0;
36
- A = 0;
37
- BL = 0;
38
- B = 1.66057788110262e-21/comp1;
39
- DLL = 0;
40
- D = 0;
41
- ILL = 0;
42
- DL = 0;
43
- I = 0;
44
- ALL = 0;
45
-
46
- // Compartment initializations:
47
- comp1 = 1e-16;
48
-
49
- // Variable initializations:
50
- t2 = 20;
51
- kf_0 = 3000;
52
- kf_3 = 3000;
53
- kf_7 = 3000;
54
- kf_12 = 3000;
55
- kf_1 = 1500;
56
- kf_4 = 1500;
57
- kf_8 = 1500;
58
- kf_13 = 1500;
59
- kr_0 = 8000;
60
- kr_1 = 16000;
61
- kf_2 = 30000;
62
- kr_2 = 700;
63
- kr_3 = 8.64;
64
- kr_4 = 17.28;
65
- kf_5 = 0.54;
66
- kr_5 = 10800;
67
- kf_6 = 130;
68
- kr_6 = 2740;
69
- kr_7 = 4;
70
- kr_8 = 8;
71
- kf_9 = 19.7;
72
- kr_9 = 3.74;
73
- kf_10 = 19.85;
74
- kr_10 = 1.74;
75
- kf_11 = 20;
76
- kr_11 = 0.81;
77
- kr_12 = 4;
78
- kr_13 = 8;
79
- kf_14 = 0.05;
80
- kr_14 = 0.0012;
81
- kf_15 = 0.05;
82
- kr_15 = 0.0012;
83
- kf_16 = 0.05;
84
- kr_16 = 0.0012;
85
-
86
- // Other declarations:
87
- var kf_0, kf_3, kf_7, kf_12, kf_1, kf_4, kf_8, kf_13;
88
- const comp1, t2, kr_0, kr_1, kf_2, kr_2, kr_3, kr_4, kf_5, kr_5, kf_6, kr_6;
89
- const kr_7, kr_8, kf_9, kr_9, kf_10, kr_10, kf_11, kr_11, kr_12, kr_13;
90
- const kf_14, kr_14, kf_15, kr_15, kf_16, kr_16;
91
-
92
- // Display Names:
93
- comp1 is "compartment1";
94
- BLL is "BasalACh2";
95
- IL is "IntermediateACh";
96
- AL is "ActiveACh";
97
- A is "Active";
98
- BL is "BasalACh";
99
- B is "Basal";
100
- DLL is "DesensitisedACh2";
101
- D is "Desensitised";
102
- ILL is "IntermediateACh2";
103
- DL is "DesensitisedACh";
104
- I is "Intermediate";
105
- ALL is "ActiveACh2";
106
- RemovalACh is "removal of ACh";
107
-
108
- // SBO terms:
109
- comp1.sboTerm = 290
110
- BLL.sboTerm = 297
111
- IL.sboTerm = 297
112
- AL.sboTerm = 297
113
- A.sboTerm = 420
114
- BL.sboTerm = 297
115
- B.sboTerm = 420
116
- DLL.sboTerm = 297
117
- D.sboTerm = 420
118
- ILL.sboTerm = 297
119
- DL.sboTerm = 297
120
- I.sboTerm = 420
121
- ALL.sboTerm = 297
122
- kf_0.sboTerm = 35
123
- kf_3.sboTerm = 35
124
- kf_7.sboTerm = 35
125
- kf_12.sboTerm = 35
126
- kf_1.sboTerm = 35
127
- kf_4.sboTerm = 35
128
- kf_8.sboTerm = 35
129
- kf_13.sboTerm = 35
130
- kr_0.sboTerm = 38
131
- kr_1.sboTerm = 38
132
- kf_2.sboTerm = 35
133
- kr_2.sboTerm = 38
134
- kr_3.sboTerm = 38
135
- kr_4.sboTerm = 38
136
- kf_5.sboTerm = 35
137
- kr_5.sboTerm = 38
138
- kf_6.sboTerm = 35
139
- kr_6.sboTerm = 38
140
- kr_7.sboTerm = 38
141
- kr_8.sboTerm = 38
142
- kf_9.sboTerm = 35
143
- kr_9.sboTerm = 38
144
- kf_10.sboTerm = 35
145
- kr_10.sboTerm = 38
146
- kf_11.sboTerm = 35
147
- kr_11.sboTerm = 38
148
- kr_12.sboTerm = 38
149
- kr_13.sboTerm = 38
150
- kf_14.sboTerm = 35
151
- kr_14.sboTerm = 38
152
- kf_15.sboTerm = 35
153
- kr_15.sboTerm = 38
154
- kf_16.sboTerm = 35
155
- kr_16.sboTerm = 38
156
- React0.sboTerm = 177
157
- React1.sboTerm = 177
158
- React2.sboTerm = 181
159
- React3.sboTerm = 177
160
- React4.sboTerm = 177
161
- React5.sboTerm = 181
162
- React6.sboTerm = 181
163
- React7.sboTerm = 177
164
- React8.sboTerm = 177
165
- React9.sboTerm = 181
166
- React10.sboTerm = 181
167
- React11.sboTerm = 181
168
- React12.sboTerm = 177
169
- React13.sboTerm = 177
170
- React14.sboTerm = 181
171
- React15.sboTerm = 181
172
- React16.sboTerm = 181
173
-
174
- // CV terms:
175
- comp1 identity "http://identifiers.org/go/GO:0031594"
176
- BLL hypernym "http://identifiers.org/interpro/IPR002394",
177
- "http://identifiers.org/go/GO:0005892"
178
- IL hypernym "http://identifiers.org/interpro/IPR002394",
179
- "http://identifiers.org/go/GO:0005892"
180
- AL hypernym "http://identifiers.org/interpro/IPR002394",
181
- "http://identifiers.org/go/GO:0005892"
182
- A hypernym "http://identifiers.org/interpro/IPR002394",
183
- "http://identifiers.org/go/GO:0005892"
184
- BL hypernym "http://identifiers.org/interpro/IPR002394",
185
- "http://identifiers.org/go/GO:0005892"
186
- B hypernym "http://identifiers.org/interpro/IPR002394",
187
- "http://identifiers.org/go/GO:0005892"
188
- DLL hypernym "http://identifiers.org/interpro/IPR002394",
189
- "http://identifiers.org/go/GO:0005892"
190
- D hypernym "http://identifiers.org/interpro/IPR002394",
191
- "http://identifiers.org/go/GO:0005892"
192
- ILL hypernym "http://identifiers.org/interpro/IPR002394",
193
- "http://identifiers.org/go/GO:0005892"
194
- DL hypernym "http://identifiers.org/interpro/IPR002394",
195
- "http://identifiers.org/go/GO:0005892"
196
- I hypernym "http://identifiers.org/interpro/IPR002394",
197
- "http://identifiers.org/go/GO:0005892"
198
- ALL hypernym "http://identifiers.org/interpro/IPR002394",
199
- "http://identifiers.org/go/GO:0005892"
200
- React0 identity "http://identifiers.org/go/GO:0042166"
201
- React1 identity "http://identifiers.org/go/GO:0042166"
202
- React2 identity "http://identifiers.org/go/GO:0004889"
203
- React3 identity "http://identifiers.org/go/GO:0042166"
204
- React4 identity "http://identifiers.org/go/GO:0042166"
205
- React5 identity "http://identifiers.org/go/GO:0004889"
206
- React6 identity "http://identifiers.org/go/GO:0004889"
207
- React7 identity "http://identifiers.org/go/GO:0042166"
208
- React8 identity "http://identifiers.org/go/GO:0042166"
209
- React9 identity "http://identifiers.org/go/GO:0004889"
210
- React10 identity "http://identifiers.org/go/GO:0004889"
211
- React11 identity "http://identifiers.org/go/GO:0004889"
212
- React12 identity "http://identifiers.org/go/GO:0042166"
213
- React13 identity "http://identifiers.org/go/GO:0042166"
214
- end
215
-
216
- BIOMD0000000001 is "Edelstein1996 - EPSP ACh event"
217
-
218
- BIOMD0000000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL6613849442"
219
- BIOMD0000000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000001"
220
- BIOMD0000000001 description "http://identifiers.org/pubmed/8983160"
221
- BIOMD0000000001 hypernym "http://identifiers.org/go/GO:0007274",
222
- "http://identifiers.org/go/GO:0007166",
223
- "http://identifiers.org/go/GO:0019226"
224
- BIOMD0000000001 taxon "http://identifiers.org/taxonomy/7787"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/__init__.py DELETED
@@ -1,19 +0,0 @@
1
- __version__ = "0.1.0"
2
- __author__ = "Bhavyahshree Navaneetha Krishnan"
3
-
4
- from langchain_text_splitters import CharacterTextSplitter
5
- import os
6
- import chromadb
7
- from chromadb.utils import embedding_functions
8
- import ollama
9
-
10
- import splitBioModels
11
- import createVectorDB
12
- import createDocuments
13
- # Import functions from other modules
14
- from splitBioModels import splitBioModels
15
- from createVectorDB import createVectorDB
16
- from createDocuments import createDocuments
17
-
18
- # Define __all__ to specify which names are publicly accessible
19
- __all__ = ['splitBioModels', 'createVectorDB', 'createDocuments']
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (660 Bytes)
 
BioModelsRAG/data/BIOMD0000000001.txt DELETED
@@ -1,224 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000001()
3
-
4
- // Compartments and Species:
5
- compartment comp1;
6
- species BLL in comp1, IL in comp1, AL in comp1, A in comp1, BL in comp1;
7
- species B in comp1, DLL in comp1, D in comp1, ILL in comp1, DL in comp1;
8
- species I in comp1, ALL in comp1;
9
-
10
- // Reactions:
11
- React0: B -> BL; comp1*(kf_0*B - kr_0*BL);
12
- React1: BL -> BLL; comp1*(kf_1*BL - kr_1*BLL);
13
- React2: BLL -> ALL; comp1*(kf_2*BLL - kr_2*ALL);
14
- React3: A -> AL; comp1*(kf_3*A - kr_3*AL);
15
- React4: AL -> ALL; comp1*(kf_4*AL - kr_4*ALL);
16
- React5: B -> A; comp1*(kf_5*B - kr_5*A);
17
- React6: BL -> AL; comp1*(kf_6*BL - kr_6*AL);
18
- React7: I -> IL; comp1*(kf_7*I - kr_7*IL);
19
- React8: IL -> ILL; comp1*(kf_8*IL - kr_8*ILL);
20
- React9: A -> I; comp1*(kf_9*A - kr_9*I);
21
- React10: AL -> IL; comp1*(kf_10*AL - kr_10*IL);
22
- React11: ALL -> ILL; comp1*(kf_11*ALL - kr_11*ILL);
23
- React12: D -> DL; comp1*(kf_12*D - kr_12*DL);
24
- React13: DL -> DLL; comp1*(kf_13*DL - kr_13*DLL);
25
- React14: I -> D; comp1*(kf_14*I - kr_14*D);
26
- React15: IL -> DL; comp1*(kf_15*IL - kr_15*DL);
27
- React16: ILL -> DLL; comp1*(kf_16*ILL - kr_16*DLL);
28
-
29
- // Events:
30
- RemovalACh: at time > t2: kf_13 = 0, kf_8 = 0, kf_4 = 0, kf_1 = 0, kf_12 = 0, kf_7 = 0, kf_3 = 0, kf_0 = 0;
31
-
32
- // Species initializations:
33
- BLL = 0;
34
- IL = 0;
35
- AL = 0;
36
- A = 0;
37
- BL = 0;
38
- B = 1.66057788110262e-21/comp1;
39
- DLL = 0;
40
- D = 0;
41
- ILL = 0;
42
- DL = 0;
43
- I = 0;
44
- ALL = 0;
45
-
46
- // Compartment initializations:
47
- comp1 = 1e-16;
48
-
49
- // Variable initializations:
50
- t2 = 20;
51
- kf_0 = 3000;
52
- kf_3 = 3000;
53
- kf_7 = 3000;
54
- kf_12 = 3000;
55
- kf_1 = 1500;
56
- kf_4 = 1500;
57
- kf_8 = 1500;
58
- kf_13 = 1500;
59
- kr_0 = 8000;
60
- kr_1 = 16000;
61
- kf_2 = 30000;
62
- kr_2 = 700;
63
- kr_3 = 8.64;
64
- kr_4 = 17.28;
65
- kf_5 = 0.54;
66
- kr_5 = 10800;
67
- kf_6 = 130;
68
- kr_6 = 2740;
69
- kr_7 = 4;
70
- kr_8 = 8;
71
- kf_9 = 19.7;
72
- kr_9 = 3.74;
73
- kf_10 = 19.85;
74
- kr_10 = 1.74;
75
- kf_11 = 20;
76
- kr_11 = 0.81;
77
- kr_12 = 4;
78
- kr_13 = 8;
79
- kf_14 = 0.05;
80
- kr_14 = 0.0012;
81
- kf_15 = 0.05;
82
- kr_15 = 0.0012;
83
- kf_16 = 0.05;
84
- kr_16 = 0.0012;
85
-
86
- // Other declarations:
87
- var kf_0, kf_3, kf_7, kf_12, kf_1, kf_4, kf_8, kf_13;
88
- const comp1, t2, kr_0, kr_1, kf_2, kr_2, kr_3, kr_4, kf_5, kr_5, kf_6, kr_6;
89
- const kr_7, kr_8, kf_9, kr_9, kf_10, kr_10, kf_11, kr_11, kr_12, kr_13;
90
- const kf_14, kr_14, kf_15, kr_15, kf_16, kr_16;
91
-
92
- // Display Names:
93
- comp1 is "compartment1";
94
- BLL is "BasalACh2";
95
- IL is "IntermediateACh";
96
- AL is "ActiveACh";
97
- A is "Active";
98
- BL is "BasalACh";
99
- B is "Basal";
100
- DLL is "DesensitisedACh2";
101
- D is "Desensitised";
102
- ILL is "IntermediateACh2";
103
- DL is "DesensitisedACh";
104
- I is "Intermediate";
105
- ALL is "ActiveACh2";
106
- RemovalACh is "removal of ACh";
107
-
108
- // SBO terms:
109
- comp1.sboTerm = 290
110
- BLL.sboTerm = 297
111
- IL.sboTerm = 297
112
- AL.sboTerm = 297
113
- A.sboTerm = 420
114
- BL.sboTerm = 297
115
- B.sboTerm = 420
116
- DLL.sboTerm = 297
117
- D.sboTerm = 420
118
- ILL.sboTerm = 297
119
- DL.sboTerm = 297
120
- I.sboTerm = 420
121
- ALL.sboTerm = 297
122
- kf_0.sboTerm = 35
123
- kf_3.sboTerm = 35
124
- kf_7.sboTerm = 35
125
- kf_12.sboTerm = 35
126
- kf_1.sboTerm = 35
127
- kf_4.sboTerm = 35
128
- kf_8.sboTerm = 35
129
- kf_13.sboTerm = 35
130
- kr_0.sboTerm = 38
131
- kr_1.sboTerm = 38
132
- kf_2.sboTerm = 35
133
- kr_2.sboTerm = 38
134
- kr_3.sboTerm = 38
135
- kr_4.sboTerm = 38
136
- kf_5.sboTerm = 35
137
- kr_5.sboTerm = 38
138
- kf_6.sboTerm = 35
139
- kr_6.sboTerm = 38
140
- kr_7.sboTerm = 38
141
- kr_8.sboTerm = 38
142
- kf_9.sboTerm = 35
143
- kr_9.sboTerm = 38
144
- kf_10.sboTerm = 35
145
- kr_10.sboTerm = 38
146
- kf_11.sboTerm = 35
147
- kr_11.sboTerm = 38
148
- kr_12.sboTerm = 38
149
- kr_13.sboTerm = 38
150
- kf_14.sboTerm = 35
151
- kr_14.sboTerm = 38
152
- kf_15.sboTerm = 35
153
- kr_15.sboTerm = 38
154
- kf_16.sboTerm = 35
155
- kr_16.sboTerm = 38
156
- React0.sboTerm = 177
157
- React1.sboTerm = 177
158
- React2.sboTerm = 181
159
- React3.sboTerm = 177
160
- React4.sboTerm = 177
161
- React5.sboTerm = 181
162
- React6.sboTerm = 181
163
- React7.sboTerm = 177
164
- React8.sboTerm = 177
165
- React9.sboTerm = 181
166
- React10.sboTerm = 181
167
- React11.sboTerm = 181
168
- React12.sboTerm = 177
169
- React13.sboTerm = 177
170
- React14.sboTerm = 181
171
- React15.sboTerm = 181
172
- React16.sboTerm = 181
173
-
174
- // CV terms:
175
- comp1 identity "http://identifiers.org/go/GO:0031594"
176
- BLL hypernym "http://identifiers.org/interpro/IPR002394",
177
- "http://identifiers.org/go/GO:0005892"
178
- IL hypernym "http://identifiers.org/interpro/IPR002394",
179
- "http://identifiers.org/go/GO:0005892"
180
- AL hypernym "http://identifiers.org/interpro/IPR002394",
181
- "http://identifiers.org/go/GO:0005892"
182
- A hypernym "http://identifiers.org/interpro/IPR002394",
183
- "http://identifiers.org/go/GO:0005892"
184
- BL hypernym "http://identifiers.org/interpro/IPR002394",
185
- "http://identifiers.org/go/GO:0005892"
186
- B hypernym "http://identifiers.org/interpro/IPR002394",
187
- "http://identifiers.org/go/GO:0005892"
188
- DLL hypernym "http://identifiers.org/interpro/IPR002394",
189
- "http://identifiers.org/go/GO:0005892"
190
- D hypernym "http://identifiers.org/interpro/IPR002394",
191
- "http://identifiers.org/go/GO:0005892"
192
- ILL hypernym "http://identifiers.org/interpro/IPR002394",
193
- "http://identifiers.org/go/GO:0005892"
194
- DL hypernym "http://identifiers.org/interpro/IPR002394",
195
- "http://identifiers.org/go/GO:0005892"
196
- I hypernym "http://identifiers.org/interpro/IPR002394",
197
- "http://identifiers.org/go/GO:0005892"
198
- ALL hypernym "http://identifiers.org/interpro/IPR002394",
199
- "http://identifiers.org/go/GO:0005892"
200
- React0 identity "http://identifiers.org/go/GO:0042166"
201
- React1 identity "http://identifiers.org/go/GO:0042166"
202
- React2 identity "http://identifiers.org/go/GO:0004889"
203
- React3 identity "http://identifiers.org/go/GO:0042166"
204
- React4 identity "http://identifiers.org/go/GO:0042166"
205
- React5 identity "http://identifiers.org/go/GO:0004889"
206
- React6 identity "http://identifiers.org/go/GO:0004889"
207
- React7 identity "http://identifiers.org/go/GO:0042166"
208
- React8 identity "http://identifiers.org/go/GO:0042166"
209
- React9 identity "http://identifiers.org/go/GO:0004889"
210
- React10 identity "http://identifiers.org/go/GO:0004889"
211
- React11 identity "http://identifiers.org/go/GO:0004889"
212
- React12 identity "http://identifiers.org/go/GO:0042166"
213
- React13 identity "http://identifiers.org/go/GO:0042166"
214
- end
215
-
216
- BIOMD0000000001 is "Edelstein1996 - EPSP ACh event"
217
-
218
- BIOMD0000000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL6613849442"
219
- BIOMD0000000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000001"
220
- BIOMD0000000001 description "http://identifiers.org/pubmed/8983160"
221
- BIOMD0000000001 hypernym "http://identifiers.org/go/GO:0007274",
222
- "http://identifiers.org/go/GO:0007166",
223
- "http://identifiers.org/go/GO:0019226"
224
- BIOMD0000000001 taxon "http://identifiers.org/taxonomy/7787"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000002.txt DELETED
@@ -1,155 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000002()
3
-
4
- // Compartments and Species:
5
- compartment comp1;
6
- species BLL in comp1, IL in comp1, AL in comp1, A in comp1, BL in comp1;
7
- species B in comp1, DLL in comp1, D in comp1, ILL in comp1, DL in comp1;
8
- species I in comp1, ALL in comp1, L in comp1;
9
-
10
- // Reactions:
11
- React0: B + L -> BL; comp1*(kf_0*B*L - kr_0*BL);
12
- React1: BL + L -> BLL; comp1*(kf_1*BL*L - kr_1*BLL);
13
- React2: BLL -> ALL; comp1*(kf_2*BLL - kr_2*ALL);
14
- React3: A + L -> AL; comp1*(kf_3*A*L - kr_3*AL);
15
- React4: AL + L -> ALL; comp1*(kf_4*AL*L - kr_4*ALL);
16
- React5: B -> A; comp1*(kf_5*B - kr_5*A);
17
- React6: BL -> AL; comp1*(kf_6*BL - kr_6*AL);
18
- React7: I + L -> IL; comp1*(kf_7*I*L - kr_7*IL);
19
- React8: IL + L -> ILL; comp1*(kf_8*IL*L - kr_8*ILL);
20
- React9: A -> I; comp1*(kf_9*A - kr_9*I);
21
- React10: AL -> IL; comp1*(kf_10*AL - kr_10*IL);
22
- React11: ALL -> ILL; comp1*(kf_11*ALL - kr_11*ILL);
23
- React12: D + L -> DL; comp1*(kf_12*D*L - kr_12*DL);
24
- React13: DL + L -> DLL; comp1*(kf_13*DL*L - kr_13*DLL);
25
- React14: I -> D; comp1*(kf_14*I - kr_14*D);
26
- React15: IL -> DL; comp1*(kf_15*IL - kr_15*DL);
27
- React16: ILL -> DLL; comp1*(kf_16*ILL - kr_16*DLL);
28
-
29
- // Species initializations:
30
- BLL = 0;
31
- IL = 0;
32
- AL = 0;
33
- A = 0;
34
- BL = 0;
35
- B = 1e-22/comp1;
36
- DLL = 0;
37
- D = 0;
38
- ILL = 0;
39
- DL = 0;
40
- I = 0;
41
- ALL = 0;
42
- L = 1e-21/comp1;
43
-
44
- // Compartment initializations:
45
- comp1 = 1e-16;
46
-
47
- // Variable initializations:
48
- kf_0 = 300000000;
49
- kr_0 = 8000;
50
- kf_1 = 150000000;
51
- kr_1 = 16000;
52
- kf_2 = 30000;
53
- kr_2 = 700;
54
- kf_3 = 300000000;
55
- kr_3 = 8.64;
56
- kf_4 = 150000000;
57
- kr_4 = 17.28;
58
- kf_5 = 0.54;
59
- kr_5 = 10800;
60
- kf_6 = 130;
61
- kr_6 = 2740;
62
- kf_7 = 300000000;
63
- kr_7 = 4;
64
- kf_8 = 150000000;
65
- kr_8 = 8;
66
- kf_9 = 19.7;
67
- kr_9 = 3.74;
68
- kf_10 = 19.85;
69
- kr_10 = 1.74;
70
- kf_11 = 20;
71
- kr_11 = 0.81;
72
- kf_12 = 300000000;
73
- kr_12 = 4;
74
- kf_13 = 150000000;
75
- kr_13 = 8;
76
- kf_14 = 0.05;
77
- kr_14 = 0.0012;
78
- kf_15 = 0.05;
79
- kr_15 = 0.0012;
80
- kf_16 = 0.05;
81
- kr_16 = 0.0012;
82
-
83
- // Other declarations:
84
- const comp1, kf_0, kr_0, kf_1, kr_1, kf_2, kr_2, kf_3, kr_3, kf_4, kr_4;
85
- const kf_5, kr_5, kf_6, kr_6, kf_7, kr_7, kf_8, kr_8, kf_9, kr_9, kf_10;
86
- const kr_10, kf_11, kr_11, kf_12, kr_12, kf_13, kr_13, kf_14, kr_14, kf_15;
87
- const kr_15, kf_16, kr_16;
88
-
89
- // Display Names:
90
- comp1 is "compartment1";
91
- BLL is "BasalACh2";
92
- IL is "IntermediateACh";
93
- AL is "ActiveACh";
94
- A is "Active";
95
- BL is "BasalACh";
96
- B is "Basal";
97
- DLL is "DesensitisedACh2";
98
- D is "Desensitised";
99
- ILL is "IntermediateACh2";
100
- DL is "DesensitisedACh";
101
- I is "Intermediate";
102
- ALL is "ActiveACh2";
103
- L is "ACh";
104
-
105
- // CV terms:
106
- comp1 identity "http://identifiers.org/go/GO:0031594"
107
- BLL hypernym "http://identifiers.org/interpro/IPR002394",
108
- "http://identifiers.org/go/GO:0005892"
109
- IL hypernym "http://identifiers.org/interpro/IPR002394",
110
- "http://identifiers.org/go/GO:0005892"
111
- AL hypernym "http://identifiers.org/interpro/IPR002394",
112
- "http://identifiers.org/go/GO:0005892"
113
- A hypernym "http://identifiers.org/go/GO:0005892"
114
- BL hypernym "http://identifiers.org/interpro/IPR002394",
115
- "http://identifiers.org/go/GO:0005892"
116
- B hypernym "http://identifiers.org/interpro/IPR002394",
117
- "http://identifiers.org/go/GO:0005892"
118
- DLL hypernym "http://identifiers.org/go/GO:0005892"
119
- D hypernym "http://identifiers.org/interpro/IPR002394",
120
- "http://identifiers.org/go/GO:0005892"
121
- ILL hypernym "http://identifiers.org/interpro/IPR002394",
122
- "http://identifiers.org/go/GO:0005892"
123
- DL hypernym "http://identifiers.org/interpro/IPR002394",
124
- "http://identifiers.org/go/GO:0005892"
125
- I hypernym "http://identifiers.org/interpro/IPR002394",
126
- "http://identifiers.org/go/GO:0005892"
127
- ALL hypernym "http://identifiers.org/interpro/IPR002394",
128
- "http://identifiers.org/go/GO:0005892"
129
- L identity "http://identifiers.org/chebi/CHEBI:15355",
130
- "http://identifiers.org/kegg.compound/C01996"
131
- React0 identity "http://identifiers.org/go/GO:0042166"
132
- React1 identity "http://identifiers.org/go/GO:0042166"
133
- React2 identity "http://identifiers.org/go/GO:0004889"
134
- React3 identity "http://identifiers.org/go/GO:0042166"
135
- React4 identity "http://identifiers.org/go/GO:0042166"
136
- React5 identity "http://identifiers.org/go/GO:0004889"
137
- React6 identity "http://identifiers.org/go/GO:0004889"
138
- React7 identity "http://identifiers.org/go/GO:0042166"
139
- React8 identity "http://identifiers.org/go/GO:0042166"
140
- React9 identity "http://identifiers.org/go/GO:0004889"
141
- React10 identity "http://identifiers.org/go/GO:0004889"
142
- React11 identity "http://identifiers.org/go/GO:0004889"
143
- React12 identity "http://identifiers.org/go/GO:0042166"
144
- React13 identity "http://identifiers.org/go/GO:0042166"
145
- end
146
-
147
- BIOMD0000000002 is "Edelstein1996 - EPSP ACh species"
148
-
149
- BIOMD0000000002 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614086398"
150
- BIOMD0000000002 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000002"
151
- BIOMD0000000002 description "http://identifiers.org/pubmed/8983160"
152
- BIOMD0000000002 taxon "http://identifiers.org/taxonomy/7787"
153
- BIOMD0000000002 hypernym "http://identifiers.org/go/GO:0007166",
154
- "http://identifiers.org/go/GO:0007274",
155
- "http://identifiers.org/go/GO:0019226"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000003.txt DELETED
@@ -1,124 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000003()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species C in cell, M in cell, X in cell;
7
-
8
- // Assignment Rules:
9
- V1 := C*VM1*(C + Kc)^-1;
10
- V3 := M*VM3;
11
-
12
- // Reactions:
13
- reaction1: => C; cell*reaction1_vi;
14
- reaction2: C => ; C*cell*reaction2_kd;
15
- reaction3: C => ; C*cell*reaction3_vd*X*(C + reaction3_Kd)^-1;
16
- reaction4: => M; cell*(1 + -1*M)*V1*(reaction4_K1 + -1*M + 1)^-1;
17
- reaction5: M => ; cell*M*reaction5_V2*(reaction5_K2 + M)^-1;
18
- reaction6: => X; cell*V3*(1 + -1*X)*(reaction6_K3 + -1*X + 1)^-1;
19
- reaction7: X => ; cell*reaction7_V4*X*(reaction7_K4 + X)^-1;
20
-
21
- // Species initializations:
22
- C = 0.01;
23
- C has substance_per_volume;
24
- M = 0.01;
25
- M has substance_per_volume;
26
- X = 0.01;
27
- X has substance_per_volume;
28
-
29
- // Compartment initializations:
30
- cell = 1;
31
- cell has volume;
32
-
33
- // Variable initializations:
34
- VM1 = 3;
35
- Kc = 0.5;
36
- VM3 = 1;
37
- reaction1_vi = 0.025;
38
- reaction2_kd = 0.01;
39
- reaction3_vd = 0.25;
40
- reaction3_Kd = 0.02;
41
- reaction4_K1 = 0.005;
42
- reaction5_V2 = 1.5;
43
- reaction5_K2 = 0.005;
44
- reaction6_K3 = 0.005;
45
- reaction7_K4 = 0.005;
46
- reaction7_V4 = 0.5;
47
-
48
- // Other declarations:
49
- var V1, V3;
50
- const cell, VM1, Kc, VM3;
51
-
52
- // Unit definitions:
53
- unit volume = litre;
54
- unit substance = mole;
55
- unit substance_per_volume = mole / litre;
56
-
57
- // Display Names:
58
- C is "Cyclin";
59
- M is "CDC-2 Kinase";
60
- X is "Cyclin Protease";
61
- reaction1 is "creation of cyclin";
62
- reaction2 is "default degradation of cyclin";
63
- reaction3 is "cdc2 kinase triggered degration of cyclin";
64
- reaction4 is "activation of cdc2 kinase";
65
- reaction5 is "deactivation of cdc2 kinase";
66
- reaction6 is "activation of cyclin protease";
67
- reaction7 is "deactivation of cyclin protease";
68
-
69
- // SBO terms:
70
- cell.sboTerm = 290
71
- C.sboTerm = 252
72
- M.sboTerm = 252
73
- X.sboTerm = 297
74
- V1.sboTerm = 186
75
- VM1.sboTerm = 25
76
- Kc.sboTerm = 27
77
- V3.sboTerm = 186
78
- VM3.sboTerm = 186
79
- reaction1.sboTerm = 393
80
- reaction1_vi.sboTerm = 48
81
- reaction2.sboTerm = 179
82
- reaction2_kd.sboTerm = 22
83
- reaction3.sboTerm = 179
84
- reaction3_vd.sboTerm = 186
85
- reaction3_Kd.sboTerm = 27
86
- reaction4.sboTerm = 330
87
- reaction4_K1.sboTerm = 27
88
- reaction5.sboTerm = 216
89
- reaction5_V2.sboTerm = 186
90
- reaction5_K2.sboTerm = 27
91
- reaction6.sboTerm = 216
92
- reaction6_K3.sboTerm = 27
93
- reaction7.sboTerm = 330
94
- reaction7_K4.sboTerm = 27
95
- reaction7_V4.sboTerm = 186
96
-
97
- // CV terms:
98
- cell identity "http://identifiers.org/go/GO:0005623"
99
- C hypernym "http://identifiers.org/uniprot/Q4KLA0",
100
- "http://identifiers.org/interpro/IPR006670"
101
- M version "http://identifiers.org/uniprot/P24033",
102
- "http://identifiers.org/uniprot/P35567"
103
- X hypernym "http://identifiers.org/go/GO:0005680"
104
- X version "http://identifiers.org/reactome/REACT_7165.1"
105
- reaction1 hypernym "http://identifiers.org/go/GO:0006412"
106
- reaction2 hypernym "http://identifiers.org/go/GO:0008054"
107
- reaction3 hypernym "http://identifiers.org/go/GO:0008054"
108
- reaction4 hypernym "http://identifiers.org/ec-code/3.1.3.16",
109
- "http://identifiers.org/go/GO:0045737",
110
- "http://identifiers.org/go/GO:0006470"
111
- reaction5 hypernym "http://identifiers.org/ec-code/2.7.10.2",
112
- "http://identifiers.org/go/GO:0045736",
113
- "http://identifiers.org/go/GO:0006468"
114
- end
115
-
116
- BIOMD0000000003 is "Goldbeter1991 - Min Mit Oscil"
117
-
118
- BIOMD0000000003 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614271263"
119
- BIOMD0000000003 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000003"
120
- BIOMD0000000003 description "http://identifiers.org/pubmed/1833774"
121
- BIOMD0000000003 homolog "http://identifiers.org/reactome/REACT_152"
122
- BIOMD0000000003 hypernym "http://identifiers.org/kegg.pathway/hsa04110",
123
- "http://identifiers.org/go/GO:0000278"
124
- BIOMD0000000003 taxon "http://identifiers.org/taxonomy/8292"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000004.txt DELETED
@@ -1,102 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000004()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species C in cell, M in cell, X in cell, MI in cell, XI in cell;
7
-
8
- // Assignment Rules:
9
- V1 := C*VM1*(C + Kc)^-1;
10
- V3 := M*VM3;
11
-
12
- // Reactions:
13
- reaction1: => C; cell*reaction1_vi;
14
- reaction2: C => ; C*cell*reaction2_kd;
15
- reaction3: C => ; C*cell*reaction3_vd*X*(C + reaction3_Kd)^-1;
16
- reaction4: MI => M; cell*MI*V1*(reaction4_K1 + MI)^-1;
17
- reaction5: M => MI; cell*M*reaction5_V2*(reaction5_K2 + M)^-1;
18
- reaction6: XI => X; cell*V3*XI*(reaction6_K3 + XI)^-1;
19
- reaction7: X => XI; cell*reaction7_V4*X*(reaction7_K4 + X)^-1;
20
-
21
- // Species initializations:
22
- C = 0.01;
23
- C has substance_per_volume;
24
- M = 0.01;
25
- M has substance_per_volume;
26
- X = 0.01;
27
- X has substance_per_volume;
28
- MI = 0.99;
29
- MI has substance_per_volume;
30
- XI = 0.99;
31
- XI has substance_per_volume;
32
-
33
- // Compartment initializations:
34
- cell = 1;
35
- cell has volume;
36
-
37
- // Variable initializations:
38
- VM1 = 3;
39
- Kc = 0.5;
40
- VM3 = 1;
41
- reaction1_vi = 0.025;
42
- reaction2_kd = 0.01;
43
- reaction3_vd = 0.25;
44
- reaction3_Kd = 0.02;
45
- reaction4_K1 = 0.005;
46
- reaction5_V2 = 1.5;
47
- reaction5_K2 = 0.005;
48
- reaction6_K3 = 0.005;
49
- reaction7_K4 = 0.005;
50
- reaction7_V4 = 0.5;
51
-
52
- // Other declarations:
53
- var V1, V3;
54
- const cell, VM1, Kc, VM3;
55
-
56
- // Unit definitions:
57
- unit volume = litre;
58
- unit substance = mole;
59
- unit substance_per_volume = mole / litre;
60
-
61
- // Display Names:
62
- C is "Cyclin";
63
- M is "Active CDC-2 Kinase";
64
- X is "Active Cyclin Protease";
65
- MI is "Inactive CDC-2 Kinase";
66
- XI is "Inactive Cyclin Protease";
67
- reaction1 is "creation of cyclin";
68
- reaction2 is "default degradation of cyclin";
69
- reaction3 is "cdc2 kinase triggered degration of cyclin";
70
- reaction4 is "activation of cdc2 kinase";
71
- reaction5 is "deactivation of cdc2 kinase";
72
- reaction6 is "activation of cyclin protease";
73
- reaction7 is "deactivation of cyclin protease";
74
-
75
- // CV terms:
76
- cell identity "http://identifiers.org/obo.go/GO:0005623"
77
- C hypernym "http://identifiers.org/interpro/IPR006670"
78
- M version "http://identifiers.org/uniprot/P24033",
79
- "http://identifiers.org/uniprot/P35567"
80
- MI version "http://identifiers.org/uniprot/P24033",
81
- "http://identifiers.org/uniprot/P35567"
82
- reaction1 hypernym "http://identifiers.org/obo.go/GO:0006412"
83
- reaction2 hypernym "http://identifiers.org/obo.go/GO:0008054"
84
- reaction3 hypernym "http://identifiers.org/obo.go/GO:0008054"
85
- reaction4 hypernym "http://identifiers.org/ec-code/3.1.3.16",
86
- "http://identifiers.org/obo.go/GO:0045737",
87
- "http://identifiers.org/obo.go/GO:0006470"
88
- reaction5 hypernym "http://identifiers.org/ec-code/2.7.10.2",
89
- "http://identifiers.org/obo.go/GO:0045736",
90
- "http://identifiers.org/obo.go/GO:0006468"
91
- end
92
-
93
- BIOMD0000000004 is "Goldbeter1991 - Min Mit Oscil, Expl Inact"
94
-
95
- BIOMD0000000004 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614389071"
96
- BIOMD0000000004 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000004"
97
- BIOMD0000000004 description "http://identifiers.org/pubmed/1833774"
98
- BIOMD0000000004 origin "http://identifiers.org/biomodels.db/BIOMD0000000003"
99
- BIOMD0000000004 hypernym "http://identifiers.org/kegg.pathway/hsa04110",
100
- "http://identifiers.org/obo.go/GO:0000278"
101
- BIOMD0000000004 homolog "http://identifiers.org/reactome/REACT_152"
102
- BIOMD0000000004 taxon "http://identifiers.org/taxonomy/8292"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000005.txt DELETED
@@ -1,114 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000005()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species $EmptySet in cell, C2 in cell, CP in cell, M in cell, pM in cell;
7
- species Y in cell, YP in cell, $YT in cell, $CT in cell;
8
-
9
- // Assignment Rules:
10
- YT := Y + YP + M + pM;
11
- CT := C2 + CP + M + pM;
12
-
13
- // Reactions:
14
- Reaction1: M => C2 + YP; cell*Reaction1_k6*M;
15
- Reaction2: C2 => CP; cell*C2*Reaction2_k8notP;
16
- Reaction3: CP => C2; cell*CP*Reaction3_k9;
17
- Reaction4: CP + Y => pM; cell*CP*Reaction4_k3*Y;
18
- Reaction5: M => pM; cell*Reaction5_k5notP*M;
19
- Reaction6: $EmptySet => Y; cell*Reaction6_k1aa;
20
- Reaction7: Y => $EmptySet; cell*Reaction7_k2*Y;
21
- Reaction8: YP => $EmptySet; cell*Reaction8_k7*YP;
22
- Reaction9: pM => M; cell*pM*(Reaction9_k4prime + Reaction9_k4*(M/CT)^2);
23
-
24
- // Species initializations:
25
- EmptySet = 0;
26
- C2 = 0;
27
- CP = 0.75/cell;
28
- M = 0;
29
- pM = 0.25/cell;
30
- Y = 0;
31
- YP = 0;
32
-
33
- // Compartment initializations:
34
- cell = 1;
35
-
36
- // Variable initializations:
37
- Reaction1_k6 = 1;
38
- Reaction2_k8notP = 1000000;
39
- Reaction3_k9 = 1000;
40
- Reaction4_k3 = 200;
41
- Reaction5_k5notP = 0;
42
- Reaction6_k1aa = 0.015;
43
- Reaction7_k2 = 0;
44
- Reaction8_k7 = 0.6;
45
- Reaction9_k4 = 180;
46
- Reaction9_k4prime = 0.018;
47
-
48
- // Other declarations:
49
- const cell;
50
-
51
- // Display Names:
52
- C2 is "cdc2k";
53
- CP is "cdc2k-P";
54
- M is "p-cyclin_cdc2";
55
- pM is "p-cyclin_cdc2-p";
56
- Y is "cyclin";
57
- YP is "p-cyclin";
58
- YT is "total_cyclin";
59
- CT is "total_cdc2";
60
- Reaction1 is "cyclin_cdc2k dissociation";
61
- Reaction2 is "cdc2k phosphorylation";
62
- Reaction3 is "cdc2k dephosphorylation";
63
- Reaction4 is "cyclin cdc2k-p association";
64
- Reaction5 is "deactivation of cdc2 kinase";
65
- Reaction6 is "cyclin biosynthesis";
66
- Reaction7 is "default degradation of cyclin";
67
- Reaction8 is "cdc2 kinase triggered degration of cyclin";
68
- Reaction9 is "activation of cdc2 kinase";
69
-
70
- // CV terms:
71
- cell identity "http://identifiers.org/obo.go/GO:0005623"
72
- C2 hypernym "http://identifiers.org/uniprot/P04551"
73
- CP hypernym "http://identifiers.org/uniprot/P04551"
74
- M part "http://identifiers.org/uniprot/P04551",
75
- "http://identifiers.org/interpro/IPR006670"
76
- pM part "http://identifiers.org/uniprot/P04551",
77
- "http://identifiers.org/interpro/IPR006670"
78
- Y hypernym "http://identifiers.org/interpro/IPR006670"
79
- YP hypernym "http://identifiers.org/interpro/IPR006670"
80
- YT hypernym "http://identifiers.org/interpro/IPR006670"
81
- CT hypernym "http://identifiers.org/uniprot/P04551"
82
- Reaction1 version "http://identifiers.org/reactome/REACT_6308"
83
- Reaction1 hypernym "http://identifiers.org/obo.go/GO:0000079"
84
- Reaction2 hypernym "http://identifiers.org/ec-code/2.7.11.1",
85
- "http://identifiers.org/obo.go/GO:0006468"
86
- Reaction3 hypernym "http://identifiers.org/ec-code/3.1.3.16",
87
- "http://identifiers.org/obo.go/GO:0006470"
88
- Reaction4 version "http://identifiers.org/reactome/REACT_6216",
89
- "http://identifiers.org/reactome/REACT_6308"
90
- Reaction5 hypernym "http://identifiers.org/ec-code/2.7.10.2",
91
- "http://identifiers.org/obo.go/GO:0006468",
92
- "http://identifiers.org/obo.go/GO:0045736"
93
- Reaction5 version "http://identifiers.org/reactome/REACT_3178",
94
- "http://identifiers.org/reactome/REACT_6327"
95
- Reaction6 hypernym "http://identifiers.org/obo.go/GO:0006412"
96
- Reaction7 hypernym "http://identifiers.org/obo.go/GO:0008054"
97
- Reaction8 hypernym "http://identifiers.org/obo.go/GO:0008054"
98
- Reaction9 version "http://identifiers.org/reactome/REACT_6257",
99
- "http://identifiers.org/reactome/REACT_6175",
100
- "http://identifiers.org/reactome/REACT_6294"
101
- Reaction9 hypernym "http://identifiers.org/ec-code/3.1.3.16",
102
- "http://identifiers.org/obo.go/GO:0006470",
103
- "http://identifiers.org/obo.go/GO:0045737"
104
- end
105
-
106
- BIOMD0000000005 is "Tyson1991 - Cell Cycle 6 var"
107
-
108
- BIOMD0000000005 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614644188"
109
- BIOMD0000000005 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000005"
110
- BIOMD0000000005 description "http://identifiers.org/pubmed/1831270"
111
- BIOMD0000000005 taxon "http://identifiers.org/taxonomy/33154"
112
- BIOMD0000000005 hypernym "http://identifiers.org/kegg.pathway/sce04111",
113
- "http://identifiers.org/obo.go/GO:0000278"
114
- BIOMD0000000005 version "http://identifiers.org/reactome/REACT_152"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000006.txt DELETED
@@ -1,66 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000006()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- substanceOnly species $EmptySet in cell, $u in cell, $v in cell, $z in cell;
7
-
8
- // Assignment Rules:
9
- alpha := k4prime/k4;
10
- z := v - u;
11
-
12
- // Rate Rules:
13
- u' = k4*(v - u)*(alpha + u^2) - k6*u;
14
- v' = kappa - k6*u;
15
-
16
- // Reactions:
17
- Reaction1: $EmptySet => $z; kappa;
18
- Reaction2: $u => $EmptySet; k6*u;
19
- Reaction3: $z => $u; k4*z*(k4prime/k4 + u^2);
20
-
21
- // Species initializations:
22
- EmptySet = 1/cell;
23
- u = 0;
24
- v = 0;
25
-
26
- // Compartment initializations:
27
- cell = 1;
28
-
29
- // Variable initializations:
30
- k4 = 180;
31
- k6 = 1;
32
- kappa = 0.015;
33
- k4prime = 0.018;
34
-
35
- // Other declarations:
36
- var alpha;
37
- const cell, k4, k6, kappa, k4prime;
38
-
39
- // SBO terms:
40
- EmptySet.sboTerm = 291
41
- u.sboTerm = 297
42
- v.sboTerm = 297
43
- z.sboTerm = 297
44
- Reaction1.sboTerm = 205
45
- Reaction2.sboTerm = 179
46
- Reaction3.sboTerm = 176
47
-
48
- // CV terms:
49
- cell identity "http://identifiers.org/obo.go/GO:0005623"
50
- u property "http://identifiers.org/obo.go/GO:0004693"
51
- u hypernym "http://identifiers.org/obo.go/GO:0031387"
52
- v version "http://identifiers.org/uniprot/P04551"
53
- v version "http://identifiers.org/obo.go/GO:0031387"
54
- v property "http://identifiers.org/obo.go/GO:0004693"
55
- z version "http://identifiers.org/uniprot/P04551"
56
- end
57
-
58
- BIOMD0000000006 is "Tyson1991 - Cell Cycle 2 var"
59
-
60
- BIOMD0000000006 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614715255"
61
- BIOMD0000000006 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000006"
62
- BIOMD0000000006 description "http://identifiers.org/pubmed/1831270"
63
- BIOMD0000000006 taxon "http://identifiers.org/taxonomy/33154"
64
- BIOMD0000000006 identity "http://identifiers.org/kegg.pathway/sce04111"
65
- BIOMD0000000006 hypernym "http://identifiers.org/obo.go/GO:0000278"
66
- BIOMD0000000006 version "http://identifiers.org/reactome/REACT_152"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000007.txt DELETED
@@ -1,266 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000007()
3
-
4
- // Compartments and Species:
5
- compartment Cell;
6
- substanceOnly species UbE in Cell, UbE2 in Cell, Wee1 in Cell, Cdc25 in Cell;
7
- substanceOnly species G2K in Cell, R in Cell, G1K in Cell, IE in Cell, PG2 in Cell;
8
- substanceOnly species G1R in Cell, G2R in Cell, PG2R in Cell, $SPF in Cell;
9
- substanceOnly species $MPF in Cell, $IEB in Cell, $UbEB in Cell, $UbE2B in Cell;
10
- substanceOnly species $Wee1B in Cell, $Cdc25B in Cell, $Rum1Total in Cell;
11
- substanceOnly species $Cdc13Total in Cell, $Cig2Total in Cell;
12
-
13
- // Assignment Rules:
14
- SPF := Cig1 + alpha*G1K + MPF;
15
- MPF := G2K + beta*PG2;
16
- IEB := 1 - IE;
17
- UbEB := 1 - UbE;
18
- UbE2B := 1 - UbE2;
19
- Wee1B := 1 - Wee1;
20
- Cdc25B := 1 - Cdc25;
21
- Rum1Total := G1R + G2R + PG2R + R;
22
- Cdc13Total := G2K + G2R + PG2 + PG2R;
23
- Cig2Total := G1K + G1R;
24
- k2 := UbE*V2 + (1 - UbE)*V2prime;
25
- k6 := UbE2*V6 + (1 - UbE2)*V6prime;
26
- kwee := Vwprime*(1 - Wee1) + Vw*Wee1;
27
- k25 := Cdc25*V25 + (1 - Cdc25)*V25prime;
28
-
29
- // Rate Rules:
30
- Mass' = Mass*mu;
31
-
32
- // Reactions:
33
- G2K_Creation: => G2K; k1;
34
- G1K_Creation: => G1K; k5;
35
- Cdc2Phos: G2K -> PG2; G2K*kwee - k25*PG2;
36
- G2R_Creation: G2K + R -> G2R; G2K*k7*R - G2R*k7r;
37
- PG2R_Creation: PG2 + R -> PG2R; k7*PG2*R - k7r*PG2R;
38
- Rum1DegInG2R: G2R => G2K; G2R*k4;
39
- Rum1Deg: R => ; k4*R;
40
- Rum1DegInPG2R: PG2R => PG2; k4*PG2R;
41
- RumDegInG1R: G1R => G1K; G1R*k4;
42
- G2K_dissoc: G2K => ; G2K*k2;
43
- PG2_dissoc: PG2 => ; k2*PG2;
44
- G1K_Dissociation: G1K => ; G1K*k6;
45
- PG2R_Dissociation: PG2R => R; k2prime*PG2R;
46
- G2R_Dissociation: G2R => R; G2R*k2prime;
47
- G1R_Dissociation: G1R => R; G1R*k6prime;
48
- G1R_Binding: G1K + R -> G1R; G1K*k8*R - G1R*k8r;
49
- G2R_Dissociation_UbE: G2R => R; G2R*k2;
50
- PG2R_Dissociation_UbE: PG2R => R; k2*PG2R;
51
- Rum1_Production: => R; k3;
52
- Rum1_Deg_SPF: R => ; kp*Mass*R*SPF/(Kmp + R);
53
- IE_Reaction: $IEB -> IE; IEB*ki*MPF/(IEB + Kmi) - IE*kir/(IE + Kmir);
54
- UbE_Reaction: $UbEB -> UbE; IE*ku*UbEB/(Kmu + UbEB) - kur*UbE/(Kmur + UbE);
55
- UbE2_Reaction: $UbE2B -> UbE2; ku2*MPF*UbE2B/(Kmu2 + UbE2B) - kur2*UbE2/(Kmur2 + UbE2);
56
- Wee1_Reaction: $Wee1B -> Wee1; kwr*Wee1B/(Kmwr + Wee1B) - kw*MPF*Wee1/(Kmw + Wee1);
57
- Cdc25_Reaction: $Cdc25B -> Cdc25; Cdc25B*kc*MPF/(Cdc25B + Kmc) - Cdc25*kcr/(Cdc25 + Kmcr);
58
-
59
- // Events:
60
- Start: at 60 after SPF >= 0.1: kp = kp/2;
61
- Division: at UbE <= 0.1: Mass = Mass/2, kp = 2*kp;
62
-
63
- // Species initializations:
64
- UbE = 0.11/Cell;
65
- UbE2 = 0;
66
- Wee1 = 0;
67
- Cdc25 = 0;
68
- G2K = 0;
69
- R = 0.4/Cell;
70
- G1K = 0;
71
- IE = 0;
72
- PG2 = 0;
73
- G1R = 0;
74
- G2R = 0;
75
- PG2R = 0;
76
-
77
- // Compartment initializations:
78
- Cell = 1;
79
- Cell has volume;
80
-
81
- // Variable initializations:
82
- Cig1 = 0;
83
- alpha = 0.25;
84
- beta = 0.05;
85
- kp = 3.25;
86
- Mass = 0.49;
87
- mu = 0.00495;
88
- k1 = 0.015;
89
- k2prime = 0.05;
90
- k3 = 0.09375;
91
- k4 = 0.1875;
92
- k5 = 0.00175;
93
- k6prime = 0;
94
- k7 = 100;
95
- k7r = 0.1;
96
- k8 = 10;
97
- k8r = 0.1;
98
- kc = 1;
99
- kcr = 0.25;
100
- ki = 0.4;
101
- kir = 0.1;
102
- ku = 0.2;
103
- kur = 0.1;
104
- ku2 = 1;
105
- kur2 = 0.3;
106
- kw = 1;
107
- kwr = 0.25;
108
- V2 = 0.25;
109
- V2prime = 0.0075;
110
- V6 = 7.5;
111
- V6prime = 0.0375;
112
- V25 = 0.5;
113
- V25prime = 0.025;
114
- Vw = 0.35;
115
- Vwprime = 0.035;
116
- Kmc = 0.1;
117
- Kmcr = 0.1;
118
- Kmi = 0.01;
119
- Kmir = 0.01;
120
- Kmp = 0.001;
121
- Kmu = 0.01;
122
- Kmur = 0.01;
123
- Kmu2 = 0.05;
124
- Kmur2 = 0.05;
125
- Kmw = 0.1;
126
- Kmwr = 0.1;
127
-
128
- // Other declarations:
129
- var kp, Mass, k2, k6, kwee, k25;
130
- const Cell, Cig1, alpha, beta, mu, k1, k2prime, k3, k4, k5, k6prime, k7;
131
- const k7r, k8, k8r, kc, kcr, ki, kir, ku, kur, ku2, kur2, kw, kwr, V2, V2prime;
132
- const V6, V6prime, V25, V25prime, Vw, Vwprime, Kmc, Kmcr, Kmi, Kmir, Kmp;
133
- const Kmu, Kmur, Kmu2, Kmur2, Kmw, Kmwr;
134
-
135
- // Unit definitions:
136
- unit time_unit = 60 second;
137
- unit volume = litre;
138
-
139
- // Display Names:
140
- time_unit is "minutes";
141
- UbE is "ubiquitinProtease1";
142
- UbE2 is "ubiquitinProtease2";
143
- G2K is "Cdc13_Cdc2";
144
- R is "FreeRum1";
145
- G1K is "Cig2_Cdc2";
146
- IE is "IntermediaryEnzyme";
147
- PG2 is "Cdc13_P-Cdc2";
148
- G1R is "Cig2_Cdc2_Rum1";
149
- G2R is "Cdc13_Cdc2_Rum1";
150
- PG2R is "Cdc13_P-Cdc2_Rum1";
151
- SPF is "S-phasePromotingFactor";
152
- MPF is "M-phasePromotingFactor";
153
- IEB is "BoundIntermediaryEnzyme";
154
- UbEB is "BoundUbiquitinProtease1";
155
- UbE2B is "BoundUbiquitinProtease2";
156
- Wee1B is "BoundWee1";
157
- Cdc25B is "BoundCdc25";
158
- Rum1Total is "TotalRum1";
159
- Cdc13Total is "TotalCdc13";
160
- Cig2Total is "TotalCig2";
161
- Start is "S-Phase Start";
162
- Division is "Cell Division";
163
- k2prime is "k2'";
164
- k6prime is "k6'";
165
- V2prime is "V2'";
166
- V6prime is "V6'";
167
- V25prime is "V25'";
168
- Vwprime is "Vw'";
169
- G2K_Creation is "Cdc13_Cdc2 creation";
170
- G1K_Creation is "Cig2_Cdc2 creation";
171
- Cdc2Phos is "Cdc2 phosphorylation";
172
- G2R_Creation is "binding of Rum1 with Cdc13_Cdc2";
173
- PG2R_Creation is "binding of Rum1 with Cdc13_P-Cdc2";
174
- Rum1DegInG2R is "Rum1 degradation in Rum1_Cdc13_Cdc2";
175
- Rum1Deg is "Rum1 degradation in solution";
176
- Rum1DegInPG2R is "Rum1 degradation in Rum1_Cdc13_P-Cdc2";
177
- RumDegInG1R is "Rum1 degradation in Rum1_Cig2_Cdc2";
178
- G2K_dissoc is "Cdc13 degradation in Cdc13_Cdc2";
179
- PG2_dissoc is "Cdc13 degradation in Cdc13_P-Cdc2";
180
- G1K_Dissociation is "Cig2 degradation in Cig2_Cdc2";
181
- PG2R_Dissociation is "Cdc13 degradation in Rum1_Cdc13_P-Cdc2";
182
- G2R_Dissociation is "Cdc13 degradation in Rum1_Cdc13_Cdc2";
183
- G1R_Dissociation is "Cig2 degradation in Rum1_Cig2_Cdc2";
184
- G1R_Binding is "Binding of Rum1 to Cig2_Cdc2";
185
- G2R_Dissociation_UbE is "UbE mediated degradation of Cdc13_Cdc2 in Rum1_Cdc13_Cdc2";
186
- PG2R_Dissociation_UbE is "UbE mediated degradation of Cdc13_Cdc2 in Rum1_Cdc13_P-Cdc2";
187
- Rum1_Production is "Rum1 creation";
188
- Rum1_Deg_SPF is "Rum1 degradation by SPF";
189
- IE_Reaction is "IE production & degradation";
190
- UbE_Reaction is "UbE production & degradation";
191
- UbE2_Reaction is "UbE2 production & degradation";
192
- Wee1_Reaction is "Wee1 production & degradation";
193
- Cdc25_Reaction is "Cdc25 production & degradation";
194
-
195
- // CV terms:
196
- Cell identity "http://identifiers.org/go/GO:0005623"
197
- UbE hypernym "http://identifiers.org/go/GO:0000502"
198
- UbE2 hypernym "http://identifiers.org/go/GO:0000502"
199
- Wee1 version "http://identifiers.org/uniprot/P30290",
200
- "http://identifiers.org/uniprot/P07527"
201
- Cdc25 identity "http://identifiers.org/uniprot/P06652"
202
- G2K part "http://identifiers.org/uniprot/P04551",
203
- "http://identifiers.org/uniprot/P10815"
204
- R hypernym "http://identifiers.org/uniprot/P40380"
205
- G1K part "http://identifiers.org/uniprot/P04551",
206
- "http://identifiers.org/uniprot/P36630"
207
- PG2 part "http://identifiers.org/uniprot/P10815",
208
- "http://identifiers.org/uniprot/P04551"
209
- G1R part "http://identifiers.org/uniprot/P04551",
210
- "http://identifiers.org/uniprot/P36630",
211
- "http://identifiers.org/uniprot/P40380"
212
- G2R part "http://identifiers.org/uniprot/P04551",
213
- "http://identifiers.org/uniprot/P10815",
214
- "http://identifiers.org/uniprot/P40380"
215
- PG2R part "http://identifiers.org/uniprot/P10815",
216
- "http://identifiers.org/uniprot/P04551",
217
- "http://identifiers.org/uniprot/P40380"
218
- SPF part "http://identifiers.org/uniprot/P04551",
219
- "http://identifiers.org/uniprot/P10815",
220
- "http://identifiers.org/uniprot/P36630"
221
- MPF part "http://identifiers.org/uniprot/P10815",
222
- "http://identifiers.org/uniprot/P04551"
223
- UbEB hypernym "http://identifiers.org/go/GO:0000502"
224
- UbE2B hypernym "http://identifiers.org/go/GO:0000502"
225
- Wee1B version "http://identifiers.org/uniprot/P07527",
226
- "http://identifiers.org/uniprot/P30290"
227
- Cdc25B hypernym "http://identifiers.org/uniprot/P06652"
228
- Rum1Total identity "http://identifiers.org/uniprot/P40380"
229
- Cdc13Total identity "http://identifiers.org/uniprot/P10815"
230
- Cig2Total identity "http://identifiers.org/uniprot/P36630"
231
- Cdc2Phos part "http://identifiers.org/reactome/REACT_6294",
232
- "http://identifiers.org/reactome/REACT_6327"
233
- Cdc2Phos part "http://identifiers.org/reactome/REACT_6257",
234
- "http://identifiers.org/reactome/REACT_6178"
235
- Cdc2Phos hypernym "http://identifiers.org/ec-code/2.7.10.2",
236
- "http://identifiers.org/go/GO:0006468"
237
- G2R_Creation hypernym "http://identifiers.org/go/GO:0006461"
238
- PG2R_Creation hypernym "http://identifiers.org/go/GO:0006461"
239
- Rum1DegInG2R hypernym "http://identifiers.org/go/GO:0030163"
240
- Rum1Deg hypernym "http://identifiers.org/go/GO:0030163"
241
- Rum1DegInPG2R hypernym "http://identifiers.org/go/GO:0030163"
242
- RumDegInG1R hypernym "http://identifiers.org/go/GO:0030163"
243
- G2K_dissoc hypernym "http://identifiers.org/go/GO:0008054"
244
- PG2_dissoc hypernym "http://identifiers.org/go/GO:0008054"
245
- G1K_Dissociation hypernym "http://identifiers.org/go/GO:0008054"
246
- PG2R_Dissociation hypernym "http://identifiers.org/go/GO:0008054"
247
- G2R_Dissociation hypernym "http://identifiers.org/go/GO:0008054"
248
- G1R_Dissociation hypernym "http://identifiers.org/go/GO:0008054"
249
- G1R_Binding hypernym "http://identifiers.org/go/GO:0006461"
250
- G2R_Dissociation_UbE hypernym "http://identifiers.org/kegg.pathway/spo04120",
251
- "http://identifiers.org/go/GO:0030163"
252
- PG2R_Dissociation_UbE hypernym "http://identifiers.org/kegg.pathway/spo04120",
253
- "http://identifiers.org/go/GO:0030163"
254
- Rum1_Deg_SPF hypernym "http://identifiers.org/go/GO:0030163"
255
- end
256
-
257
- BIOMD0000000007 is "Novak1997 - Cell Cycle"
258
-
259
- BIOMD0000000007 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614787694"
260
- BIOMD0000000007 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000007"
261
- BIOMD0000000007 description "http://identifiers.org/pubmed/9256450"
262
- BIOMD0000000007 origin "http://identifiers.org/pubmed/10395816"
263
- BIOMD0000000007 taxon "http://identifiers.org/taxonomy/4896"
264
- BIOMD0000000007 hypernym "http://identifiers.org/kegg.pathway/ko04110",
265
- "http://identifiers.org/go/GO:0000278"
266
- BIOMD0000000007 homolog "http://identifiers.org/reactome/REACT_152"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000008.txt DELETED
@@ -1,121 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000008()
3
-
4
- // Compartments and Species:
5
- compartment Cell;
6
- species C in Cell, X in Cell, M in Cell, Y in Cell, Z in Cell;
7
-
8
- // Assignment Rules:
9
- V1 := C*V1p*(C + K6)^-1;
10
- V3 := M*V3p;
11
-
12
- // Reactions:
13
- reaction1: => C; reaction1_vi;
14
- reaction2: C => ; C*reaction2_k1*X*(C + reaction2_K5)^-1;
15
- reaction3: C => ; C*reaction3_kd;
16
- reaction4: => M; (1 + -1*M)*V1*(reaction4_K1 + -1*M + 1)^-1;
17
- reaction5: M => ; M*reaction5_V2*(reaction5_K2 + M)^-1;
18
- reaction6: => X; V3*(1 + -1*X)*(reaction6_K3 + -1*X + 1)^-1;
19
- reaction7: X => ; reaction7_V4*X*(reaction7_K4 + X)^-1;
20
- reaction8: C + Y => Z; reaction8_a1*C*Y;
21
- reaction9: Z => C + Y; reaction9_a2*Z;
22
- reaction10: Z => C; reaction10_alpha*reaction10_d1*Z;
23
- reaction11: Z => Y; reaction11_alpha*reaction11_kd*Z;
24
- reaction12: => Y; reaction12_vs;
25
- reaction13: Y => ; reaction13_d1*Y;
26
-
27
- // Species initializations:
28
- C = 0;
29
- C has substance_per_volume;
30
- X = 0;
31
- X has substance_per_volume;
32
- M = 0;
33
- M has substance_per_volume;
34
- Y = 1/Cell;
35
- Y has substance_per_volume;
36
- Z = 1/Cell;
37
- Z has substance_per_volume;
38
-
39
- // Compartment initializations:
40
- Cell = 1;
41
- Cell has volume;
42
-
43
- // Variable initializations:
44
- V1p = 0.75;
45
- K6 = 0.3;
46
- V3p = 0.3;
47
- reaction1_vi = 0.1;
48
- reaction2_k1 = 0.5;
49
- reaction2_K5 = 0.02;
50
- reaction3_kd = 0.02;
51
- reaction4_K1 = 0.1;
52
- reaction5_V2 = 0.25;
53
- reaction5_K2 = 0.1;
54
- reaction6_K3 = 0.2;
55
- reaction7_K4 = 0.1;
56
- reaction7_V4 = 0.1;
57
- reaction8_a1 = 0.05;
58
- reaction9_a2 = 0.05;
59
- reaction10_alpha = 0.1;
60
- reaction10_d1 = 0.05;
61
- reaction11_kd = 0.02;
62
- reaction11_alpha = 0.1;
63
- reaction12_vs = 0.2;
64
- reaction13_d1 = 0.05;
65
-
66
- // Other declarations:
67
- var V1, V3;
68
- const Cell, V1p, K6, V3p;
69
-
70
- // Unit definitions:
71
- unit volume = litre;
72
- unit substance = mole;
73
- unit substance_per_volume = mole / litre;
74
-
75
- // Display Names:
76
- C is "cyclin";
77
- X is "protease";
78
- M is "cdc2k";
79
- Y is "cyclin inhibitor";
80
- Z is "complex inhibitor-cyclin";
81
- reaction1 is "creation of cyclin";
82
- reaction2 is "cdc2 kinase triggered degration of cyclin";
83
- reaction3 is "default degradation of cyclin";
84
- reaction4 is "activation of cdc2 kinase";
85
- reaction5 is "deactivation of cdc2 kinase";
86
- reaction6 is "activation of cyclin protease";
87
- reaction7 is "deactivation of cyclin protease";
88
- reaction10 is "desinhibition of cyclin";
89
- reaction11 is "degradation of inhibited cyclin";
90
- reaction12 is "creation of cyclin inhibitor";
91
- reaction13 is "degradation of cyclin inhibitor";
92
-
93
- // CV terms:
94
- Cell identity "http://identifiers.org/go/GO:0005737"
95
- C identity "http://identifiers.org/interpro/IPR006670"
96
- X property "http://identifiers.org/go/GO:0008233"
97
- M version "http://identifiers.org/uniprot/P35567",
98
- "http://identifiers.org/uniprot/P24033"
99
- Z part "http://identifiers.org/interpro/IPR006670"
100
- reaction1 hypernym "http://identifiers.org/go/GO:0006412"
101
- reaction2 hypernym "http://identifiers.org/go/GO:0008054"
102
- reaction3 hypernym "http://identifiers.org/go/GO:0008054"
103
- reaction4 hypernym "http://identifiers.org/go/GO:0045737"
104
- reaction5 hypernym "http://identifiers.org/go/GO:0045736"
105
- reaction9 hypernym "http://identifiers.org/go/GO:0043241"
106
- reaction10 hypernym "http://identifiers.org/go/GO:0044257"
107
- reaction11 hypernym "http://identifiers.org/go/GO:0008054"
108
- reaction12 hypernym "http://identifiers.org/go/GO:0006412"
109
- reaction13 hypernym "http://identifiers.org/go/GO:0044257"
110
- end
111
-
112
- BIOMD0000000008 is "Gardner1998 - Cell Cycle Goldbeter"
113
-
114
- BIOMD0000000008 model_entity_is "http://identifiers.org/biomodels.db/MODEL6614879888"
115
- BIOMD0000000008 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000008"
116
- BIOMD0000000008 description "http://identifiers.org/pubmed/9826676"
117
- BIOMD0000000008 origin "http://identifiers.org/biomodels.db/BIOMD0000000003",
118
- "http://identifiers.org/biomodels.db/BIOMD0000000004"
119
- BIOMD0000000008 hypernym "http://identifiers.org/go/GO:0000278"
120
- BIOMD0000000008 taxon "http://identifiers.org/taxonomy/8292"
121
- BIOMD0000000008 homolog "http://identifiers.org/reactome/REACT_152"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000009.txt DELETED
@@ -1,250 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000009()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species E1 in compartment_, E2 in compartment_, KKK in compartment_, P_KKK in compartment_;
7
- species KK in compartment_, P_KK in compartment_, PP_KK in compartment_;
8
- species K in compartment_, P_K in compartment_, PP_K in compartment_, KPase in compartment_;
9
- species KKPase in compartment_, E1_KKK in compartment_, E2_P_KKK in compartment_;
10
- species P_KKK_KK in compartment_, P_KKK_P_KK in compartment_, PP_KK_K in compartment_;
11
- species PP_KK_P_K in compartment_, KKPase_PP_KK in compartment_, KKPase_P_KK in compartment_;
12
- species KPase_PP_K in compartment_, KPase_P_K in compartment_, $K_PP_norm in compartment_;
13
- species $KK_PP_norm in compartment_, $KKK_P_norm in compartment_, $rel_K_PP_max in compartment_;
14
-
15
- // Assignment Rules:
16
- K_PP_norm := (PP_K + KPase_PP_K)/(PP_K + P_K + K + PP_KK_K + PP_KK_P_K + KPase_PP_K + KPase_P_K);
17
- KK_PP_norm := (PP_KK + PP_KK_K + PP_KK_P_K + KKPase_PP_KK)/(PP_KK + P_KK + KK + PP_KK_K + PP_KK_P_K + P_KKK_KK + P_KKK_P_KK + KKPase_PP_KK + KKPase_P_KK);
18
- KKK_P_norm := (P_KKK + P_KKK_KK + P_KKK_P_KK)/(KKK + P_KKK + P_KKK_KK + P_KKK_P_KK);
19
- rel_K_PP_max := K_PP_norm/K_PP_norm_max;
20
-
21
- // Reactions:
22
- r1a: KKK + E1 -> E1_KKK; compartment_*(r1a_a1*E1*KKK - r1a_d1*E1_KKK);
23
- r1b: E1_KKK => E1 + P_KKK; compartment_*r1b_k2*E1_KKK;
24
- r2a: P_KKK + E2 -> E2_P_KKK; compartment_*(r2a_a2*E2*P_KKK - r2a_d2*E2_P_KKK);
25
- r2b: E2_P_KKK => E2 + KKK; compartment_*r2b_k2*E2_P_KKK;
26
- r3a: KK + P_KKK -> P_KKK_KK; compartment_*(r3a_a3*KK*P_KKK - r3a_d3*P_KKK_KK);
27
- r3b: P_KKK_KK => P_KK + P_KKK; compartment_*r3b_k3*P_KKK_KK;
28
- r4a: P_KK + KKPase -> KKPase_P_KK; compartment_*(r4a_a4*P_KK*KKPase - r4a_d4*KKPase_P_KK);
29
- r4b: KKPase_P_KK => KK + KKPase; compartment_*r4b_k4*KKPase_P_KK;
30
- r5a: P_KK + P_KKK -> P_KKK_P_KK; compartment_*(r5a_a5*P_KK*P_KKK - r5a_d5*P_KKK_P_KK);
31
- r5b: P_KKK_P_KK => PP_KK + P_KKK; compartment_*r5b_k5*P_KKK_P_KK;
32
- r6a: PP_KK + KKPase -> KKPase_PP_KK; compartment_*(r6a_a6*PP_KK*KKPase - r6a_d6*KKPase_PP_KK);
33
- r6b: KKPase_PP_KK => P_KK + KKPase; compartment_*r6b_k6*KKPase_PP_KK;
34
- r7a: K + PP_KK -> PP_KK_K; compartment_*(r7a_a7*K*PP_KK - r7a_d7*PP_KK_K);
35
- r7b: PP_KK_K => P_K + PP_KK; compartment_*r7b_k7*PP_KK_K;
36
- r8a: P_K + KPase -> KPase_P_K; compartment_*(r8a_a8*P_K*KPase - r8a_d8*KPase_P_K);
37
- r8b: KPase_P_K => K + KPase; compartment_*r8b_k8*KPase_P_K;
38
- r9a: P_K + PP_KK -> PP_KK_P_K; compartment_*(r9a_a9*P_K*PP_KK - r9a_d9*PP_KK_P_K);
39
- r9b: PP_KK_P_K => PP_KK + PP_K; compartment_*r9b_k9*PP_KK_P_K;
40
- r10a: PP_K + KPase -> KPase_PP_K; compartment_*(r10a_a10*PP_K*KPase - r10a_d10*KPase_PP_K);
41
- r10b: KPase_PP_K => P_K + KPase; compartment_*r10b_k10*KPase_PP_K;
42
-
43
- // Species initializations:
44
- E1 = 3e-05;
45
- E2 = 0.0003;
46
- KKK = 0.003;
47
- P_KKK = 0;
48
- KK = 1.2;
49
- P_KK = 0;
50
- PP_KK = 0;
51
- K = 1.2;
52
- P_K = 0;
53
- PP_K = 0;
54
- KPase = 0.12;
55
- KKPase = 0.0003;
56
- E1_KKK = 0;
57
- E2_P_KKK = 0;
58
- P_KKK_KK = 0;
59
- P_KKK_P_KK = 0;
60
- PP_KK_K = 0;
61
- PP_KK_P_K = 0;
62
- KKPase_PP_KK = 0;
63
- KKPase_P_KK = 0;
64
- KPase_PP_K = 0;
65
- KPase_P_K = 0;
66
-
67
- // Compartment initializations:
68
- compartment_ = 4e-12;
69
-
70
- // Variable initializations:
71
- K_PP_norm_max = 0.900049;
72
- r1a_a1 = 1000;
73
- r1a_d1 = 150;
74
- r1b_k2 = 150;
75
- r2a_a2 = 1000;
76
- r2a_d2 = 150;
77
- r2b_k2 = 150;
78
- r3a_a3 = 1000;
79
- r3a_d3 = 150;
80
- r3b_k3 = 150;
81
- r4a_a4 = 1000;
82
- r4a_d4 = 150;
83
- r4b_k4 = 150;
84
- r5a_a5 = 1000;
85
- r5a_d5 = 150;
86
- r5b_k5 = 150;
87
- r6a_a6 = 1000;
88
- r6a_d6 = 150;
89
- r6b_k6 = 150;
90
- r7a_a7 = 1000;
91
- r7a_d7 = 150;
92
- r7b_k7 = 150;
93
- r8a_a8 = 1000;
94
- r8a_d8 = 150;
95
- r8b_k8 = 150;
96
- r9a_a9 = 1000;
97
- r9a_d9 = 150;
98
- r9b_k9 = 150;
99
- r10a_a10 = 1000;
100
- r10a_d10 = 150;
101
- r10b_k10 = 150;
102
-
103
- // Other declarations:
104
- const compartment_, K_PP_norm_max;
105
-
106
- // Unit definitions:
107
- unit substance = 1e-6 mole;
108
-
109
- // Display Names:
110
- substance is "micromole";
111
- E1 is "MAPKKK activator (Ras)";
112
- E2 is "MAPKKK inactivator";
113
- KKK is "Mos";
114
- P_KKK is "Mos-P";
115
- KK is "Mek1";
116
- P_KK is "Mek1-P";
117
- PP_KK is "Mek1-PP";
118
- K is "Erk2";
119
- P_K is "Erk2-P";
120
- PP_K is "Erk2-PP";
121
- KPase is "MAPK-Pase";
122
- KKPase is "MAPKK-Pase";
123
- E1_KKK is "E1_Mos";
124
- E2_P_KKK is "E2_Mos-P";
125
- P_KKK_KK is "P-Mos_Mek1";
126
- P_KKK_P_KK is "P-Mos_P-Mek1";
127
- PP_KK_K is "PP-Mek1_Erk2";
128
- PP_KK_P_K is "PP-Mek1_P-Erk2";
129
- KKPase_PP_KK is "MAPKK-Pase_PP-Mek1";
130
- KKPase_P_KK is "MAPKK-Pase_P-Mek1";
131
- KPase_PP_K is "MAPK-Pase_PP-Erk2";
132
- KPase_P_K is "MAPK-Pase_P-Erk2";
133
- rel_K_PP_max is "relative maximal K_PP";
134
- r1a is "binding of MAPKKK activator";
135
- r1b is "MAPKKK activation";
136
- r2a is "binding of MAPKKK inactivator";
137
- r2b is "MAPKKK inactivation";
138
- r3a is "binding P-MAPKKK and MAPKK";
139
- r3b is "phosphorylation of MAPKK";
140
- r4a is "binding MAPKK-Pase and P-MAPKK";
141
- r4b is "dephosphorylation of P-MAPKK";
142
- r5a is "binding P-MAPKKK and P-MAPKK";
143
- r5b is "phosphorylation of P-MAPKK";
144
- r6a is "binding MAPKK-Pase and PP-MAPKK";
145
- r6b is "dephosphorylation of PP-MAPKK";
146
- r7a is "binding MAPK and PP-MAPKK";
147
- r7b is "phosphorylation of MAPK";
148
- r8a is "binding MAPK-Pase and P-MAPK";
149
- r8b is "dephosphorylation of P-MAPK";
150
- r9a is "binding PP-MAPKK and P-MAPK";
151
- r9b is "phosphorylation of P-MAPK";
152
- r10a is "binding MAPK-Pase and PP-MAPK";
153
- r10b is "dephosphorylation of PP-MAPK";
154
-
155
- // CV terms:
156
- E1 hypernym "http://identifiers.org/interpro/IPR003577"
157
- KKK hypernym "http://identifiers.org/uniprot/P12965"
158
- P_KKK hypernym "http://identifiers.org/uniprot/P12965"
159
- KK hypernym "http://identifiers.org/uniprot/Q05116"
160
- P_KK hypernym "http://identifiers.org/uniprot/Q05116"
161
- PP_KK hypernym "http://identifiers.org/uniprot/Q05116"
162
- K hypernym "http://identifiers.org/uniprot/P26696"
163
- P_K hypernym "http://identifiers.org/uniprot/P26696"
164
- PP_K hypernym "http://identifiers.org/uniprot/P26696"
165
- KPase identity "http://identifiers.org/uniprot/Q90W58"
166
- E1_KKK part "http://identifiers.org/uniprot/P12965",
167
- "http://identifiers.org/interpro/IPR003577"
168
- E2_P_KKK part "http://identifiers.org/uniprot/P12965"
169
- P_KKK_KK part "http://identifiers.org/uniprot/P12965",
170
- "http://identifiers.org/uniprot/Q05116"
171
- P_KKK_P_KK part "http://identifiers.org/uniprot/P12965",
172
- "http://identifiers.org/uniprot/Q05116"
173
- PP_KK_K part "http://identifiers.org/uniprot/Q05116",
174
- "http://identifiers.org/uniprot/P26696"
175
- PP_KK_P_K part "http://identifiers.org/uniprot/Q05116",
176
- "http://identifiers.org/uniprot/P26696"
177
- KKPase_PP_KK part "http://identifiers.org/uniprot/Q05116"
178
- KKPase_P_KK part "http://identifiers.org/uniprot/Q05116"
179
- KPase_PP_K part "http://identifiers.org/uniprot/Q90W58",
180
- "http://identifiers.org/uniprot/P26696"
181
- KPase_P_K part "http://identifiers.org/uniprot/P26696",
182
- "http://identifiers.org/uniprot/Q90W58"
183
- r1a homolog "http://identifiers.org/reactome/REACT_996"
184
- r1a hypernym "http://identifiers.org/go/GO:0031435"
185
- r1b homolog "http://identifiers.org/reactome/REACT_525"
186
- r1b hypernym "http://identifiers.org/ec-code/2.7.11.1",
187
- "http://identifiers.org/go/GO:0008349",
188
- "http://identifiers.org/go/GO:0000185"
189
- r2a hypernym "http://identifiers.org/go/GO:0031435"
190
- r2b hypernym "http://identifiers.org/ec-code/3.1.3.16",
191
- "http://identifiers.org/go/GO:0051390",
192
- "http://identifiers.org/go/GO:0006470"
193
- r3a homolog "http://identifiers.org/reactome/REACT_143"
194
- r3a hypernym "http://identifiers.org/go/GO:0031434",
195
- "http://identifiers.org/go/GO:0031435"
196
- r3b homolog "http://identifiers.org/reactome/REACT_614"
197
- r3b hypernym "http://identifiers.org/ec-code/2.7.11.25",
198
- "http://identifiers.org/go/GO:0006468",
199
- "http://identifiers.org/go/GO:0004709"
200
- r4a hypernym "http://identifiers.org/go/GO:0031434"
201
- r4b hypernym "http://identifiers.org/ec-code/3.1.3.16",
202
- "http://identifiers.org/go/GO:0006470"
203
- r5a homolog "http://identifiers.org/reactome/REACT_143"
204
- r5a hypernym "http://identifiers.org/go/GO:0031435",
205
- "http://identifiers.org/go/GO:0031434"
206
- r5b homolog "http://identifiers.org/reactome/REACT_614"
207
- r5b hypernym "http://identifiers.org/ec-code/2.7.11.25",
208
- "http://identifiers.org/go/GO:0006468",
209
- "http://identifiers.org/go/GO:0004709",
210
- "http://identifiers.org/go/GO:0000186"
211
- r6a hypernym "http://identifiers.org/go/GO:0031434"
212
- r6b hypernym "http://identifiers.org/ec-code/3.1.3.16",
213
- "http://identifiers.org/go/GO:0006470",
214
- "http://identifiers.org/go/GO:0051389"
215
- r7a version "http://identifiers.org/reactome/REACT_1780",
216
- "http://identifiers.org/reactome/REACT_495"
217
- r7a hypernym "http://identifiers.org/go/GO:0031434",
218
- "http://identifiers.org/go/GO:0051019"
219
- r7b version "http://identifiers.org/reactome/REACT_136",
220
- "http://identifiers.org/reactome/REACT_2247"
221
- r7b hypernym "http://identifiers.org/ec-code/2.7.12.2",
222
- "http://identifiers.org/go/GO:0006468",
223
- "http://identifiers.org/go/GO:0004708"
224
- r8a hypernym "http://identifiers.org/go/GO:0051019"
225
- r8b hypernym "http://identifiers.org/ec-code/3.1.3.16",
226
- "http://identifiers.org/go/GO:0006470"
227
- r9a version "http://identifiers.org/reactome/REACT_1780",
228
- "http://identifiers.org/reactome/REACT_495"
229
- r9a hypernym "http://identifiers.org/go/GO:0051019",
230
- "http://identifiers.org/go/GO:0031434"
231
- r9b hypernym "http://identifiers.org/ec-code/2.7.12.2",
232
- "http://identifiers.org/go/GO:0006468",
233
- "http://identifiers.org/go/GO:0004708",
234
- "http://identifiers.org/go/GO:0000187"
235
- r9b version "http://identifiers.org/reactome/REACT_136",
236
- "http://identifiers.org/reactome/REACT_2247"
237
- r10a hypernym "http://identifiers.org/go/GO:0051019"
238
- r10b hypernym "http://identifiers.org/ec-code/3.1.3.16",
239
- "http://identifiers.org/go/GO:0006470",
240
- "http://identifiers.org/go/GO:0000188"
241
- end
242
-
243
- BIOMD0000000009 is "Huang1996 - Ultrasensitivity in MAPK cascade"
244
-
245
- BIOMD0000000009 model_entity_is "http://identifiers.org/biomodels.db/MODEL6615048798"
246
- BIOMD0000000009 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000009"
247
- BIOMD0000000009 description "http://identifiers.org/pubmed/8816754"
248
- BIOMD0000000009 homolog "http://identifiers.org/reactome/REACT_634"
249
- BIOMD0000000009 hypernym "http://identifiers.org/go/GO:0000165"
250
- BIOMD0000000009 taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000010.txt DELETED
@@ -1,140 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000010()
3
-
4
- // Compartments and Species:
5
- compartment uVol;
6
- species MKKK in uVol, MKKK_P in uVol, MKK in uVol, MKK_P in uVol, MKK_PP in uVol;
7
- species MAPK in uVol, MAPK_P in uVol, MAPK_PP in uVol;
8
-
9
- // Reactions:
10
- J0: MKKK => MKKK_P; uVol*J0_V1*MKKK/((1 + (MAPK_PP/J0_Ki)^J0_n)*(J0_K1 + MKKK));
11
- J1: MKKK_P => MKKK; uVol*J1_V2*MKKK_P/(J1_KK2 + MKKK_P);
12
- J2: MKK => MKK_P; uVol*J2_k3*MKKK_P*MKK/(J2_KK3 + MKK);
13
- J3: MKK_P => MKK_PP; uVol*J3_k4*MKKK_P*MKK_P/(J3_KK4 + MKK_P);
14
- J4: MKK_PP => MKK_P; uVol*J4_V5*MKK_PP/(J4_KK5 + MKK_PP);
15
- J5: MKK_P => MKK; uVol*J5_V6*MKK_P/(J5_KK6 + MKK_P);
16
- J6: MAPK => MAPK_P; uVol*J6_k7*MKK_PP*MAPK/(J6_KK7 + MAPK);
17
- J7: MAPK_P => MAPK_PP; uVol*J7_k8*MKK_PP*MAPK_P/(J7_KK8 + MAPK_P);
18
- J8: MAPK_PP => MAPK_P; uVol*J8_V9*MAPK_PP/(J8_KK9 + MAPK_PP);
19
- J9: MAPK_P => MAPK; uVol*J9_V10*MAPK_P/(J9_KK10 + MAPK_P);
20
-
21
- // Species initializations:
22
- MKKK = 90;
23
- MKKK_P = 10;
24
- MKK = 280;
25
- MKK_P = 10;
26
- MKK_PP = 10;
27
- MAPK = 280;
28
- MAPK_P = 10;
29
- MAPK_PP = 10;
30
-
31
- // Compartment initializations:
32
- uVol = 1;
33
-
34
- // Variable initializations:
35
- J0_V1 = 2.5;
36
- J0_Ki = 9;
37
- J0_n = 1;
38
- J0_K1 = 10;
39
- J1_V2 = 0.25;
40
- J1_KK2 = 8;
41
- J2_k3 = 0.025;
42
- J2_KK3 = 15;
43
- J3_k4 = 0.025;
44
- J3_KK4 = 15;
45
- J4_V5 = 0.75;
46
- J4_KK5 = 15;
47
- J5_V6 = 0.75;
48
- J5_KK6 = 15;
49
- J6_k7 = 0.025;
50
- J6_KK7 = 15;
51
- J7_k8 = 0.025;
52
- J7_KK8 = 15;
53
- J8_V9 = 0.5;
54
- J8_KK9 = 15;
55
- J9_V10 = 0.5;
56
- J9_KK10 = 15;
57
-
58
- // Other declarations:
59
- const uVol;
60
-
61
- // Unit definitions:
62
- unit substance = 1e-9 mole;
63
-
64
- // Display Names:
65
- substance is "nanomole";
66
- MKKK is "Mos";
67
- MKKK_P is "Mos-P";
68
- MKK is "Mek1";
69
- MKK_P is "Mek1-P";
70
- MKK_PP is "Mek1-PP";
71
- MAPK is "Erk2";
72
- MAPK_P is "Erk2-P";
73
- MAPK_PP is "Erk2-PP";
74
- J0 is "MAPKKK activation";
75
- J1 is "MAPKKK inactivation";
76
- J2 is "phosphorylation of MAPKK";
77
- J3 is "phosphorylation of MAPKK-P";
78
- J4 is "dephosphorylation of MAPKK-PP";
79
- J5 is "dephosphorylation of MAPKK-P";
80
- J6 is "phosphorylation of MAPK";
81
- J7 is "phosphorylation of MAPK-P";
82
- J8 is "dephosphorylation of MAPK-PP";
83
- J9 is "dephosphorylation of MAPK-P";
84
-
85
- // CV terms:
86
- MKKK hypernym "http://identifiers.org/uniprot/P09560"
87
- MKKK_P hypernym "http://identifiers.org/uniprot/P09560"
88
- MKK hypernym "http://identifiers.org/uniprot/Q05116"
89
- MKK_P hypernym "http://identifiers.org/uniprot/Q05116"
90
- MKK_PP hypernym "http://identifiers.org/uniprot/Q05116"
91
- MAPK hypernym "http://identifiers.org/uniprot/P26696"
92
- MAPK_P hypernym "http://identifiers.org/uniprot/P26696"
93
- MAPK_PP hypernym "http://identifiers.org/uniprot/P26696"
94
- J0 homolog "http://identifiers.org/reactome/REACT_525"
95
- J0 hypernym "http://identifiers.org/ec-code/2.7.11.1",
96
- "http://identifiers.org/go/GO:0000185",
97
- "http://identifiers.org/go/GO:0008349"
98
- J1 hypernym "http://identifiers.org/ec-code/3.1.3.16",
99
- "http://identifiers.org/go/GO:0051390",
100
- "http://identifiers.org/go/GO:0006470"
101
- J2 homolog "http://identifiers.org/reactome/REACT_614"
102
- J2 hypernym "http://identifiers.org/ec-code/2.7.11.25",
103
- "http://identifiers.org/go/GO:0004709",
104
- "http://identifiers.org/go/GO:0006468"
105
- J3 homolog "http://identifiers.org/reactome/REACT_614"
106
- J3 hypernym "http://identifiers.org/ec-code/2.7.11.25",
107
- "http://identifiers.org/go/GO:0000186",
108
- "http://identifiers.org/go/GO:0006468",
109
- "http://identifiers.org/go/GO:0004709"
110
- J4 hypernym "http://identifiers.org/ec-code/3.1.3.16",
111
- "http://identifiers.org/go/GO:0006470",
112
- "http://identifiers.org/go/GO:0051389"
113
- J5 hypernym "http://identifiers.org/ec-code/3.1.3.16",
114
- "http://identifiers.org/go/GO:0006470"
115
- J6 version "http://identifiers.org/reactome/REACT_136",
116
- "http://identifiers.org/reactome/REACT_2247"
117
- J6 hypernym "http://identifiers.org/ec-code/2.7.12.2",
118
- "http://identifiers.org/go/GO:0004708",
119
- "http://identifiers.org/go/GO:0006468"
120
- J7 version "http://identifiers.org/reactome/REACT_136",
121
- "http://identifiers.org/reactome/REACT_2247"
122
- J7 hypernym "http://identifiers.org/ec-code/2.7.12.2",
123
- "http://identifiers.org/go/GO:0006468",
124
- "http://identifiers.org/go/GO:0004708",
125
- "http://identifiers.org/go/GO:0000187"
126
- J8 hypernym "http://identifiers.org/ec-code/3.1.3.16",
127
- "http://identifiers.org/go/GO:0000188",
128
- "http://identifiers.org/go/GO:0006470"
129
- J9 hypernym "http://identifiers.org/ec-code/3.1.3.16",
130
- "http://identifiers.org/go/GO:0006470"
131
- end
132
-
133
- BIOMD0000000010 is "Kholodenko2000 - Ultrasensitivity and negative feedback bring oscillations in MAPK cascade"
134
-
135
- BIOMD0000000010 model_entity_is "http://identifiers.org/biomodels.db/MODEL6615119181"
136
- BIOMD0000000010 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000010"
137
- BIOMD0000000010 description "http://identifiers.org/pubmed/10712587"
138
- BIOMD0000000010 hypernym "http://identifiers.org/go/GO:0000165"
139
- BIOMD0000000010 homolog "http://identifiers.org/reactome/REACT_634"
140
- BIOMD0000000010 taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000011.txt DELETED
@@ -1,272 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *MAPK_in_Solution()
3
-
4
- // Compartments and Species:
5
- compartment Cytoplasm;
6
- substanceOnly species MAPK in Cytoplasm, MAPKMEKpp in Cytoplasm, MAPKp in Cytoplasm;
7
- substanceOnly species MAPKPH in Cytoplasm, MAPKpMAPKPH in Cytoplasm, MAPKpMEKpp in Cytoplasm;
8
- substanceOnly species MAPKpp in Cytoplasm, MAPKppMAPKPH in Cytoplasm, MEK in Cytoplasm;
9
- substanceOnly species MEKp in Cytoplasm, MEKPH in Cytoplasm, MEKpMEKPH in Cytoplasm;
10
- substanceOnly species MEKpp in Cytoplasm, MEKppMEKPH in Cytoplasm, MEKpRAFp in Cytoplasm;
11
- substanceOnly species MEKRAFp in Cytoplasm, RAF in Cytoplasm, RAFK in Cytoplasm;
12
- substanceOnly species RAFp in Cytoplasm, RAFPH in Cytoplasm, RAFpRAFPH in Cytoplasm;
13
- substanceOnly species RAFRAFK in Cytoplasm;
14
-
15
- // Reactions:
16
- Reaction1: RAF + RAFK => RAFRAFK; Reaction1_a1*RAF*RAFK;
17
- Reaction2: RAFRAFK => RAF + RAFK; Reaction2_d1*RAFRAFK;
18
- Reaction3: RAFRAFK => RAFK + RAFp; Reaction3_k1*RAFRAFK;
19
- Reaction4: RAFp + RAFPH => RAFpRAFPH; Reaction4_a2*RAFp*RAFPH;
20
- Reaction5: RAFpRAFPH => RAFp + RAFPH; Reaction5_d2*RAFpRAFPH;
21
- Reaction6: RAFpRAFPH => RAF + RAFPH; Reaction6_k2*RAFpRAFPH;
22
- Reaction7: MEK + RAFp => MEKRAFp; Reaction7_a3*MEK*RAFp;
23
- Reaction8: MEKRAFp => MEK + RAFp; Reaction8_d3*MEKRAFp;
24
- Reaction9: MEKRAFp => MEKp + RAFp; Reaction9_k3*MEKRAFp;
25
- Reaction10: MEKp + MEKPH => MEKpMEKPH; Reaction10_a4*MEKp*MEKPH;
26
- Reaction11: MEKpMEKPH => MEKp + MEKPH; Reaction11_d4*MEKpMEKPH;
27
- Reaction12: MEKpMEKPH => MEK + MEKPH; Reaction12_k4*MEKpMEKPH;
28
- Reaction13: MEKp + RAFp => MEKpRAFp; Reaction13_a5*MEKp*RAFp;
29
- Reaction14: MEKpRAFp => MEKp + RAFp; Reaction14_d5*MEKpRAFp;
30
- Reaction15: MEKpRAFp => MEKpp + RAFp; Reaction15_k5*MEKpRAFp;
31
- Reaction16: MEKPH + MEKpp => MEKppMEKPH; Reaction16_a6*MEKPH*MEKpp;
32
- Reaction17: MEKppMEKPH => MEKPH + MEKpp; Reaction17_d6*MEKppMEKPH;
33
- Reaction18: MEKppMEKPH => MEKp + MEKPH; Reaction18_k6*MEKppMEKPH;
34
- Reaction19: MAPK + MEKpp => MAPKMEKpp; Reaction19_a7*MAPK*MEKpp;
35
- Reaction20: MAPKMEKpp => MAPK + MEKpp; Reaction20_d7*MAPKMEKpp;
36
- Reaction21: MAPKMEKpp => MAPKp + MEKpp; Reaction21_k7*MAPKMEKpp;
37
- Reaction22: MAPKp + MAPKPH => MAPKpMAPKPH; Reaction22_a8*MAPKp*MAPKPH;
38
- Reaction23: MAPKpMAPKPH => MAPKp + MAPKPH; Reaction23_d8*MAPKpMAPKPH;
39
- Reaction24: MAPKpMAPKPH => MAPK + MAPKPH; Reaction24_k8*MAPKpMAPKPH;
40
- Reaction25: MAPKp + MEKpp => MAPKpMEKpp; Reaction25_a9*MAPKp*MEKpp;
41
- Reaction26: MAPKpMEKpp => MAPKp + MEKpp; Reaction26_d9*MAPKpMEKpp;
42
- Reaction27: MAPKpMEKpp => MAPKpp + MEKpp; Reaction27_k9*MAPKpMEKpp;
43
- Reaction28: MAPKPH + MAPKpp => MAPKppMAPKPH; Reaction28_a10*MAPKPH*MAPKpp;
44
- Reaction29: MAPKppMAPKPH => MAPKPH + MAPKpp; Reaction29_d10*MAPKppMAPKPH;
45
- Reaction30: MAPKppMAPKPH => MAPKp + MAPKPH; Reaction30_k10*MAPKppMAPKPH;
46
-
47
- // Species initializations:
48
- MAPK = 0.4/Cytoplasm;
49
- MAPKMEKpp = 0;
50
- MAPKp = 0;
51
- MAPKPH = 0.3/Cytoplasm;
52
- MAPKpMAPKPH = 0;
53
- MAPKpMEKpp = 0;
54
- MAPKpp = 0;
55
- MAPKppMAPKPH = 0;
56
- MEK = 0.2/Cytoplasm;
57
- MEKp = 0;
58
- MEKPH = 0.2/Cytoplasm;
59
- MEKpMEKPH = 0;
60
- MEKpp = 0;
61
- MEKppMEKPH = 0;
62
- MEKpRAFp = 0;
63
- MEKRAFp = 0;
64
- RAF = 0.3/Cytoplasm;
65
- RAFK = 0.2/Cytoplasm;
66
- RAFp = 0;
67
- RAFPH = 0.3/Cytoplasm;
68
- RAFpRAFPH = 0;
69
- RAFRAFK = 0;
70
-
71
- // Compartment initializations:
72
- Cytoplasm = 1;
73
-
74
- // Variable initializations:
75
- Reaction1_a1 = 1;
76
- Reaction2_d1 = 0.4;
77
- Reaction3_k1 = 0.1;
78
- Reaction4_a2 = 0.5;
79
- Reaction5_d2 = 0.5;
80
- Reaction6_k2 = 0.1;
81
- Reaction7_a3 = 3.3;
82
- Reaction8_d3 = 0.42;
83
- Reaction9_k3 = 0.1;
84
- Reaction10_a4 = 10;
85
- Reaction11_d4 = 0.8;
86
- Reaction12_k4 = 0.1;
87
- Reaction13_a5 = 3.3;
88
- Reaction14_d5 = 0.4;
89
- Reaction15_k5 = 0.1;
90
- Reaction16_a6 = 10;
91
- Reaction17_d6 = 0.8;
92
- Reaction18_k6 = 0.1;
93
- Reaction19_a7 = 20;
94
- Reaction20_d7 = 0.6;
95
- Reaction21_k7 = 0.1;
96
- Reaction22_a8 = 5;
97
- Reaction23_d8 = 0.4;
98
- Reaction24_k8 = 0.1;
99
- Reaction25_a9 = 20;
100
- Reaction26_d9 = 0.6;
101
- Reaction27_k9 = 0.1;
102
- Reaction28_a10 = 5;
103
- Reaction29_d10 = 0.4;
104
- Reaction30_k10 = 0.1;
105
-
106
- // Other declarations:
107
- const Cytoplasm;
108
-
109
- // Unit definitions:
110
- unit substance = 1e-6 mole;
111
-
112
- // Display Names:
113
- substance is "micromole";
114
- MAPKMEKpp is "MAPK_MEK-PP";
115
- MAPKp is "MAPK-P";
116
- MAPKPH is "MAPK phosphatase";
117
- MAPKpMAPKPH is "MAPK-P_MAPKPase";
118
- MAPKpMEKpp is "MAPK-P_MEK-PP";
119
- MAPKpp is "MAPK-PP";
120
- MAPKppMAPKPH is "MAPK-PP_MAPKPase";
121
- MEKp is "MEK-P";
122
- MEKPH is "MEK phosphatase";
123
- MEKpMEKPH is "MEK-P_MEKPase";
124
- MEKpp is "MEK-PP";
125
- MEKppMEKPH is "MEK-PP_MEKPase";
126
- MEKpRAFp is "MEK-P_RAF-P";
127
- MEKRAFp is "MEK_RAF-P";
128
- RAFp is "RAF-P";
129
- RAFPH is "RAF phosphatase";
130
- RAFpRAFPH is "RAF-P_RAFPase";
131
- RAFRAFK is "RAF_RAFK";
132
- Reaction1 is "binding of RAF and RAFK";
133
- Reaction2 is "dissociation of RAF_RAFK";
134
- Reaction3 is "phosphorylation of RAF";
135
- Reaction4 is "binding of RAF-P and RAF phosphatase";
136
- Reaction5 is "dissociation of RAF-P_RAFPase";
137
- Reaction6 is "dephosphorylation of RAF-P";
138
- Reaction7 is "binding of MEK and RAF-P";
139
- Reaction8 is "dissociation of MEK_RAF-P";
140
- Reaction9 is "phosphorylation of MEK";
141
- Reaction10 is "binding of MEK-P and MEK phosphatase";
142
- Reaction11 is "dissociation of MEK-P_MEKPase";
143
- Reaction12 is "dephosphorylation of MEK-P";
144
- Reaction13 is "binding of MEK-P and RAF-P";
145
- Reaction14 is "dissociation of MEK-P_RAF-P";
146
- Reaction15 is "phosphorylation of MEK-P";
147
- Reaction16 is "binding of MEK-PP and MEK phosphatase";
148
- Reaction17 is "dissociation of MEK-PP_MEKPase";
149
- Reaction18 is "dephosphorylation of MEK-PP";
150
- Reaction19 is "binding of MAPK and MEK-PP";
151
- Reaction20 is "dissociation of MAPK_MEK-PP";
152
- Reaction21 is "phosphorylation of MAPK";
153
- Reaction22 is "binding of MAPK-P and MAPK phosphatase";
154
- Reaction23 is "dissociation of MAPK-P_MAPKPase";
155
- Reaction24 is "dephosphorylation of MAPK-P";
156
- Reaction25 is "binding of MAPK-P and MEK-PP";
157
- Reaction26 is "dissociation of MAPK-P_MEK-PP";
158
- Reaction27 is "phosphorylation of MAPK-P";
159
- Reaction28 is "binding of MAPK-PP and MAPK phosphatase";
160
- Reaction29 is "dissociation of MAPK-PP_MAPKPase";
161
- Reaction30 is "dephosphorylation of MAPK-PP";
162
-
163
- // CV terms:
164
- Cytoplasm identity "http://identifiers.org/obo.go/GO:0005737"
165
- MAPK hypernym "http://identifiers.org/uniprot/P26696"
166
- MAPKMEKpp part "http://identifiers.org/uniprot/P26696",
167
- "http://identifiers.org/uniprot/Q05116"
168
- MAPKp hypernym "http://identifiers.org/uniprot/P26696"
169
- MAPKPH identity "http://identifiers.org/uniprot/Q90W58"
170
- MAPKpMAPKPH part "http://identifiers.org/uniprot/P26696",
171
- "http://identifiers.org/uniprot/Q90W58"
172
- MAPKpMEKpp part "http://identifiers.org/uniprot/Q05116",
173
- "http://identifiers.org/uniprot/P26696"
174
- MAPKpp hypernym "http://identifiers.org/uniprot/P26696"
175
- MAPKppMAPKPH part "http://identifiers.org/uniprot/P26696",
176
- "http://identifiers.org/uniprot/Q90W58"
177
- MEK hypernym "http://identifiers.org/uniprot/Q05116"
178
- MEKp hypernym "http://identifiers.org/uniprot/Q05116"
179
- MEKpMEKPH part "http://identifiers.org/uniprot/Q05116"
180
- MEKpp hypernym "http://identifiers.org/uniprot/Q05116"
181
- MEKppMEKPH part "http://identifiers.org/uniprot/Q05116"
182
- MEKpRAFp part "http://identifiers.org/uniprot/P09560",
183
- "http://identifiers.org/uniprot/Q05116"
184
- MEKRAFp part "http://identifiers.org/uniprot/P09560",
185
- "http://identifiers.org/uniprot/Q05116"
186
- RAF hypernym "http://identifiers.org/uniprot/P09560"
187
- RAFK hypernym "http://identifiers.org/interpro/IPR003577"
188
- RAFp hypernym "http://identifiers.org/uniprot/P09560"
189
- RAFpRAFPH part "http://identifiers.org/uniprot/P09560"
190
- RAFRAFK part "http://identifiers.org/uniprot/P09560",
191
- "http://identifiers.org/interpro/IPR003577"
192
- Reaction1 homolog "http://identifiers.org/reactome/REACT_996"
193
- Reaction1 hypernym "http://identifiers.org/obo.go/GO:0031435"
194
- Reaction2 hypernym "http://identifiers.org/obo.go/GO:0043241"
195
- Reaction3 hypernym "http://identifiers.org/ec-code/2.7.11.1",
196
- "http://identifiers.org/obo.go/GO:0008349",
197
- "http://identifiers.org/obo.go/GO:0000185",
198
- "http://identifiers.org/obo.go/GO:0006468"
199
- Reaction4 hypernym "http://identifiers.org/obo.go/GO:0031435"
200
- Reaction5 hypernym "http://identifiers.org/obo.go/GO:0043241"
201
- Reaction6 hypernym "http://identifiers.org/ec-code/3.1.3.16",
202
- "http://identifiers.org/obo.go/GO:0051390",
203
- "http://identifiers.org/obo.go/GO:0006470"
204
- Reaction7 homolog "http://identifiers.org/reactome/REACT_143"
205
- Reaction7 hypernym "http://identifiers.org/obo.go/GO:0031434",
206
- "http://identifiers.org/obo.go/GO:0031435"
207
- Reaction8 hypernym "http://identifiers.org/obo.go/GO:0043241"
208
- Reaction9 homolog "http://identifiers.org/reactome/REACT_614"
209
- Reaction9 hypernym "http://identifiers.org/ec-code/2.7.11.25",
210
- "http://identifiers.org/obo.go/GO:0004709",
211
- "http://identifiers.org/obo.go/GO:0006468"
212
- Reaction10 hypernym "http://identifiers.org/obo.go/GO:0031434"
213
- Reaction11 hypernym "http://identifiers.org/obo.go/GO:0043241"
214
- Reaction12 hypernym "http://identifiers.org/ec-code/3.1.3.16",
215
- "http://identifiers.org/obo.go/GO:0006470"
216
- Reaction13 homolog "http://identifiers.org/reactome/REACT_143"
217
- Reaction13 hypernym "http://identifiers.org/obo.go/GO:0031435",
218
- "http://identifiers.org/obo.go/GO:0031434"
219
- Reaction14 hypernym "http://identifiers.org/obo.go/GO:0043241"
220
- Reaction15 homolog "http://identifiers.org/reactome/REACT_614"
221
- Reaction15 hypernym "http://identifiers.org/ec-code/2.7.11.25",
222
- "http://identifiers.org/obo.go/GO:0006468",
223
- "http://identifiers.org/obo.go/GO:0004709",
224
- "http://identifiers.org/obo.go/GO:0000186"
225
- Reaction16 hypernym "http://identifiers.org/obo.go/GO:0031434"
226
- Reaction17 hypernym "http://identifiers.org/obo.go/GO:0043241"
227
- Reaction18 hypernym "http://identifiers.org/ec-code/3.1.3.16",
228
- "http://identifiers.org/obo.go/GO:0051389",
229
- "http://identifiers.org/obo.go/GO:0006470"
230
- Reaction19 homolog "http://identifiers.org/reactome/REACT_495",
231
- "http://identifiers.org/reactome/REACT_1780"
232
- Reaction19 identity "http://identifiers.org/obo.go/GO:0051019",
233
- "http://identifiers.org/obo.go/GO:0031434"
234
- Reaction20 hypernym "http://identifiers.org/obo.go/GO:0043241"
235
- Reaction21 homolog "http://identifiers.org/reactome/REACT_2247",
236
- "http://identifiers.org/reactome/REACT_136"
237
- Reaction21 hypernym "http://identifiers.org/ec-code/2.7.12.2",
238
- "http://identifiers.org/obo.go/GO:0006468",
239
- "http://identifiers.org/obo.go/GO:0004708"
240
- Reaction22 hypernym "http://identifiers.org/obo.go/GO:0051019"
241
- Reaction23 hypernym "http://identifiers.org/obo.go/GO:0043241"
242
- Reaction24 hypernym "http://identifiers.org/ec-code/3.1.3.16",
243
- "http://identifiers.org/obo.go/GO:0006470"
244
- Reaction25 homolog "http://identifiers.org/reactome/REACT_495",
245
- "http://identifiers.org/reactome/REACT_1780"
246
- Reaction25 hypernym "http://identifiers.org/obo.go/GO:0051019",
247
- "http://identifiers.org/obo.go/GO:0031434"
248
- Reaction26 hypernym "http://identifiers.org/obo.go/GO:0043241"
249
- Reaction27 hypernym "http://identifiers.org/ec-code/2.7.12.2",
250
- "http://identifiers.org/obo.go/GO:0000187",
251
- "http://identifiers.org/obo.go/GO:0006468",
252
- "http://identifiers.org/obo.go/GO:0004708"
253
- Reaction27 homolog "http://identifiers.org/reactome/REACT_136",
254
- "http://identifiers.org/reactome/REACT_2247"
255
- Reaction28 hypernym "http://identifiers.org/obo.go/GO:0051019"
256
- Reaction29 hypernym "http://identifiers.org/obo.go/GO:0043241"
257
- Reaction30 hypernym "http://identifiers.org/ec-code/3.1.3.16",
258
- "http://identifiers.org/obo.go/GO:0006470",
259
- "http://identifiers.org/obo.go/GO:0000188"
260
- end
261
-
262
- MAPK_in_Solution is "Levchenko2000_MAPK_noScaffold"
263
-
264
- MAPK_in_Solution model_entity_is "http://identifiers.org/biomodels.db/MODEL6615234250"
265
- MAPK_in_Solution model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000011"
266
- MAPK_in_Solution description "http://identifiers.org/pubmed/10823939"
267
- MAPK_in_Solution origin "http://identifiers.org/biomodels.db/BIOMD0000000009",
268
- "http://identifiers.org/pubmed/6501300",
269
- "http://identifiers.org/pubmed/6947258"
270
- MAPK_in_Solution homolog "http://identifiers.org/reactome/REACT_634"
271
- MAPK_in_Solution hypernym "http://identifiers.org/obo.go/GO:0000165"
272
- MAPK_in_Solution taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000012.txt DELETED
@@ -1,161 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000012()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- substanceOnly species PX in cell, PY in cell, PZ in cell, X in cell, Y in cell;
7
- substanceOnly species Z in cell;
8
-
9
- // Assignment Rules:
10
- beta := tau_mRNA/tau_prot;
11
- alpha0 := a0_tr*eff*tau_prot/(ln(2)*KM);
12
- a0_tr := ps_0*60;
13
- alpha := a_tr*eff*tau_prot/(ln(2)*KM);
14
- a_tr := (ps_a - ps_0)*60;
15
- t_ave := tau_mRNA/ln(2);
16
- kd_mRNA := ln(2)/tau_mRNA;
17
- kd_prot := ln(2)/tau_prot;
18
- k_tl := eff/t_ave;
19
-
20
- // Reactions:
21
- Reaction1: X => ; kd_mRNA*X;
22
- Reaction2: Y => ; kd_mRNA*Y;
23
- Reaction3: Z => ; kd_mRNA*Z;
24
- Reaction4: => PX; k_tl*X;
25
- Reaction5: => PY; k_tl*Y;
26
- Reaction6: => PZ; k_tl*Z;
27
- Reaction7: PX => ; kd_prot*PX;
28
- Reaction8: PY => ; kd_prot*PY;
29
- Reaction9: PZ => ; kd_prot*PZ;
30
- Reaction10: => X; a0_tr + a_tr*KM^n/(KM^n + PZ^n);
31
- Reaction11: => Y; a0_tr + a_tr*KM^n/(KM^n + PX^n);
32
- Reaction12: => Z; a0_tr + a_tr*KM^n/(KM^n + PY^n);
33
-
34
- // Species initializations:
35
- PX = 0;
36
- PY = 0;
37
- PZ = 0;
38
- X = 0;
39
- Y = 20/cell;
40
- Z = 0;
41
-
42
- // Compartment initializations:
43
- cell = 1;
44
-
45
- // Variable initializations:
46
- tau_mRNA = 2;
47
- tau_prot = 10;
48
- eff = 20;
49
- KM = 40;
50
- n = 2;
51
- ps_a = 0.5;
52
- ps_0 = 0.0005;
53
-
54
- // Other declarations:
55
- var beta, alpha0, a0_tr, alpha, a_tr, t_ave, kd_mRNA, kd_prot, k_tl;
56
- const cell, tau_mRNA, tau_prot, eff, KM, n, ps_a, ps_0;
57
-
58
- // Unit definitions:
59
- unit volume = 1e-15 litre;
60
- unit substance = item;
61
- unit time_unit = 60 second;
62
-
63
- // Display Names:
64
- volume is "cubic microns";
65
- substance is "item";
66
- time_unit is "minute";
67
- PX is "LacI protein";
68
- PY is "TetR protein";
69
- PZ is "cI protein";
70
- X is "LacI mRNA";
71
- Y is "TetR mRNA";
72
- Z is "cI mRNA";
73
- tau_mRNA is "mRNA half life";
74
- tau_prot is "protein half life";
75
- eff is "translation efficiency";
76
- t_ave is "average mRNA life time";
77
- ps_a is "tps_active";
78
- ps_0 is "tps_repr";
79
- Reaction1 is "degradation of LacI transcripts";
80
- Reaction2 is "degradation of TetR transcripts";
81
- Reaction3 is "degradation of CI transcripts";
82
- Reaction4 is "translation of LacI";
83
- Reaction5 is "translation of TetR";
84
- Reaction6 is "translation of CI";
85
- Reaction7 is "degradation of LacI";
86
- Reaction8 is "degradation of TetR";
87
- Reaction9 is "degradation of CI";
88
- Reaction10 is "transcription of LacI";
89
- Reaction11 is "transcription of TetR";
90
- Reaction12 is "transcription of CI";
91
-
92
- // SBO terms:
93
- cell.sboTerm = 290
94
- PX.sboTerm = 252
95
- PY.sboTerm = 252
96
- PZ.sboTerm = 252
97
- X.sboTerm = 250
98
- Y.sboTerm = 250
99
- Z.sboTerm = 250
100
- tau_mRNA.sboTerm = 332
101
- tau_prot.sboTerm = 332
102
- alpha0.sboTerm = 485
103
- a0_tr.sboTerm = 485
104
- KM.sboTerm = 288
105
- alpha.sboTerm = 186
106
- a_tr.sboTerm = 186
107
- n.sboTerm = 190
108
- t_ave.sboTerm = 348
109
- kd_mRNA.sboTerm = 356
110
- kd_prot.sboTerm = 356
111
- k_tl.sboTerm = 16
112
- ps_a.sboTerm = 186
113
- ps_0.sboTerm = 485
114
- Reaction1.sboTerm = 179
115
- Reaction2.sboTerm = 179
116
- Reaction3.sboTerm = 179
117
- Reaction4.sboTerm = 184
118
- Reaction5.sboTerm = 184
119
- Reaction6.sboTerm = 184
120
- Reaction7.sboTerm = 179
121
- Reaction8.sboTerm = 179
122
- Reaction9.sboTerm = 179
123
- Reaction10.sboTerm = 183
124
- Reaction11.sboTerm = 183
125
- Reaction12.sboTerm = 183
126
-
127
- // CV terms:
128
- cell identity "http://identifiers.org/obo.go/GO:0005623"
129
- PX identity "http://identifiers.org/uniprot/P03023"
130
- PY identity "http://identifiers.org/uniprot/P04483"
131
- PZ identity "http://identifiers.org/uniprot/P03034"
132
- X hypernym "http://identifiers.org/chebi/CHEBI:33699",
133
- "http://identifiers.org/kegg.compound/C00046"
134
- X encodement "http://identifiers.org/uniprot/P03023"
135
- Y hypernym "http://identifiers.org/chebi/CHEBI:33699",
136
- "http://identifiers.org/kegg.compound/C00046"
137
- Y encodement "http://identifiers.org/uniprot/P04483"
138
- Z hypernym "http://identifiers.org/chebi/CHEBI:33699",
139
- "http://identifiers.org/kegg.compound/C00046"
140
- Z encodement "http://identifiers.org/uniprot/P03034"
141
- Reaction1 hypernym "http://identifiers.org/obo.go/GO:0006402"
142
- Reaction2 hypernym "http://identifiers.org/obo.go/GO:0006402"
143
- Reaction3 hypernym "http://identifiers.org/obo.go/GO:0006402"
144
- Reaction4 hypernym "http://identifiers.org/obo.go/GO:0006412"
145
- Reaction5 hypernym "http://identifiers.org/obo.go/GO:0006412"
146
- Reaction6 hypernym "http://identifiers.org/obo.go/GO:0006412"
147
- Reaction7 hypernym "http://identifiers.org/obo.go/GO:0030163"
148
- Reaction8 hypernym "http://identifiers.org/obo.go/GO:0030163"
149
- Reaction9 hypernym "http://identifiers.org/obo.go/GO:0030163"
150
- Reaction10 hypernym "http://identifiers.org/obo.go/GO:0006351"
151
- Reaction11 hypernym "http://identifiers.org/obo.go/GO:0006351"
152
- Reaction12 hypernym "http://identifiers.org/obo.go/GO:0006351"
153
- end
154
-
155
- BIOMD0000000012 is "Elowitz2000 - Repressilator"
156
-
157
- BIOMD0000000012 model_entity_is "http://identifiers.org/biomodels.db/MODEL6615351360"
158
- BIOMD0000000012 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000012"
159
- BIOMD0000000012 description "http://identifiers.org/pubmed/10659856"
160
- BIOMD0000000012 taxon "http://identifiers.org/taxonomy/562"
161
- BIOMD0000000012 hypernym "http://identifiers.org/obo.go/GO:0040029"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000013.txt DELETED
@@ -1,264 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *untitled()
3
-
4
- // Compartments and Species:
5
- compartment chloroplast, cytosol;
6
- species $x_CO2 in chloroplast, RuBP_ch in chloroplast, PGA_ch in chloroplast;
7
- species ATP_ch in chloroplast, BPGA_ch in chloroplast, $x_NADPH_ch in chloroplast;
8
- species GAP_ch in chloroplast, Pi_ch in chloroplast, DHAP_ch in chloroplast;
9
- species FBP_ch in chloroplast, F6P_ch in chloroplast, E4P_ch in chloroplast;
10
- species X5P_ch in chloroplast, SBP_ch in chloroplast, S7P_ch in chloroplast;
11
- species R5P_ch in chloroplast, Ru5P_ch in chloroplast, $x_Pi_cyt in cytosol;
12
- species $x_GAP_cyt in cytosol, G6P_ch in chloroplast, $x_NADP_ch in chloroplast;
13
- species $x_PGA_cyt in cytosol, ADP_ch in chloroplast, $x_DHAP_cyt in cytosol;
14
- species $x_Proton_ch in chloroplast, G1P_ch in chloroplast, $x_Starch_ch in chloroplast;
15
-
16
- // Reactions:
17
- E1: RuBP_ch + $x_CO2 => 2 PGA_ch; Light_on*E1_Rbco_vm*RuBP_ch*chloroplast/(RuBP_ch + E1_Rbco_km*(1 + PGA_ch/E1_Rbco_KiPGA + FBP_ch/E1_Rbco_KiFBP + SBP_ch/E1_Rbco_KiSBP + Pi_ch/E1_Rbco_KiPi + x_NADPH_ch/E1_Rbco_KiNADPH));
18
- E2: PGA_ch + ATP_ch => BPGA_ch + ADP_ch; Light_on*E2_PGK_v*chloroplast*(PGA_ch*ATP_ch - BPGA_ch*ADP_ch/E2_q2);
19
- E3: $x_NADPH_ch + BPGA_ch + $x_Proton_ch => $x_NADP_ch + GAP_ch + Pi_ch; Light_on*E3_G3Pdh_v*chloroplast*(BPGA_ch*x_NADPH_ch*x_Proton_ch - x_NADP_ch*GAP_ch*Pi_ch/E3_q3);
20
- E4: GAP_ch -> DHAP_ch; chloroplast*E4_TPI_v*(GAP_ch - DHAP_ch/E4_q4);
21
- E5: GAP_ch + DHAP_ch -> FBP_ch; E5_F_Aldo_v*chloroplast*(DHAP_ch*GAP_ch - FBP_ch/E5_q5);
22
- E6: FBP_ch => F6P_ch + Pi_ch; Light_on*E6_FBPase_ch_vm*FBP_ch*chloroplast/(FBP_ch + E6_FBPase_ch_km*(1 + F6P_ch/E6_FBPase_ch_KiF6P + Pi_ch/E6_FBPase_ch_KiPi));
23
- E7: GAP_ch + F6P_ch -> X5P_ch + E4P_ch; chloroplast*E7_F_TKL_v*(F6P_ch*GAP_ch - E4P_ch*X5P_ch/E7_q7);
24
- E8: DHAP_ch + E4P_ch -> SBP_ch; chloroplast*E8_E_Aldo_v*(E4P_ch*DHAP_ch - SBP_ch/E8_q8);
25
- E9: SBP_ch => Pi_ch + S7P_ch; Light_on*E9_SBPase_ch_vm*SBP_ch*chloroplast/(SBP_ch + E9_SBPase_ch_km*(1 + Pi_ch/E9_SBPase_ch_KiPi));
26
- E10: S7P_ch + GAP_ch -> R5P_ch + X5P_ch; chloroplast*E10_G_TKL_v*(GAP_ch*S7P_ch - X5P_ch*R5P_ch/E10_q10);
27
- E11: R5P_ch -> Ru5P_ch; E11_R5Piso_v*chloroplast*(R5P_ch - Ru5P_ch/E11_q11);
28
- E12: X5P_ch -> Ru5P_ch; chloroplast*E12_X5Pepi_v*(X5P_ch - Ru5P_ch/E12_q12);
29
- E13: Ru5P_ch + ATP_ch => RuBP_ch + ADP_ch; Light_on*E13_Ru5Pk_ch_vm*Ru5P_ch*chloroplast*ATP_ch/((Ru5P_ch + E13_Ru5Pk_ch_km1*(1 + PGA_ch/E13_Ru5Pk_ch_KiPGA + RuBP_ch/E13_Ru5Pk_ch_KiRuBP + Pi_ch/E13_Ru5Pk_ch_KiPi))*(ATP_ch*(1 + ADP_ch/E13_Ru5Pk_ch_KiADP1) + E13_Ru5Pk_ch_km2*(1 + ADP_ch/E13_Ru5Pk_ch_KiADP2)));
30
- E14: F6P_ch -> G6P_ch; E14_PGI_v*chloroplast*(F6P_ch - G6P_ch/E14_q14);
31
- E15: G6P_ch -> G1P_ch; E15_PGM_v*chloroplast*(G6P_ch - G1P_ch/E15_q15);
32
- light_reaction: Pi_ch + ADP_ch => ATP_ch; Light_on*light_reaction_LR_vm*ADP_ch*Pi_ch*chloroplast/((ADP_ch + light_reaction_LR_kmADP)*(Pi_ch + light_reaction_LR_kmPi));
33
- E16: ATP_ch + G1P_ch => $x_Starch_ch + ADP_ch + 2 Pi_ch; E16_StSyn_vm*G1P_ch*ATP_ch*chloroplast/((G1P_ch + E16_stsyn_ch_km1)*(1 + ADP_ch/E16_stsyn_ch_Ki)*(ATP_ch + E16_stsyn_ch_km2) + E16_stsyn_ch_km2*Pi_ch/(E16_stsyn_ch_ka1*PGA_ch) + E16_stsyn_ch_ka2*F6P_ch + E16_stsyn_ch_ka3*FBP_ch);
34
- E17: $x_Starch_ch + Pi_ch => G1P_ch; E17_StPase_Vm*Pi_ch*chloroplast/(Pi_ch + E17_StPase_km*(1 + G1P_ch/E17_StPase_kiG1P));
35
- E18_DHAP: $x_Pi_cyt + DHAP_ch => $x_DHAP_cyt + Pi_ch; E18_DHAP_TP_Piap_vm*DHAP_ch*chloroplast/(E18_DHAP_TP_Piap_kDHAP_ch*(1 + (1 + E18_DHAP_TP_Piap_kPi_cyt/x_Pi_cyt)*(Pi_ch/E18_DHAP_TP_Piap_kPi_ch + PGA_ch/E18_DHAP_TP_Piap_kPGA_ch + DHAP_ch/E18_DHAP_TP_Piap_kDHAP_ch + GAP_ch/E18_DHAP_TP_Piap_kGAP_ch)));
36
- E18_PGA: $x_Pi_cyt + PGA_ch => $x_PGA_cyt + Pi_ch; E18_PGA_PGA_xpMult*E18_PGA_TP_Piap_vm*PGA_ch*chloroplast/(E18_PGA_TP_Piap_kPGA_ch*(1 + (1 + E18_PGA_TP_Piap_kPi_cyt/x_Pi_cyt)*(Pi_ch/E18_PGA_TP_Piap_kPi_ch + PGA_ch/E18_PGA_TP_Piap_kPGA_ch + DHAP_ch/E18_PGA_TP_Piap_kDHAP_ch + GAP_ch/E18_PGA_TP_Piap_kGAP_ch)));
37
- E18_GAP: $x_Pi_cyt + GAP_ch => $x_GAP_cyt + Pi_ch; E18_GAP_TP_Piap_vm*GAP_ch*chloroplast/(E18_GAP_TP_Piap_kGAP_ch*(1 + (1 + E18_GAP_TP_Piap_kPi_cyt/x_Pi_cyt)*(Pi_ch/E18_GAP_TP_Piap_kPi_ch + PGA_ch/E18_GAP_TP_Piap_kPGA_ch + DHAP_ch/E18_GAP_TP_Piap_kDHAP_ch + GAP_ch/E18_GAP_TP_Piap_kGAP_ch)));
38
-
39
- // Species initializations:
40
- x_CO2 = 1;
41
- RuBP_ch = 0.33644;
42
- PGA_ch = 3.35479;
43
- ATP_ch = 0.49806;
44
- BPGA_ch = 0.14825;
45
- x_NADPH_ch = 0.21;
46
- GAP_ch = 0.01334;
47
- Pi_ch = 1.5662;
48
- DHAP_ch = 0.29345;
49
- FBP_ch = 0.02776;
50
- F6P_ch = 1.36481;
51
- E4P_ch = 0.41021;
52
- X5P_ch = 0.00363;
53
- SBP_ch = 1.56486;
54
- S7P_ch = 0.00541;
55
- R5P_ch = 0.00599;
56
- Ru5P_ch = 0.00235;
57
- x_Pi_cyt = 0.5;
58
- x_GAP_cyt = 1;
59
- G6P_ch = 3.1396;
60
- x_NADP_ch = 0.29;
61
- x_PGA_cyt = 1;
62
- ADP_ch = 0.00149;
63
- x_DHAP_cyt = 1;
64
- x_Proton_ch = 2.512e-05;
65
- G1P_ch = 0.18206;
66
- x_Starch_ch = 1;
67
-
68
- // Compartment initializations:
69
- chloroplast = 1;
70
- cytosol = 1;
71
-
72
- // Variable initializations:
73
- Light_on = 1;
74
- E1_Rbco_vm = 340;
75
- E1_Rbco_km = 0.02;
76
- E1_Rbco_KiPGA = 0.84;
77
- E1_Rbco_KiFBP = 0.04;
78
- E1_Rbco_KiSBP = 0.075;
79
- E1_Rbco_KiPi = 0.9;
80
- E1_Rbco_KiNADPH = 0.07;
81
- E2_PGK_v = 500000000;
82
- E2_q2 = 0.00031;
83
- E3_G3Pdh_v = 500000000;
84
- E3_q3 = 16000000;
85
- E4_TPI_v = 500000000;
86
- E4_q4 = 22;
87
- E5_F_Aldo_v = 500000000;
88
- E5_q5 = 7.1;
89
- E6_FBPase_ch_vm = 200;
90
- E6_FBPase_ch_km = 0.03;
91
- E6_FBPase_ch_KiF6P = 0.7;
92
- E6_FBPase_ch_KiPi = 12;
93
- E7_F_TKL_v = 500000000;
94
- E7_q7 = 0.084;
95
- E8_E_Aldo_v = 500000000;
96
- E8_q8 = 13;
97
- E9_SBPase_ch_vm = 40;
98
- E9_SBPase_ch_km = 0.013;
99
- E9_SBPase_ch_KiPi = 12;
100
- E10_G_TKL_v = 500000000;
101
- E10_q10 = 0.85;
102
- E11_R5Piso_v = 500000000;
103
- E11_q11 = 0.4;
104
- E12_X5Pepi_v = 500000000;
105
- E12_q12 = 0.67;
106
- E13_Ru5Pk_ch_vm = 10000;
107
- E13_Ru5Pk_ch_km1 = 0.05;
108
- E13_Ru5Pk_ch_KiPGA = 2;
109
- E13_Ru5Pk_ch_KiRuBP = 0.7;
110
- E13_Ru5Pk_ch_KiPi = 4;
111
- E13_Ru5Pk_ch_KiADP1 = 2.5;
112
- E13_Ru5Pk_ch_km2 = 0.05;
113
- E13_Ru5Pk_ch_KiADP2 = 0.4;
114
- E14_PGI_v = 500000000;
115
- E14_q14 = 2.3;
116
- E15_PGM_v = 500000000;
117
- E15_q15 = 0.058;
118
- light_reaction_LR_vm = 3500;
119
- light_reaction_LR_kmADP = 0.014;
120
- light_reaction_LR_kmPi = 0.3;
121
- E16_StSyn_vm = 40;
122
- E16_stsyn_ch_km1 = 0.08;
123
- E16_stsyn_ch_Ki = 10;
124
- E16_stsyn_ch_km2 = 0.08;
125
- E16_stsyn_ch_ka1 = 0.1;
126
- E16_stsyn_ch_ka2 = 0.02;
127
- E16_stsyn_ch_ka3 = 0.02;
128
- E17_StPase_Vm = 40;
129
- E17_StPase_km = 0.1;
130
- E17_StPase_kiG1P = 0.05;
131
- E18_DHAP_TP_Piap_vm = 250;
132
- E18_DHAP_TP_Piap_kDHAP_ch = 0.077;
133
- E18_DHAP_TP_Piap_kPi_cyt = 0.74;
134
- E18_DHAP_TP_Piap_kPi_ch = 0.63;
135
- E18_DHAP_TP_Piap_kPGA_ch = 0.25;
136
- E18_DHAP_TP_Piap_kGAP_ch = 0.075;
137
- E18_PGA_PGA_xpMult = 0.75;
138
- E18_PGA_TP_Piap_vm = 250;
139
- E18_PGA_TP_Piap_kPGA_ch = 0.25;
140
- E18_PGA_TP_Piap_kPi_cyt = 0.74;
141
- E18_PGA_TP_Piap_kPi_ch = 0.63;
142
- E18_PGA_TP_Piap_kDHAP_ch = 0.077;
143
- E18_PGA_TP_Piap_kGAP_ch = 0.075;
144
- E18_GAP_TP_Piap_vm = 250;
145
- E18_GAP_TP_Piap_kGAP_ch = 0.075;
146
- E18_GAP_TP_Piap_kPi_cyt = 0.74;
147
- E18_GAP_TP_Piap_kPi_ch = 0.63;
148
- E18_GAP_TP_Piap_kPGA_ch = 0.25;
149
- E18_GAP_TP_Piap_kDHAP_ch = 0.077;
150
-
151
- // Other declarations:
152
- const chloroplast, cytosol, Light_on;
153
-
154
- // Unit definitions:
155
- unit substance = 1e-3 mole;
156
-
157
- // Display Names:
158
- substance is "mM";
159
-
160
- // CV terms:
161
- chloroplast identity "http://identifiers.org/go/GO:0009570"
162
- cytosol identity "http://identifiers.org/go/GO:0005829"
163
- x_CO2 identity "http://identifiers.org/chebi/CHEBI:16526",
164
- "http://identifiers.org/kegg.compound/C00011"
165
- RuBP_ch identity "http://identifiers.org/kegg.compound/C01182"
166
- PGA_ch identity "http://identifiers.org/kegg.compound/C00197"
167
- ATP_ch identity "http://identifiers.org/chebi/CHEBI:15422",
168
- "http://identifiers.org/kegg.compound/C00002"
169
- BPGA_ch identity "http://identifiers.org/kegg.compound/C00236"
170
- x_NADPH_ch identity "http://identifiers.org/chebi/CHEBI:16474",
171
- "http://identifiers.org/kegg.compound/C00005"
172
- GAP_ch identity "http://identifiers.org/chebi/CHEBI:17138",
173
- "http://identifiers.org/kegg.compound/C00118"
174
- Pi_ch identity "http://identifiers.org/chebi/CHEBI:18367",
175
- "http://identifiers.org/kegg.compound/C00009"
176
- DHAP_ch identity "http://identifiers.org/chebi/CHEBI:16108",
177
- "http://identifiers.org/kegg.compound/C00111"
178
- FBP_ch identity "http://identifiers.org/chebi/CHEBI:28013",
179
- "http://identifiers.org/kegg.compound/C05378"
180
- F6P_ch hypernym "http://identifiers.org/chebi/CHEBI:57634"
181
- E4P_ch identity "http://identifiers.org/chebi/CHEBI:48153",
182
- "http://identifiers.org/kegg.compound/C00279"
183
- X5P_ch identity "http://identifiers.org/chebi/CHEBI:16332",
184
- "http://identifiers.org/kegg.compound/C00231"
185
- SBP_ch identity "http://identifiers.org/chebi/CHEBI:17969",
186
- "http://identifiers.org/kegg.compound/C00447"
187
- S7P_ch identity "http://identifiers.org/chebi/CHEBI:15721",
188
- "http://identifiers.org/kegg.compound/C05382"
189
- R5P_ch identity "http://identifiers.org/chebi/CHEBI:17797",
190
- "http://identifiers.org/kegg.compound/C00117"
191
- Ru5P_ch identity "http://identifiers.org/chebi/CHEBI:17363",
192
- "http://identifiers.org/kegg.compound/C00199"
193
- x_Pi_cyt identity "http://identifiers.org/chebi/CHEBI:18367",
194
- "http://identifiers.org/kegg.compound/C00009"
195
- x_GAP_cyt identity "http://identifiers.org/chebi/CHEBI:17138",
196
- "http://identifiers.org/kegg.compound/C00661"
197
- G6P_ch identity "http://identifiers.org/chebi/CHEBI:14314",
198
- "http://identifiers.org/kegg.compound/C00668"
199
- x_NADP_ch identity "http://identifiers.org/chebi/CHEBI:18009",
200
- "http://identifiers.org/kegg.compound/C00006"
201
- x_PGA_cyt identity "http://identifiers.org/kegg.compound/C00197"
202
- ADP_ch identity "http://identifiers.org/chebi/CHEBI:16761",
203
- "http://identifiers.org/kegg.compound/C00008"
204
- x_DHAP_cyt identity "http://identifiers.org/chebi/CHEBI:16108",
205
- "http://identifiers.org/kegg.compound/C00111"
206
- x_Proton_ch identity "http://identifiers.org/chebi/CHEBI:24636"
207
- G1P_ch identity "http://identifiers.org/chebi/CHEBI:58601",
208
- "http://identifiers.org/kegg.compound/C00103"
209
- x_Starch_ch identity "http://identifiers.org/kegg.compound/C00369"
210
- E1 hypernym "http://identifiers.org/ec-code/4.1.1.39"
211
- E1 identity "http://identifiers.org/kegg.reaction/R00024"
212
- E2 hypernym "http://identifiers.org/ec-code/2.7.2.3"
213
- E2 identity "http://identifiers.org/kegg.reaction/R01512",
214
- "http://identifiers.org/reactome/REACT_1186"
215
- E3 hypernym "http://identifiers.org/ec-code/1.2.1.13"
216
- E3 identity "http://identifiers.org/kegg.reaction/R01063"
217
- E4 hypernym "http://identifiers.org/ec-code/5.3.1.1"
218
- E4 identity "http://identifiers.org/kegg.reaction/R01015",
219
- "http://identifiers.org/reactome/REACT_775"
220
- E5 hypernym "http://identifiers.org/ec-code/4.1.2.13"
221
- E5 identity "http://identifiers.org/kegg.reaction/R01070",
222
- "http://identifiers.org/reactome/REACT_1602"
223
- E6 hypernym "http://identifiers.org/ec-code/3.1.3.11"
224
- E6 identity "http://identifiers.org/kegg.reaction/R04780"
225
- E7 hypernym "http://identifiers.org/ec-code/2.2.1.1"
226
- E7 identity "http://identifiers.org/kegg.reaction/R01830",
227
- "http://identifiers.org/reactome/REACT_1811"
228
- E8 hypernym "http://identifiers.org/ec-code/4.1.2.13"
229
- E8 identity "http://identifiers.org/kegg.reaction/R01829"
230
- E9 hypernym "http://identifiers.org/ec-code/3.1.3.37"
231
- E9 identity "http://identifiers.org/kegg.reaction/R01845"
232
- E10 hypernym "http://identifiers.org/ec-code/2.2.1.1"
233
- E10 identity "http://identifiers.org/kegg.reaction/R01641",
234
- "http://identifiers.org/reactome/REACT_1629"
235
- E11 hypernym "http://identifiers.org/ec-code/5.3.1.6"
236
- E11 identity "http://identifiers.org/kegg.reaction/R01056",
237
- "http://identifiers.org/reactome/REACT_2033"
238
- E12 hypernym "http://identifiers.org/ec-code/5.1.3.1"
239
- E12 identity "http://identifiers.org/kegg.reaction/R01429",
240
- "http://identifiers.org/reactome/REACT_1522"
241
- E13 hypernym "http://identifiers.org/ec-code/2.7.1.19"
242
- E13 identity "http://identifiers.org/kegg.reaction/R01423"
243
- E14 hypernym "http://identifiers.org/ec-code/5.3.1.9"
244
- E14 identity "http://identifiers.org/kegg.reaction/R00771",
245
- "http://identifiers.org/reactome/REACT_1164"
246
- E15 identity "http://identifiers.org/kegg.reaction/R00959"
247
- E15 hypernym "http://identifiers.org/ec-code/5.4.2.2"
248
- light_reaction hypernym "http://identifiers.org/go/GO:0006176"
249
- E16 identity "http://identifiers.org/kegg.reaction/R02111"
250
- E16 hypernym "http://identifiers.org/ec-code/2.4.1.1"
251
- E17 identity "http://identifiers.org/kegg.reaction/R02111"
252
- E17 hypernym "http://identifiers.org/ec-code/2.4.1.1"
253
- E18_DHAP hypernym "http://identifiers.org/go/GO:0051407"
254
- E18_PGA hypernym "http://identifiers.org/go/GO:0051408"
255
- E18_GAP hypernym "http://identifiers.org/go/GO:0051408"
256
- end
257
-
258
- untitled is "Poolman2004_CalvinCycle"
259
-
260
- untitled model_entity_is "http://identifiers.org/biomodels.db/MODEL6615594069"
261
- untitled model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000013"
262
- untitled description "http://identifiers.org/pubmed/15073223"
263
- untitled taxon "http://identifiers.org/taxonomy/4097"
264
- untitled hypernym "http://identifiers.org/go/GO:0019253"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000014.txt DELETED
@@ -1,1635 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *MAPK_in_Scaffold()
3
-
4
- // Compartments and Species:
5
- compartment Cytoplasm;
6
- substanceOnly species MAPKP in Cytoplasm, MEKP in Cytoplasm, RAFK in Cytoplasm;
7
- substanceOnly species RAFP in Cytoplasm, K_1_0 in Cytoplasm, K_1_1 in Cytoplasm;
8
- substanceOnly species K_1_2 in Cytoplasm, K_2_0 in Cytoplasm, K_2_1 in Cytoplasm;
9
- substanceOnly species K_2_2 in Cytoplasm, K_3_0 in Cytoplasm, K_3_1 in Cytoplasm;
10
- substanceOnly species K_K_1_0_2_2 in Cytoplasm, K_K_1_1_2_2 in Cytoplasm;
11
- substanceOnly species K_K_2_0_3_1 in Cytoplasm, K_K_2_1_3_1 in Cytoplasm;
12
- substanceOnly species K_MAPKP_1_1 in Cytoplasm, K_MAPKP_1_2 in Cytoplasm;
13
- substanceOnly species K_MEKP_2_1 in Cytoplasm, K_MEKP_2_2 in Cytoplasm;
14
- substanceOnly species K_RAFK_3_0 in Cytoplasm, K_RAFP_3_1 in Cytoplasm;
15
- substanceOnly species S_m1_m1_m1 in Cytoplasm, S_m1_m1_0 in Cytoplasm, S_m1_m1_1 in Cytoplasm;
16
- substanceOnly species S_m1_0_m1 in Cytoplasm, S_m1_0_0 in Cytoplasm, S_m1_0_1 in Cytoplasm;
17
- substanceOnly species S_m1_1_m1 in Cytoplasm, S_m1_1_0 in Cytoplasm, S_m1_1_1 in Cytoplasm;
18
- substanceOnly species S_m1_2_m1 in Cytoplasm, S_m1_2_0 in Cytoplasm, S_m1_2_1 in Cytoplasm;
19
- substanceOnly species S_0_m1_m1 in Cytoplasm, S_0_m1_0 in Cytoplasm, S_0_m1_1 in Cytoplasm;
20
- substanceOnly species S_0_0_m1 in Cytoplasm, S_0_0_0 in Cytoplasm, S_0_0_1 in Cytoplasm;
21
- substanceOnly species S_0_1_m1 in Cytoplasm, S_0_1_0 in Cytoplasm, S_0_1_1 in Cytoplasm;
22
- substanceOnly species S_0_2_m1 in Cytoplasm, S_0_2_0 in Cytoplasm, S_0_2_1 in Cytoplasm;
23
- substanceOnly species S_1_m1_m1 in Cytoplasm, S_1_m1_0 in Cytoplasm, S_1_m1_1 in Cytoplasm;
24
- substanceOnly species S_1_0_m1 in Cytoplasm, S_1_0_0 in Cytoplasm, S_1_0_1 in Cytoplasm;
25
- substanceOnly species S_1_1_m1 in Cytoplasm, S_1_1_0 in Cytoplasm, S_1_1_1 in Cytoplasm;
26
- substanceOnly species S_1_2_m1 in Cytoplasm, S_1_2_0 in Cytoplasm, S_1_2_1 in Cytoplasm;
27
- substanceOnly species S_2_m1_m1 in Cytoplasm, S_2_m1_0 in Cytoplasm, S_2_m1_1 in Cytoplasm;
28
- substanceOnly species S_2_0_m1 in Cytoplasm, S_2_0_0 in Cytoplasm, S_2_0_1 in Cytoplasm;
29
- substanceOnly species S_2_1_m1 in Cytoplasm, S_2_1_0 in Cytoplasm, S_2_1_1 in Cytoplasm;
30
- substanceOnly species S_2_2_m1 in Cytoplasm, S_2_2_0 in Cytoplasm, S_2_2_1 in Cytoplasm;
31
- substanceOnly species S_RAFK_m1_m1_0 in Cytoplasm, S_RAFK_m1_0_0 in Cytoplasm;
32
- substanceOnly species S_RAFK_m1_1_0 in Cytoplasm, S_RAFK_m1_2_0 in Cytoplasm;
33
- substanceOnly species S_RAFK_0_m1_0 in Cytoplasm, S_RAFK_0_0_0 in Cytoplasm;
34
- substanceOnly species S_RAFK_0_1_0 in Cytoplasm, S_RAFK_0_2_0 in Cytoplasm;
35
- substanceOnly species S_RAFK_1_m1_0 in Cytoplasm, S_RAFK_1_0_0 in Cytoplasm;
36
- substanceOnly species S_RAFK_1_1_0 in Cytoplasm, S_RAFK_1_2_0 in Cytoplasm;
37
- substanceOnly species S_RAFK_2_m1_0 in Cytoplasm, S_RAFK_2_0_0 in Cytoplasm;
38
- substanceOnly species S_RAFK_2_1_0 in Cytoplasm, S_RAFK_2_2_0 in Cytoplasm;
39
-
40
- // Reactions:
41
- Reaction1: RAFK + K_3_0 => K_RAFK_3_0; Reaction1_a1*RAFK*K_3_0;
42
- Reaction2: K_RAFK_3_0 => RAFK + K_3_0; Reaction2_d1*K_RAFK_3_0;
43
- Reaction3: K_RAFK_3_0 => RAFK + K_3_1; Reaction3_k1*K_RAFK_3_0;
44
- Reaction4: RAFP + K_3_1 => K_RAFP_3_1; Reaction4_a2*RAFP*K_3_1;
45
- Reaction5: K_RAFP_3_1 => RAFP + K_3_1; Reaction5_d2*K_RAFP_3_1;
46
- Reaction6: K_RAFP_3_1 => RAFP + K_3_0; Reaction6_k2*K_RAFP_3_1;
47
- Reaction7: K_2_0 + K_3_1 => K_K_2_0_3_1; Reaction7_a3*K_2_0*K_3_1;
48
- Reaction8: K_K_2_0_3_1 => K_2_0 + K_3_1; Reaction8_d3*K_K_2_0_3_1;
49
- Reaction9: K_K_2_0_3_1 => K_2_1 + K_3_1; Reaction9_k3*K_K_2_0_3_1;
50
- Reaction10: MEKP + K_2_1 => K_MEKP_2_1; Reaction10_a4*MEKP*K_2_1;
51
- Reaction11: K_MEKP_2_1 => MEKP + K_2_1; Reaction11_d4*K_MEKP_2_1;
52
- Reaction12: K_MEKP_2_1 => MEKP + K_2_0; Reaction12_k4*K_MEKP_2_1;
53
- Reaction13: K_2_1 + K_3_1 => K_K_2_1_3_1; Reaction13_a5*K_2_1*K_3_1;
54
- Reaction14: K_K_2_1_3_1 => K_2_1 + K_3_1; Reaction14_d5*K_K_2_1_3_1;
55
- Reaction15: K_K_2_1_3_1 => K_2_2 + K_3_1; Reaction15_k5*K_K_2_1_3_1;
56
- Reaction16: MEKP + K_2_2 => K_MEKP_2_2; Reaction16_a6*MEKP*K_2_2;
57
- Reaction17: K_MEKP_2_2 => MEKP + K_2_2; Reaction17_d6*K_MEKP_2_2;
58
- Reaction18: K_MEKP_2_2 => MEKP + K_2_1; Reaction18_k6*K_MEKP_2_2;
59
- Reaction19: K_1_0 + K_2_2 => K_K_1_0_2_2; Reaction19_a7*K_1_0*K_2_2;
60
- Reaction20: K_K_1_0_2_2 => K_1_0 + K_2_2; Reaction20_d7*K_K_1_0_2_2;
61
- Reaction21: K_K_1_0_2_2 => K_1_1 + K_2_2; Reaction21_k7*K_K_1_0_2_2;
62
- Reaction22: MAPKP + K_1_1 => K_MAPKP_1_1; Reaction22_a8*MAPKP*K_1_1;
63
- Reaction23: K_MAPKP_1_1 => MAPKP + K_1_1; Reaction23_d8*K_MAPKP_1_1;
64
- Reaction24: K_MAPKP_1_1 => MAPKP + K_1_0; Reaction24_k8*K_MAPKP_1_1;
65
- Reaction25: K_1_1 + K_2_2 => K_K_1_1_2_2; Reaction25_a9*K_1_1*K_2_2;
66
- Reaction26: K_K_1_1_2_2 => K_1_1 + K_2_2; Reaction26_d9*K_K_1_1_2_2;
67
- Reaction27: K_K_1_1_2_2 => K_1_2 + K_2_2; Reaction27_k9*K_K_1_1_2_2;
68
- Reaction28: MAPKP + K_1_2 => K_MAPKP_1_2; Reaction28_a10*MAPKP*K_1_2;
69
- Reaction29: K_MAPKP_1_2 => MAPKP + K_1_2; Reaction29_d10*K_MAPKP_1_2;
70
- Reaction30: K_MAPKP_1_2 => MAPKP + K_1_1; Reaction30_k10*K_MAPKP_1_2;
71
- Reaction31: K_1_0 + S_m1_m1_m1 => S_0_m1_m1; Reaction31_kon*K_1_0*S_m1_m1_m1;
72
- Reaction32: S_0_m1_m1 => K_1_0 + S_m1_m1_m1; Reaction32_koff*S_0_m1_m1;
73
- Reaction33: K_1_0 + S_m1_m1_0 => S_0_m1_0; Reaction33_kon*K_1_0*S_m1_m1_0;
74
- Reaction34: S_0_m1_0 => K_1_0 + S_m1_m1_0; Reaction34_koff*S_0_m1_0;
75
- Reaction35: K_1_0 + S_m1_m1_1 => S_0_m1_1; Reaction35_kon*K_1_0*S_m1_m1_1;
76
- Reaction36: S_0_m1_1 => K_1_0 + S_m1_m1_1; Reaction36_koff*S_0_m1_1;
77
- Reaction37: K_1_0 + S_m1_0_m1 => S_0_0_m1; Reaction37_kon*K_1_0*S_m1_0_m1;
78
- Reaction38: S_0_0_m1 => K_1_0 + S_m1_0_m1; Reaction38_koff*S_0_0_m1;
79
- Reaction39: K_1_0 + S_m1_0_0 => S_0_0_0; Reaction39_kon*K_1_0*S_m1_0_0;
80
- Reaction40: S_0_0_0 => K_1_0 + S_m1_0_0; Reaction40_koff*S_0_0_0;
81
- Reaction41: K_1_0 + S_m1_0_1 => S_0_0_1; Reaction41_kon*K_1_0*S_m1_0_1;
82
- Reaction42: S_0_0_1 => K_1_0 + S_m1_0_1; Reaction42_koff*S_0_0_1;
83
- Reaction43: K_1_0 + S_m1_1_m1 => S_0_1_m1; Reaction43_kon*K_1_0*S_m1_1_m1;
84
- Reaction44: S_0_1_m1 => K_1_0 + S_m1_1_m1; Reaction44_koff*S_0_1_m1;
85
- Reaction45: K_1_0 + S_m1_1_0 => S_0_1_0; Reaction45_kon*K_1_0*S_m1_1_0;
86
- Reaction46: S_0_1_0 => K_1_0 + S_m1_1_0; Reaction46_koff*S_0_1_0;
87
- Reaction47: K_1_0 + S_m1_1_1 => S_0_1_1; Reaction47_kon*K_1_0*S_m1_1_1;
88
- Reaction48: S_0_1_1 => K_1_0 + S_m1_1_1; Reaction48_koff*S_0_1_1;
89
- Reaction49: K_1_0 + S_m1_2_m1 => S_0_2_m1; Reaction49_kon*K_1_0*S_m1_2_m1;
90
- Reaction50: S_0_2_m1 => K_1_0 + S_m1_2_m1; Reaction50_koff*S_0_2_m1;
91
- Reaction51: K_1_0 + S_m1_2_0 => S_0_2_0; Reaction51_kon*K_1_0*S_m1_2_0;
92
- Reaction52: S_0_2_0 => K_1_0 + S_m1_2_0; Reaction52_koff*S_0_2_0;
93
- Reaction53: K_1_0 + S_m1_2_1 => S_0_2_1; Reaction53_kon*K_1_0*S_m1_2_1;
94
- Reaction54: S_0_2_1 => K_1_0 + S_m1_2_1; Reaction54_koff*S_0_2_1;
95
- Reaction55: K_1_1 + S_m1_m1_m1 => S_1_m1_m1; Reaction55_kpon*K_1_1*S_m1_m1_m1;
96
- Reaction56: S_1_m1_m1 => K_1_1 + S_m1_m1_m1; Reaction56_kpoff*S_1_m1_m1;
97
- Reaction57: K_1_1 + S_m1_m1_0 => S_1_m1_0; Reaction57_kpon*K_1_1*S_m1_m1_0;
98
- Reaction58: S_1_m1_0 => K_1_1 + S_m1_m1_0; Reaction58_kpoff*S_1_m1_0;
99
- Reaction59: K_1_1 + S_m1_m1_1 => S_1_m1_1; Reaction59_kpon*K_1_1*S_m1_m1_1;
100
- Reaction60: S_1_m1_1 => K_1_1 + S_m1_m1_1; Reaction60_kpoff*S_1_m1_1;
101
- Reaction61: K_1_1 + S_m1_0_m1 => S_1_0_m1; Reaction61_kpon*K_1_1*S_m1_0_m1;
102
- Reaction62: S_1_0_m1 => K_1_1 + S_m1_0_m1; Reaction62_kpoff*S_1_0_m1;
103
- Reaction63: K_1_1 + S_m1_0_0 => S_1_0_0; Reaction63_kpon*K_1_1*S_m1_0_0;
104
- Reaction64: S_1_0_0 => K_1_1 + S_m1_0_0; Reaction64_kpoff*S_1_0_0;
105
- Reaction65: K_1_1 + S_m1_0_1 => S_1_0_1; Reaction65_kpon*K_1_1*S_m1_0_1;
106
- Reaction66: S_1_0_1 => K_1_1 + S_m1_0_1; Reaction66_kpoff*S_1_0_1;
107
- Reaction67: K_1_1 + S_m1_1_m1 => S_1_1_m1; Reaction67_kpon*K_1_1*S_m1_1_m1;
108
- Reaction68: S_1_1_m1 => K_1_1 + S_m1_1_m1; Reaction68_kpoff*S_1_1_m1;
109
- Reaction69: K_1_1 + S_m1_1_0 => S_1_1_0; Reaction69_kpon*K_1_1*S_m1_1_0;
110
- Reaction70: S_1_1_0 => K_1_1 + S_m1_1_0; Reaction70_kpoff*S_1_1_0;
111
- Reaction71: K_1_1 + S_m1_1_1 => S_1_1_1; Reaction71_kpon*K_1_1*S_m1_1_1;
112
- Reaction72: S_1_1_1 => K_1_1 + S_m1_1_1; Reaction72_kpoff*S_1_1_1;
113
- Reaction73: K_1_1 + S_m1_2_m1 => S_1_2_m1; Reaction73_kpon*K_1_1*S_m1_2_m1;
114
- Reaction74: S_1_2_m1 => K_1_1 + S_m1_2_m1; Reaction74_kpoff*S_1_2_m1;
115
- Reaction75: K_1_1 + S_m1_2_0 => S_1_2_0; Reaction75_kpon*K_1_1*S_m1_2_0;
116
- Reaction76: S_1_2_0 => K_1_1 + S_m1_2_0; Reaction76_kpoff*S_1_2_0;
117
- Reaction77: K_1_1 + S_m1_2_1 => S_1_2_1; Reaction77_kpon*K_1_1*S_m1_2_1;
118
- Reaction78: S_1_2_1 => K_1_1 + S_m1_2_1; Reaction78_kpoff*S_1_2_1;
119
- Reaction79: K_1_2 + S_m1_m1_m1 => S_2_m1_m1; Reaction79_kpon*K_1_2*S_m1_m1_m1;
120
- Reaction80: S_2_m1_m1 => K_1_2 + S_m1_m1_m1; Reaction80_kpoff*S_2_m1_m1;
121
- Reaction81: K_1_2 + S_m1_m1_0 => S_2_m1_0; Reaction81_kpon*K_1_2*S_m1_m1_0;
122
- Reaction82: S_2_m1_0 => K_1_2 + S_m1_m1_0; Reaction82_kpoff*S_2_m1_0;
123
- Reaction83: K_1_2 + S_m1_m1_1 => S_2_m1_1; Reaction83_kpon*K_1_2*S_m1_m1_1;
124
- Reaction84: S_2_m1_1 => K_1_2 + S_m1_m1_1; Reaction84_kpoff*S_2_m1_1;
125
- Reaction85: K_1_2 + S_m1_0_m1 => S_2_0_m1; Reaction85_kpon*K_1_2*S_m1_0_m1;
126
- Reaction86: S_2_0_m1 => K_1_2 + S_m1_0_m1; Reaction86_kpoff*S_2_0_m1;
127
- Reaction87: K_1_2 + S_m1_0_0 => S_2_0_0; Reaction87_kpon*K_1_2*S_m1_0_0;
128
- Reaction88: S_2_0_0 => K_1_2 + S_m1_0_0; Reaction88_kpoff*S_2_0_0;
129
- Reaction89: K_1_2 + S_m1_0_1 => S_2_0_1; Reaction89_kpon*K_1_2*S_m1_0_1;
130
- Reaction90: S_2_0_1 => K_1_2 + S_m1_0_1; Reaction90_kpoff*S_2_0_1;
131
- Reaction91: K_1_2 + S_m1_1_m1 => S_2_1_m1; Reaction91_kpon*K_1_2*S_m1_1_m1;
132
- Reaction92: S_2_1_m1 => K_1_2 + S_m1_1_m1; Reaction92_kpoff*S_2_1_m1;
133
- Reaction93: K_1_2 + S_m1_1_0 => S_2_1_0; Reaction93_kpon*K_1_2*S_m1_1_0;
134
- Reaction94: S_2_1_0 => K_1_2 + S_m1_1_0; Reaction94_kpoff*S_2_1_0;
135
- Reaction95: K_1_2 + S_m1_1_1 => S_2_1_1; Reaction95_kpon*K_1_2*S_m1_1_1;
136
- Reaction96: S_2_1_1 => K_1_2 + S_m1_1_1; Reaction96_kpoff*S_2_1_1;
137
- Reaction97: K_1_2 + S_m1_2_m1 => S_2_2_m1; Reaction97_kpon*K_1_2*S_m1_2_m1;
138
- Reaction98: S_2_2_m1 => K_1_2 + S_m1_2_m1; Reaction98_kpoff*S_2_2_m1;
139
- Reaction99: K_1_2 + S_m1_2_0 => S_2_2_0; Reaction99_kpon*K_1_2*S_m1_2_0;
140
- Reaction100: S_2_2_0 => K_1_2 + S_m1_2_0; Reaction100_kpoff*S_2_2_0;
141
- Reaction101: K_1_2 + S_m1_2_1 => S_2_2_1; Reaction101_kpon*K_1_2*S_m1_2_1;
142
- Reaction102: S_2_2_1 => K_1_2 + S_m1_2_1; Reaction102_kpoff*S_2_2_1;
143
- Reaction103: K_2_0 + S_m1_m1_m1 => S_m1_0_m1; Reaction103_kon*K_2_0*S_m1_m1_m1;
144
- Reaction104: S_m1_0_m1 => K_2_0 + S_m1_m1_m1; Reaction104_koff*S_m1_0_m1;
145
- Reaction105: K_2_0 + S_m1_m1_0 => S_m1_0_0; Reaction105_kon*K_2_0*S_m1_m1_0;
146
- Reaction106: S_m1_0_0 => K_2_0 + S_m1_m1_0; Reaction106_koff*S_m1_0_0;
147
- Reaction107: K_2_0 + S_m1_m1_1 => S_m1_0_1; Reaction107_kon*K_2_0*S_m1_m1_1;
148
- Reaction108: S_m1_0_1 => K_2_0 + S_m1_m1_1; Reaction108_koff*S_m1_0_1;
149
- Reaction109: K_2_1 + S_m1_m1_m1 => S_m1_1_m1; Reaction109_kpon*K_2_1*S_m1_m1_m1;
150
- Reaction110: S_m1_1_m1 => K_2_1 + S_m1_m1_m1; Reaction110_kpoff*S_m1_1_m1;
151
- Reaction111: K_2_1 + S_m1_m1_0 => S_m1_1_0; Reaction111_kpon*K_2_1*S_m1_m1_0;
152
- Reaction112: S_m1_1_0 => K_2_1 + S_m1_m1_0; Reaction112_kpoff*S_m1_1_0;
153
- Reaction113: K_2_1 + S_m1_m1_1 => S_m1_1_1; Reaction113_kpon*K_2_1*S_m1_m1_1;
154
- Reaction114: S_m1_1_1 => K_2_1 + S_m1_m1_1; Reaction114_kpoff*S_m1_1_1;
155
- Reaction115: K_2_2 + S_m1_m1_m1 => S_m1_2_m1; Reaction115_kpon*K_2_2*S_m1_m1_m1;
156
- Reaction116: S_m1_2_m1 => K_2_2 + S_m1_m1_m1; Reaction116_kpoff*S_m1_2_m1;
157
- Reaction117: K_2_2 + S_m1_m1_0 => S_m1_2_0; Reaction117_kpon*K_2_2*S_m1_m1_0;
158
- Reaction118: S_m1_2_0 => K_2_2 + S_m1_m1_0; Reaction118_kpoff*S_m1_2_0;
159
- Reaction119: K_2_2 + S_m1_m1_1 => S_m1_2_1; Reaction119_kpon*K_2_2*S_m1_m1_1;
160
- Reaction120: S_m1_2_1 => K_2_2 + S_m1_m1_1; Reaction120_kpoff*S_m1_2_1;
161
- Reaction121: K_2_0 + S_0_m1_m1 => S_0_0_m1; Reaction121_kon*K_2_0*S_0_m1_m1;
162
- Reaction122: S_0_0_m1 => K_2_0 + S_0_m1_m1; Reaction122_koff*S_0_0_m1;
163
- Reaction123: K_2_0 + S_0_m1_0 => S_0_0_0; Reaction123_kon*K_2_0*S_0_m1_0;
164
- Reaction124: S_0_0_0 => K_2_0 + S_0_m1_0; Reaction124_koff*S_0_0_0;
165
- Reaction125: K_2_0 + S_0_m1_1 => S_0_0_1; Reaction125_kon*K_2_0*S_0_m1_1;
166
- Reaction126: S_0_0_1 => K_2_0 + S_0_m1_1; Reaction126_koff*S_0_0_1;
167
- Reaction127: K_2_1 + S_0_m1_m1 => S_0_1_m1; Reaction127_kpon*K_2_1*S_0_m1_m1;
168
- Reaction128: S_0_1_m1 => K_2_1 + S_0_m1_m1; Reaction128_kpoff*S_0_1_m1;
169
- Reaction129: K_2_1 + S_0_m1_0 => S_0_1_0; Reaction129_kpon*K_2_1*S_0_m1_0;
170
- Reaction130: S_0_1_0 => K_2_1 + S_0_m1_0; Reaction130_kpoff*S_0_1_0;
171
- Reaction131: K_2_1 + S_0_m1_1 => S_0_1_1; Reaction131_kpon*K_2_1*S_0_m1_1;
172
- Reaction132: S_0_1_1 => K_2_1 + S_0_m1_1; Reaction132_kpoff*S_0_1_1;
173
- Reaction133: K_2_2 + S_0_m1_m1 => S_0_2_m1; Reaction133_kpon*K_2_2*S_0_m1_m1;
174
- Reaction134: S_0_2_m1 => K_2_2 + S_0_m1_m1; Reaction134_kpoff*S_0_2_m1;
175
- Reaction135: K_2_2 + S_0_m1_0 => S_0_2_0; Reaction135_kpon*K_2_2*S_0_m1_0;
176
- Reaction136: S_0_2_0 => K_2_2 + S_0_m1_0; Reaction136_kpoff*S_0_2_0;
177
- Reaction137: K_2_2 + S_0_m1_1 => S_0_2_1; Reaction137_kpon*K_2_2*S_0_m1_1;
178
- Reaction138: S_0_2_1 => K_2_2 + S_0_m1_1; Reaction138_kpoff*S_0_2_1;
179
- Reaction139: K_2_0 + S_1_m1_m1 => S_1_0_m1; Reaction139_kon*K_2_0*S_1_m1_m1;
180
- Reaction140: S_1_0_m1 => K_2_0 + S_1_m1_m1; Reaction140_koff*S_1_0_m1;
181
- Reaction141: K_2_0 + S_1_m1_0 => S_1_0_0; Reaction141_kon*K_2_0*S_1_m1_0;
182
- Reaction142: S_1_0_0 => K_2_0 + S_1_m1_0; Reaction142_koff*S_1_0_0;
183
- Reaction143: K_2_0 + S_1_m1_1 => S_1_0_1; Reaction143_kon*K_2_0*S_1_m1_1;
184
- Reaction144: S_1_0_1 => K_2_0 + S_1_m1_1; Reaction144_koff*S_1_0_1;
185
- Reaction145: K_2_1 + S_1_m1_m1 => S_1_1_m1; Reaction145_kpon*K_2_1*S_1_m1_m1;
186
- Reaction146: S_1_1_m1 => K_2_1 + S_1_m1_m1; Reaction146_kpoff*S_1_1_m1;
187
- Reaction147: K_2_1 + S_1_m1_0 => S_1_1_0; Reaction147_kpon*K_2_1*S_1_m1_0;
188
- Reaction148: S_1_1_0 => K_2_1 + S_1_m1_0; Reaction148_kpoff*S_1_1_0;
189
- Reaction149: K_2_1 + S_1_m1_1 => S_1_1_1; Reaction149_kpon*K_2_1*S_1_m1_1;
190
- Reaction150: S_1_1_1 => K_2_1 + S_1_m1_1; Reaction150_kpoff*S_1_1_1;
191
- Reaction151: K_2_2 + S_1_m1_m1 => S_1_2_m1; Reaction151_kpon*K_2_2*S_1_m1_m1;
192
- Reaction152: S_1_2_m1 => K_2_2 + S_1_m1_m1; Reaction152_kpoff*S_1_2_m1;
193
- Reaction153: K_2_2 + S_1_m1_0 => S_1_2_0; Reaction153_kpon*K_2_2*S_1_m1_0;
194
- Reaction154: S_1_2_0 => K_2_2 + S_1_m1_0; Reaction154_kpoff*S_1_2_0;
195
- Reaction155: K_2_2 + S_1_m1_1 => S_1_2_1; Reaction155_kpon*K_2_2*S_1_m1_1;
196
- Reaction156: S_1_2_1 => K_2_2 + S_1_m1_1; Reaction156_kpoff*S_1_2_1;
197
- Reaction157: K_2_0 + S_2_m1_m1 => S_2_0_m1; Reaction157_kon*K_2_0*S_2_m1_m1;
198
- Reaction158: S_2_0_m1 => K_2_0 + S_2_m1_m1; Reaction158_koff*S_2_0_m1;
199
- Reaction159: K_2_0 + S_2_m1_0 => S_2_0_0; Reaction159_kon*K_2_0*S_2_m1_0;
200
- Reaction160: S_2_0_0 => K_2_0 + S_2_m1_0; Reaction160_koff*S_2_0_0;
201
- Reaction161: K_2_0 + S_2_m1_1 => S_2_0_1; Reaction161_kon*K_2_0*S_2_m1_1;
202
- Reaction162: S_2_0_1 => K_2_0 + S_2_m1_1; Reaction162_koff*S_2_0_1;
203
- Reaction163: K_2_1 + S_2_m1_m1 => S_2_1_m1; Reaction163_kpon*K_2_1*S_2_m1_m1;
204
- Reaction164: S_2_1_m1 => K_2_1 + S_2_m1_m1; Reaction164_kpoff*S_2_1_m1;
205
- Reaction165: K_2_1 + S_2_m1_0 => S_2_1_0; Reaction165_kpon*K_2_1*S_2_m1_0;
206
- Reaction166: S_2_1_0 => K_2_1 + S_2_m1_0; Reaction166_kpoff*S_2_1_0;
207
- Reaction167: K_2_1 + S_2_m1_1 => S_2_1_1; Reaction167_kpon*K_2_1*S_2_m1_1;
208
- Reaction168: S_2_1_1 => K_2_1 + S_2_m1_1; Reaction168_kpoff*S_2_1_1;
209
- Reaction169: K_2_2 + S_2_m1_m1 => S_2_2_m1; Reaction169_kpon*K_2_2*S_2_m1_m1;
210
- Reaction170: S_2_2_m1 => K_2_2 + S_2_m1_m1; Reaction170_kpoff*S_2_2_m1;
211
- Reaction171: K_2_2 + S_2_m1_0 => S_2_2_0; Reaction171_kpon*K_2_2*S_2_m1_0;
212
- Reaction172: S_2_2_0 => K_2_2 + S_2_m1_0; Reaction172_kpoff*S_2_2_0;
213
- Reaction173: K_2_2 + S_2_m1_1 => S_2_2_1; Reaction173_kpon*K_2_2*S_2_m1_1;
214
- Reaction174: S_2_2_1 => K_2_2 + S_2_m1_1; Reaction174_kpoff*S_2_2_1;
215
- Reaction175: K_3_0 + S_m1_m1_m1 => S_m1_m1_0; Reaction175_kon*K_3_0*S_m1_m1_m1;
216
- Reaction176: S_m1_m1_0 => K_3_0 + S_m1_m1_m1; Reaction176_koff*S_m1_m1_0;
217
- Reaction177: K_3_1 + S_m1_m1_m1 => S_m1_m1_1; Reaction177_kpon*K_3_1*S_m1_m1_m1;
218
- Reaction178: S_m1_m1_1 => K_3_1 + S_m1_m1_m1; Reaction178_kpoff*S_m1_m1_1;
219
- Reaction179: K_3_0 + S_m1_0_m1 => S_m1_0_0; Reaction179_kon*K_3_0*S_m1_0_m1;
220
- Reaction180: S_m1_0_0 => K_3_0 + S_m1_0_m1; Reaction180_koff*S_m1_0_0;
221
- Reaction181: K_3_1 + S_m1_0_m1 => S_m1_0_1; Reaction181_kpon*K_3_1*S_m1_0_m1;
222
- Reaction182: S_m1_0_1 => K_3_1 + S_m1_0_m1; Reaction182_kpoff*S_m1_0_1;
223
- Reaction183: K_3_0 + S_m1_1_m1 => S_m1_1_0; Reaction183_kon*K_3_0*S_m1_1_m1;
224
- Reaction184: S_m1_1_0 => K_3_0 + S_m1_1_m1; Reaction184_koff*S_m1_1_0;
225
- Reaction185: K_3_1 + S_m1_1_m1 => S_m1_1_1; Reaction185_kpon*K_3_1*S_m1_1_m1;
226
- Reaction186: S_m1_1_1 => K_3_1 + S_m1_1_m1; Reaction186_kpoff*S_m1_1_1;
227
- Reaction187: K_3_0 + S_m1_2_m1 => S_m1_2_0; Reaction187_kon*K_3_0*S_m1_2_m1;
228
- Reaction188: S_m1_2_0 => K_3_0 + S_m1_2_m1; Reaction188_koff*S_m1_2_0;
229
- Reaction189: K_3_1 + S_m1_2_m1 => S_m1_2_1; Reaction189_kpon*K_3_1*S_m1_2_m1;
230
- Reaction190: S_m1_2_1 => K_3_1 + S_m1_2_m1; Reaction190_kpoff*S_m1_2_1;
231
- Reaction191: K_3_0 + S_0_m1_m1 => S_0_m1_0; Reaction191_kon*K_3_0*S_0_m1_m1;
232
- Reaction192: S_0_m1_0 => K_3_0 + S_0_m1_m1; Reaction192_koff*S_0_m1_0;
233
- Reaction193: K_3_1 + S_0_m1_m1 => S_0_m1_1; Reaction193_kpon*K_3_1*S_0_m1_m1;
234
- Reaction194: S_0_m1_1 => K_3_1 + S_0_m1_m1; Reaction194_kpoff*S_0_m1_1;
235
- Reaction195: K_3_0 + S_0_0_m1 => S_0_0_0; Reaction195_kon*K_3_0*S_0_0_m1;
236
- Reaction196: S_0_0_0 => K_3_0 + S_0_0_m1; Reaction196_koff*S_0_0_0;
237
- Reaction197: K_3_1 + S_0_0_m1 => S_0_0_1; Reaction197_kpon*K_3_1*S_0_0_m1;
238
- Reaction198: S_0_0_1 => K_3_1 + S_0_0_m1; Reaction198_kpoff*S_0_0_1;
239
- Reaction199: K_3_0 + S_0_1_m1 => S_0_1_0; Reaction199_kon*K_3_0*S_0_1_m1;
240
- Reaction200: S_0_1_0 => K_3_0 + S_0_1_m1; Reaction200_koff*S_0_1_0;
241
- Reaction201: K_3_1 + S_0_1_m1 => S_0_1_1; Reaction201_kpon*K_3_1*S_0_1_m1;
242
- Reaction202: S_0_1_1 => K_3_1 + S_0_1_m1; Reaction202_kpoff*S_0_1_1;
243
- Reaction203: K_3_0 + S_0_2_m1 => S_0_2_0; Reaction203_kon*K_3_0*S_0_2_m1;
244
- Reaction204: S_0_2_0 => K_3_0 + S_0_2_m1; Reaction204_koff*S_0_2_0;
245
- Reaction205: K_3_1 + S_0_2_m1 => S_0_2_1; Reaction205_kpon*K_3_1*S_0_2_m1;
246
- Reaction206: S_0_2_1 => K_3_1 + S_0_2_m1; Reaction206_kpoff*S_0_2_1;
247
- Reaction207: K_3_0 + S_1_m1_m1 => S_1_m1_0; Reaction207_kon*K_3_0*S_1_m1_m1;
248
- Reaction208: S_1_m1_0 => K_3_0 + S_1_m1_m1; Reaction208_koff*S_1_m1_0;
249
- Reaction209: K_3_1 + S_1_m1_m1 => S_1_m1_1; Reaction209_kpon*K_3_1*S_1_m1_m1;
250
- Reaction210: S_1_m1_1 => K_3_1 + S_1_m1_m1; Reaction210_kpoff*S_1_m1_1;
251
- Reaction211: K_3_0 + S_1_0_m1 => S_1_0_0; Reaction211_kon*K_3_0*S_1_0_m1;
252
- Reaction212: S_1_0_0 => K_3_0 + S_1_0_m1; Reaction212_koff*S_1_0_0;
253
- Reaction213: K_3_1 + S_1_0_m1 => S_1_0_1; Reaction213_kpon*K_3_1*S_1_0_m1;
254
- Reaction214: S_1_0_1 => K_3_1 + S_1_0_m1; Reaction214_kpoff*S_1_0_1;
255
- Reaction215: K_3_0 + S_1_1_m1 => S_1_1_0; Reaction215_kon*K_3_0*S_1_1_m1;
256
- Reaction216: S_1_1_0 => K_3_0 + S_1_1_m1; Reaction216_koff*S_1_1_0;
257
- Reaction217: K_3_1 + S_1_1_m1 => S_1_1_1; Reaction217_kpon*K_3_1*S_1_1_m1;
258
- Reaction218: S_1_1_1 => K_3_1 + S_1_1_m1; Reaction218_kpoff*S_1_1_1;
259
- Reaction219: K_3_0 + S_1_2_m1 => S_1_2_0; Reaction219_kon*K_3_0*S_1_2_m1;
260
- Reaction220: S_1_2_0 => K_3_0 + S_1_2_m1; Reaction220_koff*S_1_2_0;
261
- Reaction221: K_3_1 + S_1_2_m1 => S_1_2_1; Reaction221_kpon*K_3_1*S_1_2_m1;
262
- Reaction222: S_1_2_1 => K_3_1 + S_1_2_m1; Reaction222_kpoff*S_1_2_1;
263
- Reaction223: K_3_0 + S_2_m1_m1 => S_2_m1_0; Reaction223_kon*K_3_0*S_2_m1_m1;
264
- Reaction224: S_2_m1_0 => K_3_0 + S_2_m1_m1; Reaction224_koff*S_2_m1_0;
265
- Reaction225: K_3_1 + S_2_m1_m1 => S_2_m1_1; Reaction225_kpon*K_3_1*S_2_m1_m1;
266
- Reaction226: S_2_m1_1 => K_3_1 + S_2_m1_m1; Reaction226_kpoff*S_2_m1_1;
267
- Reaction227: K_3_0 + S_2_0_m1 => S_2_0_0; Reaction227_kon*K_3_0*S_2_0_m1;
268
- Reaction228: S_2_0_0 => K_3_0 + S_2_0_m1; Reaction228_koff*S_2_0_0;
269
- Reaction229: K_3_1 + S_2_0_m1 => S_2_0_1; Reaction229_kpon*K_3_1*S_2_0_m1;
270
- Reaction230: S_2_0_1 => K_3_1 + S_2_0_m1; Reaction230_kpoff*S_2_0_1;
271
- Reaction231: K_3_0 + S_2_1_m1 => S_2_1_0; Reaction231_kon*K_3_0*S_2_1_m1;
272
- Reaction232: S_2_1_0 => K_3_0 + S_2_1_m1; Reaction232_koff*S_2_1_0;
273
- Reaction233: K_3_1 + S_2_1_m1 => S_2_1_1; Reaction233_kpon*K_3_1*S_2_1_m1;
274
- Reaction234: S_2_1_1 => K_3_1 + S_2_1_m1; Reaction234_kpoff*S_2_1_1;
275
- Reaction235: K_3_0 + S_2_2_m1 => S_2_2_0; Reaction235_kon*K_3_0*S_2_2_m1;
276
- Reaction236: S_2_2_0 => K_3_0 + S_2_2_m1; Reaction236_koff*S_2_2_0;
277
- Reaction237: K_3_1 + S_2_2_m1 => S_2_2_1; Reaction237_kpon*K_3_1*S_2_2_m1;
278
- Reaction238: S_2_2_1 => K_3_1 + S_2_2_m1; Reaction238_kpoff*S_2_2_1;
279
- Reaction239: S_0_2_m1 => S_1_2_m1; Reaction239_k7*S_0_2_m1;
280
- Reaction240: S_0_2_0 => S_1_2_0; Reaction240_k7*S_0_2_0;
281
- Reaction241: S_0_2_1 => S_1_2_1; Reaction241_k7*S_0_2_1;
282
- Reaction242: S_1_2_m1 => S_2_2_m1; Reaction242_k9a*S_1_2_m1;
283
- Reaction243: S_1_2_0 => S_2_2_0; Reaction243_k9a*S_1_2_0;
284
- Reaction244: S_1_2_1 => S_2_2_1; Reaction244_k9a*S_1_2_1;
285
- Reaction245: S_m1_0_1 => S_m1_1_1; Reaction245_k3*S_m1_0_1;
286
- Reaction246: S_m1_1_1 => S_m1_2_1; Reaction246_k5a*S_m1_1_1;
287
- Reaction247: S_0_0_1 => S_0_1_1; Reaction247_k3*S_0_0_1;
288
- Reaction248: S_0_1_1 => S_0_2_1; Reaction248_k5a*S_0_1_1;
289
- Reaction249: S_1_0_1 => S_1_1_1; Reaction249_k3*S_1_0_1;
290
- Reaction250: S_1_1_1 => S_1_2_1; Reaction250_k5a*S_1_1_1;
291
- Reaction251: S_2_0_1 => S_2_1_1; Reaction251_k3*S_2_0_1;
292
- Reaction252: S_2_1_1 => S_2_2_1; Reaction252_k5a*S_2_1_1;
293
- Reaction253: RAFK + S_m1_m1_0 => S_RAFK_m1_m1_0; Reaction253_k1a*RAFK*S_m1_m1_0;
294
- Reaction254: S_RAFK_m1_m1_0 => RAFK + S_m1_m1_0; Reaction254_d1a*S_RAFK_m1_m1_0;
295
- Reaction255: S_RAFK_m1_m1_0 => RAFK + S_m1_m1_1; Reaction255_k1*S_RAFK_m1_m1_0;
296
- Reaction256: RAFK + S_m1_0_0 => S_RAFK_m1_0_0; Reaction256_k1a*RAFK*S_m1_0_0;
297
- Reaction257: S_RAFK_m1_0_0 => RAFK + S_m1_0_0; Reaction257_d1a*S_RAFK_m1_0_0;
298
- Reaction258: S_RAFK_m1_0_0 => RAFK + S_m1_0_1; Reaction258_k1*S_RAFK_m1_0_0;
299
- Reaction259: RAFK + S_m1_1_0 => S_RAFK_m1_1_0; Reaction259_k1a*RAFK*S_m1_1_0;
300
- Reaction260: S_RAFK_m1_1_0 => RAFK + S_m1_1_0; Reaction260_d1a*S_RAFK_m1_1_0;
301
- Reaction261: S_RAFK_m1_1_0 => RAFK + S_m1_1_1; Reaction261_k1*S_RAFK_m1_1_0;
302
- Reaction262: RAFK + S_m1_2_0 => S_RAFK_m1_2_0; Reaction262_k1a*RAFK*S_m1_2_0;
303
- Reaction263: S_RAFK_m1_2_0 => RAFK + S_m1_2_0; Reaction263_d1a*S_RAFK_m1_2_0;
304
- Reaction264: S_RAFK_m1_2_0 => RAFK + S_m1_2_1; Reaction264_k1*S_RAFK_m1_2_0;
305
- Reaction265: RAFK + S_0_m1_0 => S_RAFK_0_m1_0; Reaction265_k1a*RAFK*S_0_m1_0;
306
- Reaction266: S_RAFK_0_m1_0 => RAFK + S_0_m1_0; Reaction266_d1a*S_RAFK_0_m1_0;
307
- Reaction267: S_RAFK_0_m1_0 => RAFK + S_0_m1_1; Reaction267_k1*S_RAFK_0_m1_0;
308
- Reaction268: RAFK + S_0_0_0 => S_RAFK_0_0_0; Reaction268_k1a*RAFK*S_0_0_0;
309
- Reaction269: S_RAFK_0_0_0 => RAFK + S_0_0_0; Reaction269_d1a*S_RAFK_0_0_0;
310
- Reaction270: S_RAFK_0_0_0 => RAFK + S_0_0_1; Reaction270_k1*S_RAFK_0_0_0;
311
- Reaction271: RAFK + S_0_1_0 => S_RAFK_0_1_0; Reaction271_k1a*RAFK*S_0_1_0;
312
- Reaction272: S_RAFK_0_1_0 => RAFK + S_0_1_0; Reaction272_d1a*S_RAFK_0_1_0;
313
- Reaction273: S_RAFK_0_1_0 => RAFK + S_0_1_1; Reaction273_k1*S_RAFK_0_1_0;
314
- Reaction274: RAFK + S_0_2_0 => S_RAFK_0_2_0; Reaction274_k1a*RAFK*S_0_2_0;
315
- Reaction275: S_RAFK_0_2_0 => RAFK + S_0_2_0; Reaction275_d1a*S_RAFK_0_2_0;
316
- Reaction276: S_RAFK_0_2_0 => RAFK + S_0_2_1; Reaction276_k1*S_RAFK_0_2_0;
317
- Reaction277: RAFK + S_1_m1_0 => S_RAFK_1_m1_0; Reaction277_k1a*RAFK*S_1_m1_0;
318
- Reaction278: S_RAFK_1_m1_0 => RAFK + S_1_m1_0; Reaction278_d1a*S_RAFK_1_m1_0;
319
- Reaction279: S_RAFK_1_m1_0 => RAFK + S_1_m1_1; Reaction279_k1*S_RAFK_1_m1_0;
320
- Reaction280: RAFK + S_1_0_0 => S_RAFK_1_0_0; Reaction280_k1a*RAFK*S_1_0_0;
321
- Reaction281: S_RAFK_1_0_0 => RAFK + S_1_0_0; Reaction281_d1a*S_RAFK_1_0_0;
322
- Reaction282: S_RAFK_1_0_0 => RAFK + S_1_0_1; Reaction282_k1*S_RAFK_1_0_0;
323
- Reaction283: RAFK + S_1_1_0 => S_RAFK_1_1_0; Reaction283_k1a*RAFK*S_1_1_0;
324
- Reaction284: S_RAFK_1_1_0 => RAFK + S_1_1_0; Reaction284_d1a*S_RAFK_1_1_0;
325
- Reaction285: S_RAFK_1_1_0 => RAFK + S_1_1_1; Reaction285_k1*S_RAFK_1_1_0;
326
- Reaction286: RAFK + S_1_2_0 => S_RAFK_1_2_0; Reaction286_k1a*RAFK*S_1_2_0;
327
- Reaction287: S_RAFK_1_2_0 => RAFK + S_1_2_0; Reaction287_d1a*S_RAFK_1_2_0;
328
- Reaction288: S_RAFK_1_2_0 => RAFK + S_1_2_1; Reaction288_k1*S_RAFK_1_2_0;
329
- Reaction289: RAFK + S_2_m1_0 => S_RAFK_2_m1_0; Reaction289_k1a*RAFK*S_2_m1_0;
330
- Reaction290: S_RAFK_2_m1_0 => RAFK + S_2_m1_0; Reaction290_d1a*S_RAFK_2_m1_0;
331
- Reaction291: S_RAFK_2_m1_0 => RAFK + S_2_m1_1; Reaction291_k1*S_RAFK_2_m1_0;
332
- Reaction292: RAFK + S_2_0_0 => S_RAFK_2_0_0; Reaction292_k1a*RAFK*S_2_0_0;
333
- Reaction293: S_RAFK_2_0_0 => RAFK + S_2_0_0; Reaction293_d1a*S_RAFK_2_0_0;
334
- Reaction294: S_RAFK_2_0_0 => RAFK + S_2_0_1; Reaction294_k1*S_RAFK_2_0_0;
335
- Reaction295: RAFK + S_2_1_0 => S_RAFK_2_1_0; Reaction295_k1a*RAFK*S_2_1_0;
336
- Reaction296: S_RAFK_2_1_0 => RAFK + S_2_1_0; Reaction296_d1a*S_RAFK_2_1_0;
337
- Reaction297: S_RAFK_2_1_0 => RAFK + S_2_1_1; Reaction297_k1*S_RAFK_2_1_0;
338
- Reaction298: RAFK + S_2_2_0 => S_RAFK_2_2_0; Reaction298_k1a*RAFK*S_2_2_0;
339
- Reaction299: S_RAFK_2_2_0 => RAFK + S_2_2_0; Reaction299_d1a*S_RAFK_2_2_0;
340
- Reaction300: S_RAFK_2_2_0 => RAFK + S_2_2_1; Reaction300_k1*S_RAFK_2_2_0;
341
-
342
- // Species initializations:
343
- MAPKP = 0.3/Cytoplasm;
344
- MEKP = 0.2/Cytoplasm;
345
- RAFK = 0.1/Cytoplasm;
346
- RAFP = 0.3/Cytoplasm;
347
- K_1_0 = 0.4/Cytoplasm;
348
- K_1_1 = 0;
349
- K_1_2 = 0;
350
- K_2_0 = 0.2/Cytoplasm;
351
- K_2_1 = 0;
352
- K_2_2 = 0;
353
- K_3_0 = 0.3/Cytoplasm;
354
- K_3_1 = 0;
355
- K_K_1_0_2_2 = 0;
356
- K_K_1_1_2_2 = 0;
357
- K_K_2_0_3_1 = 0;
358
- K_K_2_1_3_1 = 0;
359
- K_MAPKP_1_1 = 0;
360
- K_MAPKP_1_2 = 0;
361
- K_MEKP_2_1 = 0;
362
- K_MEKP_2_2 = 0;
363
- K_RAFK_3_0 = 0;
364
- K_RAFP_3_1 = 0;
365
- S_m1_m1_m1 = 0.1/Cytoplasm;
366
- S_m1_m1_0 = 0;
367
- S_m1_m1_1 = 0;
368
- S_m1_0_m1 = 0;
369
- S_m1_0_0 = 0;
370
- S_m1_0_1 = 0;
371
- S_m1_1_m1 = 0;
372
- S_m1_1_0 = 0;
373
- S_m1_1_1 = 0;
374
- S_m1_2_m1 = 0;
375
- S_m1_2_0 = 0;
376
- S_m1_2_1 = 0;
377
- S_0_m1_m1 = 0;
378
- S_0_m1_0 = 0;
379
- S_0_m1_1 = 0;
380
- S_0_0_m1 = 0;
381
- S_0_0_0 = 0;
382
- S_0_0_1 = 0;
383
- S_0_1_m1 = 0;
384
- S_0_1_0 = 0;
385
- S_0_1_1 = 0;
386
- S_0_2_m1 = 0;
387
- S_0_2_0 = 0;
388
- S_0_2_1 = 0;
389
- S_1_m1_m1 = 0;
390
- S_1_m1_0 = 0;
391
- S_1_m1_1 = 0;
392
- S_1_0_m1 = 0;
393
- S_1_0_0 = 0;
394
- S_1_0_1 = 0;
395
- S_1_1_m1 = 0;
396
- S_1_1_0 = 0;
397
- S_1_1_1 = 0;
398
- S_1_2_m1 = 0;
399
- S_1_2_0 = 0;
400
- S_1_2_1 = 0;
401
- S_2_m1_m1 = 0;
402
- S_2_m1_0 = 0;
403
- S_2_m1_1 = 0;
404
- S_2_0_m1 = 0;
405
- S_2_0_0 = 0;
406
- S_2_0_1 = 0;
407
- S_2_1_m1 = 0;
408
- S_2_1_0 = 0;
409
- S_2_1_1 = 0;
410
- S_2_2_m1 = 0;
411
- S_2_2_0 = 0;
412
- S_2_2_1 = 0;
413
- S_RAFK_m1_m1_0 = 0;
414
- S_RAFK_m1_0_0 = 0;
415
- S_RAFK_m1_1_0 = 0;
416
- S_RAFK_m1_2_0 = 0;
417
- S_RAFK_0_m1_0 = 0;
418
- S_RAFK_0_0_0 = 0;
419
- S_RAFK_0_1_0 = 0;
420
- S_RAFK_0_2_0 = 0;
421
- S_RAFK_1_m1_0 = 0;
422
- S_RAFK_1_0_0 = 0;
423
- S_RAFK_1_1_0 = 0;
424
- S_RAFK_1_2_0 = 0;
425
- S_RAFK_2_m1_0 = 0;
426
- S_RAFK_2_0_0 = 0;
427
- S_RAFK_2_1_0 = 0;
428
- S_RAFK_2_2_0 = 0;
429
-
430
- // Compartment initializations:
431
- Cytoplasm = 1;
432
-
433
- // Variable initializations:
434
- Reaction1_a1 = 1;
435
- Reaction2_d1 = 0.4;
436
- Reaction3_k1 = 0.1;
437
- Reaction4_a2 = 0.5;
438
- Reaction5_d2 = 0.5;
439
- Reaction6_k2 = 0.1;
440
- Reaction7_a3 = 3.3;
441
- Reaction8_d3 = 0.42;
442
- Reaction9_k3 = 0.1;
443
- Reaction10_a4 = 10;
444
- Reaction11_d4 = 0.8;
445
- Reaction12_k4 = 0.1;
446
- Reaction13_a5 = 3.3;
447
- Reaction14_d5 = 0.4;
448
- Reaction15_k5 = 0.1;
449
- Reaction16_a6 = 10;
450
- Reaction17_d6 = 0.8;
451
- Reaction18_k6 = 0.1;
452
- Reaction19_a7 = 20;
453
- Reaction20_d7 = 0.6;
454
- Reaction21_k7 = 0.1;
455
- Reaction22_a8 = 5;
456
- Reaction23_d8 = 0.4;
457
- Reaction24_k8 = 0.1;
458
- Reaction25_a9 = 20;
459
- Reaction26_d9 = 0.6;
460
- Reaction27_k9 = 0.1;
461
- Reaction28_a10 = 5;
462
- Reaction29_d10 = 0.4;
463
- Reaction30_k10 = 0.1;
464
- Reaction31_kon = 10;
465
- Reaction32_koff = 0.5;
466
- Reaction33_kon = 10;
467
- Reaction34_koff = 0.5;
468
- Reaction35_kon = 10;
469
- Reaction36_koff = 0.5;
470
- Reaction37_kon = 10;
471
- Reaction38_koff = 0.5;
472
- Reaction39_kon = 10;
473
- Reaction40_koff = 0.5;
474
- Reaction41_kon = 10;
475
- Reaction42_koff = 0.5;
476
- Reaction43_kon = 10;
477
- Reaction44_koff = 0.5;
478
- Reaction45_kon = 10;
479
- Reaction46_koff = 0.5;
480
- Reaction47_kon = 10;
481
- Reaction48_koff = 0.5;
482
- Reaction49_kon = 10;
483
- Reaction50_koff = 0.5;
484
- Reaction51_kon = 10;
485
- Reaction52_koff = 0.5;
486
- Reaction53_kon = 10;
487
- Reaction54_koff = 0.5;
488
- Reaction55_kpon = 0;
489
- Reaction56_kpoff = 0.05;
490
- Reaction57_kpon = 0;
491
- Reaction58_kpoff = 0.05;
492
- Reaction59_kpon = 0;
493
- Reaction60_kpoff = 0.05;
494
- Reaction61_kpon = 0;
495
- Reaction62_kpoff = 0.05;
496
- Reaction63_kpon = 0;
497
- Reaction64_kpoff = 0.05;
498
- Reaction65_kpon = 0;
499
- Reaction66_kpoff = 0.05;
500
- Reaction67_kpon = 0;
501
- Reaction68_kpoff = 0.05;
502
- Reaction69_kpon = 0;
503
- Reaction70_kpoff = 0.05;
504
- Reaction71_kpon = 0;
505
- Reaction72_kpoff = 0.05;
506
- Reaction73_kpon = 0;
507
- Reaction74_kpoff = 0.05;
508
- Reaction75_kpon = 0;
509
- Reaction76_kpoff = 0.05;
510
- Reaction77_kpon = 0;
511
- Reaction78_kpoff = 0.05;
512
- Reaction79_kpon = 0;
513
- Reaction80_kpoff = 0.05;
514
- Reaction81_kpon = 0;
515
- Reaction82_kpoff = 0.05;
516
- Reaction83_kpon = 0;
517
- Reaction84_kpoff = 0.05;
518
- Reaction85_kpon = 0;
519
- Reaction86_kpoff = 0.05;
520
- Reaction87_kpon = 0;
521
- Reaction88_kpoff = 0.05;
522
- Reaction89_kpon = 0;
523
- Reaction90_kpoff = 0.05;
524
- Reaction91_kpon = 0;
525
- Reaction92_kpoff = 0.05;
526
- Reaction93_kpon = 0;
527
- Reaction94_kpoff = 0.05;
528
- Reaction95_kpon = 0;
529
- Reaction96_kpoff = 0.05;
530
- Reaction97_kpon = 0;
531
- Reaction98_kpoff = 0.05;
532
- Reaction99_kpon = 0;
533
- Reaction100_kpoff = 0.05;
534
- Reaction101_kpon = 0;
535
- Reaction102_kpoff = 0.05;
536
- Reaction103_kon = 10;
537
- Reaction104_koff = 0.5;
538
- Reaction105_kon = 10;
539
- Reaction106_koff = 0.5;
540
- Reaction107_kon = 10;
541
- Reaction108_koff = 0.5;
542
- Reaction109_kpon = 0;
543
- Reaction110_kpoff = 0.05;
544
- Reaction111_kpon = 0;
545
- Reaction112_kpoff = 0.05;
546
- Reaction113_kpon = 0;
547
- Reaction114_kpoff = 0.05;
548
- Reaction115_kpon = 0;
549
- Reaction116_kpoff = 0.05;
550
- Reaction117_kpon = 0;
551
- Reaction118_kpoff = 0.05;
552
- Reaction119_kpon = 0;
553
- Reaction120_kpoff = 0.05;
554
- Reaction121_kon = 10;
555
- Reaction122_koff = 0.5;
556
- Reaction123_kon = 10;
557
- Reaction124_koff = 0.5;
558
- Reaction125_kon = 10;
559
- Reaction126_koff = 0.5;
560
- Reaction127_kpon = 0;
561
- Reaction128_kpoff = 0.05;
562
- Reaction129_kpon = 0;
563
- Reaction130_kpoff = 0.05;
564
- Reaction131_kpon = 0;
565
- Reaction132_kpoff = 0.05;
566
- Reaction133_kpon = 0;
567
- Reaction134_kpoff = 0.05;
568
- Reaction135_kpon = 0;
569
- Reaction136_kpoff = 0.05;
570
- Reaction137_kpon = 0;
571
- Reaction138_kpoff = 0.05;
572
- Reaction139_kon = 10;
573
- Reaction140_koff = 0.5;
574
- Reaction141_kon = 10;
575
- Reaction142_koff = 0.5;
576
- Reaction143_kon = 10;
577
- Reaction144_koff = 0.5;
578
- Reaction145_kpon = 0;
579
- Reaction146_kpoff = 0.05;
580
- Reaction147_kpon = 0;
581
- Reaction148_kpoff = 0.05;
582
- Reaction149_kpon = 0;
583
- Reaction150_kpoff = 0.05;
584
- Reaction151_kpon = 0;
585
- Reaction152_kpoff = 0.05;
586
- Reaction153_kpon = 0;
587
- Reaction154_kpoff = 0.05;
588
- Reaction155_kpon = 0;
589
- Reaction156_kpoff = 0.05;
590
- Reaction157_kon = 10;
591
- Reaction158_koff = 0.5;
592
- Reaction159_kon = 10;
593
- Reaction160_koff = 0.5;
594
- Reaction161_kon = 10;
595
- Reaction162_koff = 0.5;
596
- Reaction163_kpon = 0;
597
- Reaction164_kpoff = 0.05;
598
- Reaction165_kpon = 0;
599
- Reaction166_kpoff = 0.05;
600
- Reaction167_kpon = 0;
601
- Reaction168_kpoff = 0.05;
602
- Reaction169_kpon = 0;
603
- Reaction170_kpoff = 0.05;
604
- Reaction171_kpon = 0;
605
- Reaction172_kpoff = 0.05;
606
- Reaction173_kpon = 0;
607
- Reaction174_kpoff = 0.05;
608
- Reaction175_kon = 10;
609
- Reaction176_koff = 0.5;
610
- Reaction177_kpon = 0;
611
- Reaction178_kpoff = 0.05;
612
- Reaction179_kon = 10;
613
- Reaction180_koff = 0.5;
614
- Reaction181_kpon = 0;
615
- Reaction182_kpoff = 0.05;
616
- Reaction183_kon = 10;
617
- Reaction184_koff = 0.5;
618
- Reaction185_kpon = 0;
619
- Reaction186_kpoff = 0.05;
620
- Reaction187_kon = 10;
621
- Reaction188_koff = 0.5;
622
- Reaction189_kpon = 0;
623
- Reaction190_kpoff = 0.05;
624
- Reaction191_kon = 10;
625
- Reaction192_koff = 0.5;
626
- Reaction193_kpon = 0;
627
- Reaction194_kpoff = 0.05;
628
- Reaction195_kon = 10;
629
- Reaction196_koff = 0.5;
630
- Reaction197_kpon = 0;
631
- Reaction198_kpoff = 0.05;
632
- Reaction199_kon = 10;
633
- Reaction200_koff = 0.5;
634
- Reaction201_kpon = 0;
635
- Reaction202_kpoff = 0.05;
636
- Reaction203_kon = 10;
637
- Reaction204_koff = 0.5;
638
- Reaction205_kpon = 0;
639
- Reaction206_kpoff = 0.05;
640
- Reaction207_kon = 10;
641
- Reaction208_koff = 0.5;
642
- Reaction209_kpon = 0;
643
- Reaction210_kpoff = 0.05;
644
- Reaction211_kon = 10;
645
- Reaction212_koff = 0.5;
646
- Reaction213_kpon = 0;
647
- Reaction214_kpoff = 0.05;
648
- Reaction215_kon = 10;
649
- Reaction216_koff = 0.5;
650
- Reaction217_kpon = 0;
651
- Reaction218_kpoff = 0.05;
652
- Reaction219_kon = 10;
653
- Reaction220_koff = 0.5;
654
- Reaction221_kpon = 0;
655
- Reaction222_kpoff = 0.05;
656
- Reaction223_kon = 10;
657
- Reaction224_koff = 0.5;
658
- Reaction225_kpon = 0;
659
- Reaction226_kpoff = 0.05;
660
- Reaction227_kon = 10;
661
- Reaction228_koff = 0.5;
662
- Reaction229_kpon = 0;
663
- Reaction230_kpoff = 0.05;
664
- Reaction231_kon = 10;
665
- Reaction232_koff = 0.5;
666
- Reaction233_kpon = 0;
667
- Reaction234_kpoff = 0.05;
668
- Reaction235_kon = 10;
669
- Reaction236_koff = 0.5;
670
- Reaction237_kpon = 0;
671
- Reaction238_kpoff = 0.05;
672
- Reaction239_k7 = 0.1;
673
- Reaction240_k7 = 0.1;
674
- Reaction241_k7 = 0.1;
675
- Reaction242_k9a = 0.1;
676
- Reaction243_k9a = 0.1;
677
- Reaction244_k9a = 0.1;
678
- Reaction245_k3 = 0.1;
679
- Reaction246_k5a = 0.1;
680
- Reaction247_k3 = 0.1;
681
- Reaction248_k5a = 0.1;
682
- Reaction249_k3 = 0.1;
683
- Reaction250_k5a = 0.1;
684
- Reaction251_k3 = 0.1;
685
- Reaction252_k5a = 0.1;
686
- Reaction253_k1a = 100;
687
- Reaction254_d1a = 0;
688
- Reaction255_k1 = 0.1;
689
- Reaction256_k1a = 100;
690
- Reaction257_d1a = 0;
691
- Reaction258_k1 = 0.1;
692
- Reaction259_k1a = 100;
693
- Reaction260_d1a = 0;
694
- Reaction261_k1 = 0.1;
695
- Reaction262_k1a = 100;
696
- Reaction263_d1a = 0;
697
- Reaction264_k1 = 0.1;
698
- Reaction265_k1a = 100;
699
- Reaction266_d1a = 0;
700
- Reaction267_k1 = 0.1;
701
- Reaction268_k1a = 100;
702
- Reaction269_d1a = 0;
703
- Reaction270_k1 = 0.1;
704
- Reaction271_k1a = 100;
705
- Reaction272_d1a = 0;
706
- Reaction273_k1 = 0.1;
707
- Reaction274_k1a = 100;
708
- Reaction275_d1a = 0;
709
- Reaction276_k1 = 0.1;
710
- Reaction277_k1a = 100;
711
- Reaction278_d1a = 0;
712
- Reaction279_k1 = 0.1;
713
- Reaction280_k1a = 100;
714
- Reaction281_d1a = 0;
715
- Reaction282_k1 = 0.1;
716
- Reaction283_k1a = 100;
717
- Reaction284_d1a = 0;
718
- Reaction285_k1 = 0.1;
719
- Reaction286_k1a = 100;
720
- Reaction287_d1a = 0;
721
- Reaction288_k1 = 0.1;
722
- Reaction289_k1a = 100;
723
- Reaction290_d1a = 0;
724
- Reaction291_k1 = 0.1;
725
- Reaction292_k1a = 100;
726
- Reaction293_d1a = 0;
727
- Reaction294_k1 = 0.1;
728
- Reaction295_k1a = 100;
729
- Reaction296_d1a = 0;
730
- Reaction297_k1 = 0.1;
731
- Reaction298_k1a = 100;
732
- Reaction299_d1a = 0;
733
- Reaction300_k1 = 0.1;
734
-
735
- // Other declarations:
736
- const Cytoplasm;
737
-
738
- // Display Names:
739
- MAPKP is "MAPK phosphatase";
740
- MEKP is "MEK phosphatase";
741
- RAFK is "RAF kinase";
742
- RAFP is "RAF phosphatase";
743
- K_1_0 is "MAPK";
744
- K_1_1 is "MAPK-P";
745
- K_1_2 is "MAPK-PP";
746
- K_2_0 is "MEK";
747
- K_2_1 is "MEK-P";
748
- K_2_2 is "MEK-PP";
749
- K_3_0 is "RAF";
750
- K_3_1 is "RAF-P";
751
- K_K_1_0_2_2 is "MAPK_MEK-PP";
752
- K_K_1_1_2_2 is "MAPK-P_MEK-PP";
753
- K_K_2_0_3_1 is "MEK_RAF-P";
754
- K_K_2_1_3_1 is "MEK-P_RAF-P";
755
- K_MAPKP_1_1 is "MAPK-P_MAPKPase";
756
- K_MAPKP_1_2 is "MAPK-PP_MAPKPase";
757
- K_MEKP_2_1 is "MEK-P_MEKPase";
758
- K_MEKP_2_2 is "MEK-PP_MEKPase";
759
- K_RAFK_3_0 is "RAF_RAFK";
760
- K_RAFP_3_1 is "RAF-P_RAFPase";
761
- S_m1_m1_m1 is "Scaffold";
762
- S_m1_m1_0 is "Scaffold_RAF";
763
- S_m1_m1_1 is "Scaffold_RAF-P";
764
- S_m1_0_m1 is "Scaffold_MEK";
765
- S_m1_0_0 is "Scaffold_MEK_RAF";
766
- S_m1_0_1 is "Scaffold_MEK_RAF-P";
767
- S_m1_1_m1 is "Scaffold_MEK-P";
768
- S_m1_1_0 is "Scaffold_MEK-P_RAF";
769
- S_m1_1_1 is "Scaffold_MEK-P_RAF-P";
770
- S_m1_2_m1 is "Scaffold_MEK-PP";
771
- S_m1_2_0 is "Scaffold_MEK-PP_RAF";
772
- S_m1_2_1 is "Scaffold_MEK-PP_RAF-P";
773
- S_0_m1_m1 is "Scaffold_MAPK";
774
- S_0_m1_0 is "Scaffold_MAPK_RAF";
775
- S_0_m1_1 is "Scaffold_MAPK_RAF-P";
776
- S_0_0_m1 is "Scaffold_MAPK_MEK";
777
- S_0_0_0 is "Scaffold_MAPK_MEK_RAF";
778
- S_0_0_1 is "Scaffold_MAPK_MEK_RAF-P";
779
- S_0_1_m1 is "Scaffold_MAPK_MEK-P";
780
- S_0_1_0 is "Scaffold_MAPK_MEK-P_RAF";
781
- S_0_1_1 is "Scaffold_MAPK_MEK-P_RAF-P";
782
- S_0_2_m1 is "Scaffold_MAPK_MEK-PP";
783
- S_0_2_0 is "Scaffold_MAPK_MEK-PP_RAF";
784
- S_0_2_1 is "Scaffold_MAPK_MEK-PP_RAF-P";
785
- S_1_m1_m1 is "Scaffold_MAPK-P";
786
- S_1_m1_0 is "Scaffold_MAPK-P_RAF";
787
- S_1_m1_1 is "Scaffold_MAPK-P_RAF-P";
788
- S_1_0_m1 is "Scaffold_MAPK-P_MEK";
789
- S_1_0_0 is "Scaffold_MAPK-P_MEK_RAF";
790
- S_1_0_1 is "Scaffold_MAPK-P_MEK_RAF-P";
791
- S_1_1_m1 is "Scaffold_MAPK-P_MEK-P";
792
- S_1_1_0 is "Scaffold_MAPK-P_MEK-P_RAF";
793
- S_1_1_1 is "Scaffold_MAPK-P_MEK-P_RAF-P";
794
- S_1_2_m1 is "Scaffold_MAPK-P_MEK-PP";
795
- S_1_2_0 is "Scaffold_MAPK-P_MEK-PP_RAF";
796
- S_1_2_1 is "Scaffold_MAPK-P_MEK-PP_RAF-P";
797
- S_2_m1_m1 is "Scaffold_MAPK-PP";
798
- S_2_m1_0 is "Scaffold_MAPK-PP_RAF";
799
- S_2_m1_1 is "Scaffold_MAPK-PP_RAF-P";
800
- S_2_0_m1 is "Scaffold_MAPK-PP_MEK";
801
- S_2_0_0 is "Scaffold_MAPK-PP_MEK_RAF";
802
- S_2_0_1 is "Scaffold_MAPK-PP_MEK_RAF-P";
803
- S_2_1_m1 is "Scaffold_MAPK-PP_MEK-P";
804
- S_2_1_0 is "Scaffold_MAPK-PP_MEK-P_RAF";
805
- S_2_1_1 is "Scaffold_MAPK-PP_MEK-P_RAF-P";
806
- S_2_2_m1 is "Scaffold_MAPK-PP_MEK-PP";
807
- S_2_2_0 is "Scaffold_MAPK-PP_MEK-PP_RAF";
808
- S_2_2_1 is "Scaffold_MAPK-PP_MEK-PP_RAF-P";
809
- S_RAFK_m1_m1_0 is "Scaffold_RAF";
810
- S_RAFK_m1_0_0 is "Scaffold_MEK_RAF";
811
- S_RAFK_m1_1_0 is "Scaffold_MEK-P_RAF";
812
- S_RAFK_m1_2_0 is "Scaffold_MEK-PP_RAF";
813
- S_RAFK_0_m1_0 is "Scaffold_MAPK_RAF";
814
- S_RAFK_0_0_0 is "Scaffold_MAPK_MEK_RAF";
815
- S_RAFK_0_1_0 is "Scaffold_MAPK_MEK-P_RAF";
816
- S_RAFK_0_2_0 is "Scaffold_MAPK_MEK-PP_RAF";
817
- S_RAFK_1_m1_0 is "Scaffold_MAPK-P_RAF";
818
- S_RAFK_1_0_0 is "Scaffold_MAPK-P_MEK_RAF";
819
- S_RAFK_1_1_0 is "Scaffold_MAPK-P_MEK-P_RAF";
820
- S_RAFK_1_2_0 is "Scaffold_MAPK-P_MEK-PP_RAF";
821
- S_RAFK_2_m1_0 is "Scaffold_MAPK-PP_RAF";
822
- S_RAFK_2_0_0 is "Scaffold_MAPK-PP_MEK_RAF";
823
- S_RAFK_2_1_0 is "Scaffold_MAPK-PP_MEK-P_RAF";
824
- S_RAFK_2_2_0 is "Scaffold_MAPK-PP_MEK-PP_RAF";
825
- Reaction1 is "binding of RAF and RAFK";
826
- Reaction2 is "dissociation of RAF_RAFK";
827
- Reaction3 is "phosphorylation of RAF";
828
- Reaction4 is "binding of RAF-P and RAF phosphatase";
829
- Reaction5 is "dissociation of RAF-P_RAFPase";
830
- Reaction6 is "dephosphorylation of RAF-P";
831
- Reaction7 is "binding of MEK and RAF-P";
832
- Reaction8 is "dissociation of MEK_RAF-P";
833
- Reaction9 is "phosphorylation of MEK";
834
- Reaction10 is "binding of MEK-P and MEK phosphatase";
835
- Reaction11 is "dissociation of MEK-P_MEKPase";
836
- Reaction12 is "dephosphorylation of MEK-P";
837
- Reaction13 is "binding of MEK-P and RAF-P";
838
- Reaction14 is "dissociation of MEK-P_RAF-P";
839
- Reaction15 is "phosphorylation of MEK-P";
840
- Reaction16 is "binding of MEK-PP and MEK phosphatase";
841
- Reaction17 is "dissociation of MEK-PP_MEKPase";
842
- Reaction18 is "dephosphorylation of MEK-PP";
843
- Reaction19 is "binding of MAPK and MEK-PP";
844
- Reaction20 is "dissociation of MAPK_MEK-PP";
845
- Reaction21 is "phosphorylation of MAPK";
846
- Reaction22 is "binding of MAPK-P and MAPK phosphatase";
847
- Reaction23 is "dissociation of MAPK-P_MAPKPase";
848
- Reaction24 is "dephosphorylation of MAPK-P";
849
- Reaction25 is "binding of MAPK-P and MEK-PP";
850
- Reaction26 is "dissociation of MAPK-P_MEK-PP";
851
- Reaction27 is "phosphorylation of MAPK-P";
852
- Reaction28 is "binding of MAPK-PP and MAPK phosphatase";
853
- Reaction29 is "dissociation of MAPK-PP_MAPKPase";
854
- Reaction30 is "dephosphorylation of MAPK-PP";
855
- Reaction31 is "binding of MAPK on scaffold";
856
- Reaction32 is "dissociation of MAPK from scaffold";
857
- Reaction33 is "binding of MAPK on scaffold";
858
- Reaction34 is "dissociation of MAPK from scaffold";
859
- Reaction35 is "binding of MAPK on scaffold";
860
- Reaction36 is "dissociation of MAPK from scaffold";
861
- Reaction37 is "binding of MAPK on scaffold";
862
- Reaction38 is "dissociation of MAPK from scaffold";
863
- Reaction39 is "binding of MAPK on scaffold";
864
- Reaction40 is "dissociation of MAPK from scaffold";
865
- Reaction41 is "binding of MAPK on scaffold";
866
- Reaction42 is "dissociation of MAPK from scaffold";
867
- Reaction43 is "binding of MAPK on scaffold";
868
- Reaction44 is "dissociation of MAPK from scaffold";
869
- Reaction45 is "binding of MAPK on scaffold";
870
- Reaction46 is "dissociation of MAPK from scaffold";
871
- Reaction47 is "binding of MAPK on scaffold";
872
- Reaction48 is "dissociation of MAPK from scaffold";
873
- Reaction49 is "binding of MAPK on scaffold";
874
- Reaction50 is "dissociation of MAPK from scaffold";
875
- Reaction51 is "binding of MAPK on scaffold";
876
- Reaction52 is "dissociation of MAPK from scaffold";
877
- Reaction53 is "binding of MAPK on scaffold";
878
- Reaction54 is "dissociation of MAPK from scaffold";
879
- Reaction55 is "binding of MAPK-P on scaffold";
880
- Reaction56 is "dissociation of MAPK-P from scaffold";
881
- Reaction57 is "binding of MAPK-P on scaffold";
882
- Reaction58 is "dissociation of MAPK-P from scaffold";
883
- Reaction59 is "binding of MAPK-P on scaffold";
884
- Reaction60 is "dissociation of MAPK-P from scaffold";
885
- Reaction61 is "binding of MAPK-P on scaffold";
886
- Reaction62 is "dissociation of MAPK-P from scaffold";
887
- Reaction63 is "binding of MAPK-P on scaffold";
888
- Reaction64 is "dissociation of MAPK-P from scaffold";
889
- Reaction65 is "binding of MAPK-P on scaffold";
890
- Reaction66 is "dissociation of MAPK-P from scaffold";
891
- Reaction67 is "binding of MAPK-P on scaffold";
892
- Reaction68 is "dissociation of MAPK-P from scaffold";
893
- Reaction69 is "binding of MAPK-P on scaffold";
894
- Reaction70 is "dissociation of MAPK-P from scaffold";
895
- Reaction71 is "binding of MAPK-P on scaffold";
896
- Reaction72 is "dissociation of MAPK-P from scaffold";
897
- Reaction73 is "binding of MAPK-P on scaffold";
898
- Reaction74 is "dissociation of MAPK-P from scaffold";
899
- Reaction75 is "binding of MAPK-P on scaffold";
900
- Reaction76 is "dissociation of MAPK-P from scaffold";
901
- Reaction77 is "binding of MAPK-P on scaffold";
902
- Reaction78 is "dissociation of MAPK-P from scaffold";
903
- Reaction79 is "binding of MAPK-PP on scaffold";
904
- Reaction80 is "dissociation of MAPK-PP from scaffold";
905
- Reaction81 is "binding of MAPK-PP on scaffold";
906
- Reaction82 is "dissociation of MAPK-PP from scaffold";
907
- Reaction83 is "binding of MAPK-PP on scaffold";
908
- Reaction84 is "dissociation of MAPK-PP from scaffold";
909
- Reaction85 is "binding of MAPK-PP on scaffold";
910
- Reaction86 is "dissociation of MAPK-PP from scaffold";
911
- Reaction87 is "binding of MAPK-PP on scaffold";
912
- Reaction88 is "dissociation of MAPK-PP from scaffold";
913
- Reaction89 is "binding of MAPK-PP on scaffold";
914
- Reaction90 is "dissociation of MAPK-PP from scaffold";
915
- Reaction91 is "binding of MAPK-PP on scaffold";
916
- Reaction92 is "dissociation of MAPK-PP from scaffold";
917
- Reaction93 is "binding of MAPK-PP on scaffold";
918
- Reaction94 is "dissociation of MAPK-PP from scaffold";
919
- Reaction95 is "binding of MAPK-PP on scaffold";
920
- Reaction96 is "dissociation of MAPK-PP from scaffold";
921
- Reaction97 is "binding of MAPK-PP on scaffold";
922
- Reaction98 is "dissociation of MAPK-PP from scaffold";
923
- Reaction99 is "binding of MAPK-PP on scaffold";
924
- Reaction100 is "dissociation of MAPK-PP from scaffold";
925
- Reaction101 is "binding of MAPK-PP on scaffold";
926
- Reaction102 is "dissociation of MAPK-PP from scaffold";
927
- Reaction103 is "binding of MEK on scaffold";
928
- Reaction104 is "dissociation of MEK from scaffold";
929
- Reaction105 is "binding of MEK on scaffold";
930
- Reaction106 is "dissociation of MEK from scaffold";
931
- Reaction107 is "binding of MEK on scaffold";
932
- Reaction108 is "dissociation of MEK from scaffold";
933
- Reaction109 is "binding of MEK-P on scaffold";
934
- Reaction110 is "dissociation of MEK-P from scaffold";
935
- Reaction111 is "binding of MEK-P on scaffold";
936
- Reaction112 is "dissociation of MEK-P from scaffold";
937
- Reaction113 is "binding of MEK-P on scaffold";
938
- Reaction114 is "dissociation of MEK-P from scaffold";
939
- Reaction115 is "binding of MEK-PP on scaffold";
940
- Reaction116 is "dissociation of MEK-PP from scaffold";
941
- Reaction117 is "binding of MEK-PP on scaffold";
942
- Reaction118 is "dissociation of MEK-PP from scaffold";
943
- Reaction119 is "binding of MEK-PP on scaffold";
944
- Reaction120 is "dissociation of MEK-PP from scaffold";
945
- Reaction121 is "binding of MEK on scaffold";
946
- Reaction122 is "dissociation of MEK from scaffold";
947
- Reaction123 is "binding of MEK on scaffold";
948
- Reaction124 is "dissociation of MEK from scaffold";
949
- Reaction125 is "binding of MEK on scaffold";
950
- Reaction126 is "dissociation of MEK from scaffold";
951
- Reaction127 is "binding of MEK-P on scaffold";
952
- Reaction128 is "dissociation of MEK-P from scaffold";
953
- Reaction129 is "binding of MEK-P on scaffold";
954
- Reaction130 is "dissociation of MEK-P from scaffold";
955
- Reaction131 is "binding of MEK-P on scaffold";
956
- Reaction132 is "dissociation of MEK-P from scaffold";
957
- Reaction133 is "binding of MEK-PP on scaffold";
958
- Reaction134 is "dissociation of MEK-PP from scaffold";
959
- Reaction135 is "binding of MEK-PP on scaffold";
960
- Reaction136 is "dissociation of MEK-PP from scaffold";
961
- Reaction137 is "binding of MEK-PP on scaffold";
962
- Reaction138 is "dissociation of MEK-PP from scaffold";
963
- Reaction139 is "binding of MEK on scaffold";
964
- Reaction140 is "dissociation of MEK from scaffold";
965
- Reaction141 is "binding of MEK on scaffold";
966
- Reaction142 is "dissociation of MEK from scaffold";
967
- Reaction143 is "binding of MEK on scaffold";
968
- Reaction144 is "dissociation of MEK from scaffold";
969
- Reaction145 is "binding of MEK-P on scaffold";
970
- Reaction146 is "dissociation of MEK-P from scaffold";
971
- Reaction147 is "binding of MEK-P on scaffold";
972
- Reaction148 is "dissociation of MEK-P from scaffold";
973
- Reaction149 is "binding of MEK-P on scaffold";
974
- Reaction150 is "dissociation of MEK-P from scaffold";
975
- Reaction151 is "binding of MEK-PP on scaffold";
976
- Reaction152 is "dissociation of MEK-PP from scaffold";
977
- Reaction153 is "binding of MEK-PP on scaffold";
978
- Reaction154 is "dissociation of MEK-PP from scaffold";
979
- Reaction155 is "binding of MEK-PP on scaffold";
980
- Reaction156 is "dissociation of MEK-PP from scaffold";
981
- Reaction157 is "binding of MEK on scaffold";
982
- Reaction158 is "dissociation of MEK from scaffold";
983
- Reaction159 is "binding of MEK on scaffold";
984
- Reaction160 is "dissociation of MEK from scaffold";
985
- Reaction161 is "binding of MEK on scaffold";
986
- Reaction162 is "dissociation of MEK from scaffold";
987
- Reaction163 is "binding of MEK-P on scaffold";
988
- Reaction164 is "dissociation of MEK-P from scaffold";
989
- Reaction165 is "binding of MEK-P on scaffold";
990
- Reaction166 is "dissociation of MEK-P from scaffold";
991
- Reaction167 is "binding of MEK-P on scaffold";
992
- Reaction168 is "dissociation of MEK-P from scaffold";
993
- Reaction169 is "binding of MEK-PP on scaffold";
994
- Reaction170 is "dissociation of MEK-PP from scaffold";
995
- Reaction171 is "binding of MEK-PP on scaffold";
996
- Reaction172 is "dissociation of MEK-PP from scaffold";
997
- Reaction173 is "binding of MEK-PP on scaffold";
998
- Reaction174 is "dissociation of MEK-PP from scaffold";
999
- Reaction175 is "binding of RAF on scaffold";
1000
- Reaction176 is "dissociation of RAF from scaffold";
1001
- Reaction177 is "binding of RAF-P on scaffold";
1002
- Reaction178 is "dissociation of RAF-P from scaffold";
1003
- Reaction179 is "binding of RAF on scaffold";
1004
- Reaction180 is "dissociation of RAF from scaffold";
1005
- Reaction181 is "binding of RAF-P on scaffold";
1006
- Reaction182 is "dissociation of RAF-P from scaffold";
1007
- Reaction183 is "binding of RAF on scaffold";
1008
- Reaction184 is "dissociation of RAF from scaffold";
1009
- Reaction185 is "binding of RAF-P on scaffold";
1010
- Reaction186 is "dissociation of RAF-P from scaffold";
1011
- Reaction187 is "binding of RAF on scaffold";
1012
- Reaction188 is "dissociation of RAF from scaffold";
1013
- Reaction189 is "binding of RAF-P on scaffold";
1014
- Reaction190 is "dissociation of RAF-P from scaffold";
1015
- Reaction191 is "binding of RAF on scaffold";
1016
- Reaction192 is "dissociation of RAF from scaffold";
1017
- Reaction193 is "binding of RAF-P on scaffold";
1018
- Reaction194 is "dissociation of RAF-P from scaffold";
1019
- Reaction195 is "binding of RAF on scaffold";
1020
- Reaction196 is "dissociation of RAF from scaffold";
1021
- Reaction197 is "binding of RAF-P on scaffold";
1022
- Reaction198 is "dissociation of RAF from scaffold";
1023
- Reaction199 is "binding of RAF on scaffold";
1024
- Reaction200 is "dissociation of RAF from scaffold";
1025
- Reaction201 is "binding of RAF-P on scaffold";
1026
- Reaction202 is "dissociation of RAF-P from scaffold";
1027
- Reaction203 is "binding of RAF on scaffold";
1028
- Reaction204 is "dissociation of RAF from scaffold";
1029
- Reaction205 is "binding of RAF-P on scaffold";
1030
- Reaction206 is "dissociation of RAF-P from scaffold";
1031
- Reaction207 is "binding of RAF on scaffold";
1032
- Reaction208 is "dissociation of RAF from scaffold";
1033
- Reaction209 is "binding of RAF-P on scaffold";
1034
- Reaction210 is "dissociation of RAF-P from scaffold";
1035
- Reaction211 is "binding of RAF on scaffold";
1036
- Reaction212 is "dissociation of RAF from scaffold";
1037
- Reaction213 is "binding of RAF-P on scaffold";
1038
- Reaction214 is "dissociation of RAF-P from scaffold";
1039
- Reaction215 is "binding of RAF on scaffold";
1040
- Reaction216 is "dissociation of RAF from scaffold";
1041
- Reaction217 is "binding of RAF-P on scaffold";
1042
- Reaction218 is "dissociation of RAF-P from scaffold";
1043
- Reaction219 is "binding of RAF on scaffold";
1044
- Reaction220 is "dissociation of RAF from scaffold";
1045
- Reaction221 is "binding of RAF-P on scaffold";
1046
- Reaction222 is "dissociation of RAF-P from scaffold";
1047
- Reaction223 is "binding of RAF on scaffold";
1048
- Reaction224 is "dissociation of RAF from scaffold";
1049
- Reaction225 is "binding of RAF-P on scaffold";
1050
- Reaction226 is "dissociation of RAF-P from scaffold";
1051
- Reaction227 is "binding of RAF on scaffold";
1052
- Reaction228 is "dissociation of RAF from scaffold";
1053
- Reaction229 is "binding of RAF-P on scaffold";
1054
- Reaction230 is "dissociation of RAF-P from scaffold";
1055
- Reaction231 is "binding of RAF on scaffold";
1056
- Reaction232 is "dissociation of RAF from scaffold";
1057
- Reaction233 is "binding of RAF-P on scaffold";
1058
- Reaction234 is "dissociation of RAF-P from scaffold";
1059
- Reaction235 is "binding of RAF on scaffold";
1060
- Reaction236 is "dissociation of RAF from scaffold";
1061
- Reaction237 is "binding of RAF-P on scaffold";
1062
- Reaction238 is "dissociation of RAF-P from scaffold";
1063
- Reaction239 is "phosphorylation of MAPK on scaffold";
1064
- Reaction240 is "phosphorylation of MAPK on scaffold";
1065
- Reaction241 is "phosphorylation of MAPK on scaffold";
1066
- Reaction242 is "phosphorylation of MAPK-P on scaffold";
1067
- Reaction243 is "phosphorylation of MAPK-P on scaffold";
1068
- Reaction244 is "phosphorylation of MAPK-P on scaffold";
1069
- Reaction245 is "phosphorylation of MEK on scaffold";
1070
- Reaction246 is "phosphorylation of MEK-P on scaffold";
1071
- Reaction247 is "phosphorylation of MEK on scaffold";
1072
- Reaction248 is "phosphorylation of MEK-P on scaffold";
1073
- Reaction249 is "phosphorylation of MEK on scaffold";
1074
- Reaction250 is "phosphorylation of MEK-P on scaffold";
1075
- Reaction251 is "phosphorylation of MEK on scaffold";
1076
- Reaction252 is "phosphorylation of MEK-P on scaffold";
1077
- Reaction253 is "binding of RAF and RAFK";
1078
- Reaction254 is "dissociation of RAF_RAFK";
1079
- Reaction255 is "phosphorylation of RAF on scaffold";
1080
- Reaction256 is "binding of RAF and RAFK";
1081
- Reaction257 is "dissociation of RAF_RAFK";
1082
- Reaction258 is "phosphorylation of RAF on scaffold";
1083
- Reaction259 is "binding of RAF and RAFK";
1084
- Reaction260 is "dissociation of RAF_RAFK";
1085
- Reaction261 is "phosphorylation of RAF on scaffold";
1086
- Reaction262 is "binding of RAF and RAFK";
1087
- Reaction263 is "dissociation of RAF_RAFK";
1088
- Reaction264 is "phosphorylation of RAF on scaffold";
1089
- Reaction265 is "binding of RAF and RAFK";
1090
- Reaction266 is "dissociation of RAF_RAFK";
1091
- Reaction267 is "phosphorylation of RAF on scaffold";
1092
- Reaction268 is "binding of RAF and RAFK";
1093
- Reaction269 is "dissociation of RAF_RAFK";
1094
- Reaction270 is "phosphorylation of RAF on scaffold";
1095
- Reaction271 is "binding of RAF and RAFK";
1096
- Reaction272 is "dissociation of RAF_RAFK";
1097
- Reaction273 is "phosphorylation of RAF on scaffold";
1098
- Reaction274 is "binding of RAF and RAFK";
1099
- Reaction275 is "dissociation of RAF_RAFK";
1100
- Reaction276 is "phosphorylation of RAF on scaffold";
1101
- Reaction277 is "binding of RAF and RAFK";
1102
- Reaction278 is "dissociation of RAF_RAFK";
1103
- Reaction279 is "phosphorylation of RAF on scaffold";
1104
- Reaction280 is "binding of RAF and RAFK";
1105
- Reaction281 is "dissociation of RAF_RAFK";
1106
- Reaction282 is "phosphorylation of RAF on scaffold";
1107
- Reaction283 is "binding of RAF and RAFK";
1108
- Reaction284 is "dissociation of RAF_RAFK";
1109
- Reaction285 is "phosphorylation of RAF on scaffold";
1110
- Reaction286 is "binding of RAF and RAFK";
1111
- Reaction287 is "dissociation of RAF_RAFK";
1112
- Reaction288 is "phosphorylation of RAF on scaffold";
1113
- Reaction289 is "binding of RAF and RAFK";
1114
- Reaction290 is "dissociation of RAF_RAFK";
1115
- Reaction291 is "phosphorylation of RAF on scaffold";
1116
- Reaction292 is "binding of RAF and RAFK";
1117
- Reaction293 is "dissociation of RAF_RAFK";
1118
- Reaction294 is "phosphorylation of RAF on scaffold";
1119
- Reaction295 is "binding of RAF and RAFK";
1120
- Reaction296 is "dissociation of RAF_RAFK";
1121
- Reaction297 is "phosphorylation of RAF on scaffold";
1122
- Reaction298 is "binding of RAF and RAFK";
1123
- Reaction299 is "dissociation of RAF_RAFK";
1124
- Reaction300 is "phosphorylation of RAF on scaffold";
1125
-
1126
- // CV terms:
1127
- Cytoplasm hypernym "http://identifiers.org/go/GO:0005737"
1128
- MAPKP identity "http://identifiers.org/uniprot/Q90W58"
1129
- RAFK hypernym "http://identifiers.org/interpro/IPR003577"
1130
- K_1_0 hypernym "http://identifiers.org/uniprot/P26696"
1131
- K_1_1 hypernym "http://identifiers.org/uniprot/P26696"
1132
- K_1_2 hypernym "http://identifiers.org/uniprot/P26696"
1133
- K_2_0 hypernym "http://identifiers.org/uniprot/Q05116"
1134
- K_2_1 hypernym "http://identifiers.org/uniprot/Q05116"
1135
- K_2_2 identity "http://identifiers.org/uniprot/Q05116"
1136
- K_3_0 hypernym "http://identifiers.org/uniprot/P09560"
1137
- K_3_1 hypernym "http://identifiers.org/uniprot/P09560"
1138
- K_K_1_0_2_2 part "http://identifiers.org/uniprot/Q05116",
1139
- "http://identifiers.org/uniprot/P26696"
1140
- K_K_1_1_2_2 part "http://identifiers.org/uniprot/Q05116",
1141
- "http://identifiers.org/uniprot/P26696"
1142
- K_K_2_0_3_1 part "http://identifiers.org/uniprot/P09560",
1143
- "http://identifiers.org/uniprot/Q05116"
1144
- K_K_2_1_3_1 part "http://identifiers.org/uniprot/P09560",
1145
- "http://identifiers.org/uniprot/Q05116"
1146
- K_MAPKP_1_1 part "http://identifiers.org/uniprot/P26696",
1147
- "http://identifiers.org/uniprot/Q90W58"
1148
- K_MAPKP_1_2 part "http://identifiers.org/uniprot/P26696",
1149
- "http://identifiers.org/uniprot/Q90W58"
1150
- K_MEKP_2_1 part "http://identifiers.org/uniprot/Q05116"
1151
- K_MEKP_2_2 part "http://identifiers.org/uniprot/Q05116"
1152
- K_RAFK_3_0 part "http://identifiers.org/uniprot/P09560"
1153
- K_RAFP_3_1 part "http://identifiers.org/uniprot/P09560"
1154
- S_m1_m1_0 part "http://identifiers.org/uniprot/P09560"
1155
- S_m1_m1_1 part "http://identifiers.org/uniprot/P09560"
1156
- S_m1_0_m1 part "http://identifiers.org/uniprot/Q05116"
1157
- S_m1_0_0 part "http://identifiers.org/uniprot/P09560",
1158
- "http://identifiers.org/uniprot/Q05116"
1159
- S_m1_0_1 part "http://identifiers.org/uniprot/P09560",
1160
- "http://identifiers.org/uniprot/Q05116"
1161
- S_m1_1_m1 part "http://identifiers.org/uniprot/Q05116"
1162
- S_m1_1_0 part "http://identifiers.org/uniprot/P09560",
1163
- "http://identifiers.org/uniprot/Q05116"
1164
- S_m1_1_1 part "http://identifiers.org/uniprot/P09560",
1165
- "http://identifiers.org/uniprot/Q05116"
1166
- S_m1_2_m1 part "http://identifiers.org/uniprot/Q05116"
1167
- S_m1_2_0 part "http://identifiers.org/uniprot/P09560",
1168
- "http://identifiers.org/uniprot/Q05116"
1169
- S_m1_2_1 part "http://identifiers.org/uniprot/P09560",
1170
- "http://identifiers.org/uniprot/Q05116"
1171
- S_0_m1_m1 part "http://identifiers.org/uniprot/P26696"
1172
- S_0_m1_0 part "http://identifiers.org/uniprot/P09560",
1173
- "http://identifiers.org/uniprot/P26696"
1174
- S_0_m1_1 part "http://identifiers.org/uniprot/P09560",
1175
- "http://identifiers.org/uniprot/P26696"
1176
- S_0_0_m1 part "http://identifiers.org/uniprot/Q05116",
1177
- "http://identifiers.org/uniprot/P26696"
1178
- S_0_0_0 part "http://identifiers.org/uniprot/P09560",
1179
- "http://identifiers.org/uniprot/Q05116",
1180
- "http://identifiers.org/uniprot/P26696"
1181
- S_0_0_1 part "http://identifiers.org/uniprot/P09560",
1182
- "http://identifiers.org/uniprot/Q05116",
1183
- "http://identifiers.org/uniprot/P26696"
1184
- S_0_1_m1 part "http://identifiers.org/uniprot/Q05116",
1185
- "http://identifiers.org/uniprot/P26696"
1186
- S_0_1_0 part "http://identifiers.org/uniprot/P09560",
1187
- "http://identifiers.org/uniprot/Q05116",
1188
- "http://identifiers.org/uniprot/P26696"
1189
- S_0_1_1 part "http://identifiers.org/uniprot/P09560",
1190
- "http://identifiers.org/uniprot/Q05116",
1191
- "http://identifiers.org/uniprot/P26696"
1192
- S_0_2_m1 part "http://identifiers.org/uniprot/Q05116",
1193
- "http://identifiers.org/uniprot/P26696"
1194
- S_0_2_0 part "http://identifiers.org/uniprot/P09560",
1195
- "http://identifiers.org/uniprot/Q05116",
1196
- "http://identifiers.org/uniprot/P26696"
1197
- S_0_2_1 part "http://identifiers.org/uniprot/P09560",
1198
- "http://identifiers.org/uniprot/Q05116",
1199
- "http://identifiers.org/uniprot/P26696"
1200
- S_1_m1_m1 part "http://identifiers.org/uniprot/P26696"
1201
- S_1_m1_0 part "http://identifiers.org/uniprot/P09560",
1202
- "http://identifiers.org/uniprot/P26696"
1203
- S_1_m1_1 part "http://identifiers.org/uniprot/P09560",
1204
- "http://identifiers.org/uniprot/P26696"
1205
- S_1_0_m1 part "http://identifiers.org/uniprot/Q05116",
1206
- "http://identifiers.org/uniprot/P26696"
1207
- S_1_0_0 part "http://identifiers.org/uniprot/P09560",
1208
- "http://identifiers.org/uniprot/Q05116",
1209
- "http://identifiers.org/uniprot/P26696"
1210
- S_1_0_1 part "http://identifiers.org/uniprot/P09560",
1211
- "http://identifiers.org/uniprot/Q05116",
1212
- "http://identifiers.org/uniprot/P26696"
1213
- S_1_1_m1 part "http://identifiers.org/uniprot/Q05116",
1214
- "http://identifiers.org/uniprot/P26696"
1215
- S_1_1_0 part "http://identifiers.org/uniprot/P09560",
1216
- "http://identifiers.org/uniprot/Q05116",
1217
- "http://identifiers.org/uniprot/P26696"
1218
- S_1_1_1 part "http://identifiers.org/uniprot/P09560",
1219
- "http://identifiers.org/uniprot/Q05116",
1220
- "http://identifiers.org/uniprot/P26696"
1221
- S_1_2_m1 part "http://identifiers.org/uniprot/Q05116",
1222
- "http://identifiers.org/uniprot/P26696"
1223
- S_1_2_0 part "http://identifiers.org/uniprot/P09560",
1224
- "http://identifiers.org/uniprot/Q05116",
1225
- "http://identifiers.org/uniprot/P26696"
1226
- S_1_2_1 part "http://identifiers.org/uniprot/P09560",
1227
- "http://identifiers.org/uniprot/Q05116",
1228
- "http://identifiers.org/uniprot/P26696"
1229
- S_2_m1_m1 part "http://identifiers.org/uniprot/P26696"
1230
- S_2_m1_0 part "http://identifiers.org/uniprot/P09560",
1231
- "http://identifiers.org/uniprot/P26696"
1232
- S_2_m1_1 part "http://identifiers.org/uniprot/P09560",
1233
- "http://identifiers.org/uniprot/P26696"
1234
- S_2_0_m1 part "http://identifiers.org/uniprot/Q05116",
1235
- "http://identifiers.org/uniprot/P26696"
1236
- S_2_0_0 part "http://identifiers.org/uniprot/P09560",
1237
- "http://identifiers.org/uniprot/Q05116",
1238
- "http://identifiers.org/uniprot/P26696"
1239
- S_2_0_1 part "http://identifiers.org/uniprot/P09560",
1240
- "http://identifiers.org/uniprot/Q05116",
1241
- "http://identifiers.org/uniprot/P26696"
1242
- S_2_1_m1 part "http://identifiers.org/uniprot/Q05116",
1243
- "http://identifiers.org/uniprot/P26696"
1244
- S_2_1_0 part "http://identifiers.org/uniprot/P09560",
1245
- "http://identifiers.org/uniprot/Q05116",
1246
- "http://identifiers.org/uniprot/P26696"
1247
- S_2_1_1 part "http://identifiers.org/uniprot/P09560",
1248
- "http://identifiers.org/uniprot/Q05116",
1249
- "http://identifiers.org/uniprot/P26696"
1250
- S_2_2_m1 part "http://identifiers.org/uniprot/Q05116",
1251
- "http://identifiers.org/uniprot/P26696"
1252
- S_2_2_0 part "http://identifiers.org/uniprot/P09560",
1253
- "http://identifiers.org/uniprot/Q05116",
1254
- "http://identifiers.org/uniprot/P26696"
1255
- S_2_2_1 part "http://identifiers.org/uniprot/P09560",
1256
- "http://identifiers.org/uniprot/Q05116",
1257
- "http://identifiers.org/uniprot/P26696"
1258
- S_RAFK_m1_m1_0 part "http://identifiers.org/uniprot/P09560"
1259
- S_RAFK_m1_0_0 part "http://identifiers.org/uniprot/P09560",
1260
- "http://identifiers.org/uniprot/Q05116"
1261
- S_RAFK_m1_1_0 part "http://identifiers.org/uniprot/P09560",
1262
- "http://identifiers.org/uniprot/Q05116"
1263
- S_RAFK_m1_2_0 part "http://identifiers.org/uniprot/P09560",
1264
- "http://identifiers.org/uniprot/Q05116"
1265
- S_RAFK_0_m1_0 part "http://identifiers.org/uniprot/P09560",
1266
- "http://identifiers.org/uniprot/P26696"
1267
- S_RAFK_0_0_0 part "http://identifiers.org/uniprot/P09560",
1268
- "http://identifiers.org/uniprot/Q05116",
1269
- "http://identifiers.org/uniprot/P26696"
1270
- S_RAFK_0_1_0 part "http://identifiers.org/uniprot/P09560",
1271
- "http://identifiers.org/uniprot/Q05116",
1272
- "http://identifiers.org/uniprot/P26696"
1273
- S_RAFK_0_2_0 part "http://identifiers.org/uniprot/P09560",
1274
- "http://identifiers.org/uniprot/Q05116",
1275
- "http://identifiers.org/uniprot/P26696"
1276
- S_RAFK_1_m1_0 part "http://identifiers.org/uniprot/P09560",
1277
- "http://identifiers.org/uniprot/P26696"
1278
- S_RAFK_1_0_0 part "http://identifiers.org/uniprot/P09560",
1279
- "http://identifiers.org/uniprot/Q05116",
1280
- "http://identifiers.org/uniprot/P26696"
1281
- S_RAFK_1_1_0 part "http://identifiers.org/uniprot/P09560",
1282
- "http://identifiers.org/uniprot/Q05116",
1283
- "http://identifiers.org/uniprot/P26696"
1284
- S_RAFK_1_2_0 part "http://identifiers.org/uniprot/P09560",
1285
- "http://identifiers.org/uniprot/Q05116",
1286
- "http://identifiers.org/uniprot/P26696"
1287
- S_RAFK_2_m1_0 part "http://identifiers.org/uniprot/P09560",
1288
- "http://identifiers.org/uniprot/P26696"
1289
- S_RAFK_2_0_0 part "http://identifiers.org/uniprot/P09560",
1290
- "http://identifiers.org/uniprot/Q05116",
1291
- "http://identifiers.org/uniprot/P26696"
1292
- S_RAFK_2_1_0 part "http://identifiers.org/uniprot/P09560",
1293
- "http://identifiers.org/uniprot/Q05116",
1294
- "http://identifiers.org/uniprot/P26696"
1295
- S_RAFK_2_2_0 part "http://identifiers.org/uniprot/P09560",
1296
- "http://identifiers.org/uniprot/Q05116",
1297
- "http://identifiers.org/uniprot/P26696"
1298
- Reaction1 homolog "http://identifiers.org/reactome/REACT_996"
1299
- Reaction1 hypernym "http://identifiers.org/go/GO:0031435",
1300
- "http://identifiers.org/go/GO:0006461"
1301
- Reaction2 hypernym "http://identifiers.org/go/GO:0043241"
1302
- Reaction3 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1303
- "http://identifiers.org/go/GO:0008349",
1304
- "http://identifiers.org/go/GO:0000185"
1305
- Reaction4 hypernym "http://identifiers.org/go/GO:0031435"
1306
- Reaction5 hypernym "http://identifiers.org/go/GO:0043241"
1307
- Reaction6 hypernym "http://identifiers.org/ec-code/3.1.3.16",
1308
- "http://identifiers.org/go/GO:0006470"
1309
- Reaction7 hypernym "http://identifiers.org/go/GO:0031434",
1310
- "http://identifiers.org/go/GO:0031435"
1311
- Reaction7 homolog "http://identifiers.org/reactome/REACT_143"
1312
- Reaction8 hypernym "http://identifiers.org/go/GO:0043241"
1313
- Reaction9 hypernym "http://identifiers.org/ec-code/2.7.11.25",
1314
- "http://identifiers.org/go/GO:0004709",
1315
- "http://identifiers.org/go/GO:0006468"
1316
- Reaction10 hypernym "http://identifiers.org/go/GO:0031435"
1317
- Reaction11 hypernym "http://identifiers.org/go/GO:0043241"
1318
- Reaction12 hypernym "http://identifiers.org/ec-code/3.1.3.16",
1319
- "http://identifiers.org/go/GO:0006470"
1320
- Reaction13 hypernym "http://identifiers.org/go/GO:0031434",
1321
- "http://identifiers.org/go/GO:0031435"
1322
- Reaction13 homolog "http://identifiers.org/reactome/REACT_143"
1323
- Reaction14 hypernym "http://identifiers.org/go/GO:0043241"
1324
- Reaction15 hypernym "http://identifiers.org/ec-code/2.7.1.37",
1325
- "http://identifiers.org/go/GO:0000186",
1326
- "http://identifiers.org/go/GO:0004709",
1327
- "http://identifiers.org/go/GO:0006468"
1328
- Reaction15 homolog "http://identifiers.org/reactome/REACT_614"
1329
- Reaction16 hypernym "http://identifiers.org/go/GO:0031434"
1330
- Reaction17 hypernym "http://identifiers.org/go/GO:0043241"
1331
- Reaction18 hypernym "http://identifiers.org/ec-code/3.1.3.16",
1332
- "http://identifiers.org/go/GO:0006470"
1333
- Reaction19 hypernym "http://identifiers.org/go/GO:0051019",
1334
- "http://identifiers.org/go/GO:0031434"
1335
- Reaction19 homolog "http://identifiers.org/reactome/REACT_1780",
1336
- "http://identifiers.org/reactome/REACT_495"
1337
- Reaction20 hypernym "http://identifiers.org/go/GO:0043241"
1338
- Reaction21 hypernym "http://identifiers.org/ec-code/2.7.12.2",
1339
- "http://identifiers.org/go/GO:0004708",
1340
- "http://identifiers.org/go/GO:0006468"
1341
- Reaction21 homolog "http://identifiers.org/reactome/REACT_136",
1342
- "http://identifiers.org/reactome/REACT_2247"
1343
- Reaction22 hypernym "http://identifiers.org/go/GO:0051019"
1344
- Reaction23 hypernym "http://identifiers.org/go/GO:0043241"
1345
- Reaction24 hypernym "http://identifiers.org/ec-code/3.1.3.16"
1346
- Reaction25 hypernym "http://identifiers.org/go/GO:0051019"
1347
- Reaction26 hypernym "http://identifiers.org/go/GO:0043241"
1348
- Reaction27 hypernym "http://identifiers.org/ec-code/2.7.1.37",
1349
- "http://identifiers.org/go/GO:0000187",
1350
- "http://identifiers.org/go/GO:0004708"
1351
- Reaction28 hypernym "http://identifiers.org/go/GO:0051019"
1352
- Reaction29 hypernym "http://identifiers.org/go/GO:0043241"
1353
- Reaction30 hypernym "http://identifiers.org/ec-code/3.1.3.16",
1354
- "http://identifiers.org/go/GO:0000188"
1355
- Reaction31 hypernym "http://identifiers.org/go/GO:0051019"
1356
- Reaction32 hypernym "http://identifiers.org/go/GO:0043241"
1357
- Reaction33 hypernym "http://identifiers.org/go/GO:0051019"
1358
- Reaction34 hypernym "http://identifiers.org/go/GO:0043241"
1359
- Reaction35 hypernym "http://identifiers.org/go/GO:0051019"
1360
- Reaction36 hypernym "http://identifiers.org/go/GO:0043241"
1361
- Reaction37 hypernym "http://identifiers.org/go/GO:0051019"
1362
- Reaction38 hypernym "http://identifiers.org/go/GO:0043241"
1363
- Reaction39 hypernym "http://identifiers.org/go/GO:0051019"
1364
- Reaction40 hypernym "http://identifiers.org/go/GO:0043241"
1365
- Reaction41 hypernym "http://identifiers.org/go/GO:0051019"
1366
- Reaction42 hypernym "http://identifiers.org/go/GO:0043241"
1367
- Reaction43 hypernym "http://identifiers.org/go/GO:0051019"
1368
- Reaction44 hypernym "http://identifiers.org/go/GO:0043241"
1369
- Reaction45 hypernym "http://identifiers.org/go/GO:0051019"
1370
- Reaction46 hypernym "http://identifiers.org/go/GO:0043241"
1371
- Reaction47 hypernym "http://identifiers.org/go/GO:0051019"
1372
- Reaction48 hypernym "http://identifiers.org/go/GO:0043241"
1373
- Reaction49 hypernym "http://identifiers.org/go/GO:0051019"
1374
- Reaction50 hypernym "http://identifiers.org/go/GO:0043241"
1375
- Reaction51 hypernym "http://identifiers.org/go/GO:0051019"
1376
- Reaction52 hypernym "http://identifiers.org/go/GO:0043241"
1377
- Reaction53 hypernym "http://identifiers.org/go/GO:0051019"
1378
- Reaction54 hypernym "http://identifiers.org/go/GO:0043241"
1379
- Reaction55 hypernym "http://identifiers.org/go/GO:0051019"
1380
- Reaction56 hypernym "http://identifiers.org/go/GO:0043241"
1381
- Reaction57 hypernym "http://identifiers.org/go/GO:0051019"
1382
- Reaction58 hypernym "http://identifiers.org/go/GO:0043241"
1383
- Reaction59 hypernym "http://identifiers.org/go/GO:0051019"
1384
- Reaction60 hypernym "http://identifiers.org/go/GO:0043241"
1385
- Reaction61 hypernym "http://identifiers.org/go/GO:0051019"
1386
- Reaction62 hypernym "http://identifiers.org/go/GO:0043241"
1387
- Reaction63 hypernym "http://identifiers.org/go/GO:0051019"
1388
- Reaction64 hypernym "http://identifiers.org/go/GO:0043241"
1389
- Reaction65 hypernym "http://identifiers.org/go/GO:0051019"
1390
- Reaction66 hypernym "http://identifiers.org/go/GO:0043241"
1391
- Reaction67 hypernym "http://identifiers.org/go/GO:0051019"
1392
- Reaction68 hypernym "http://identifiers.org/go/GO:0043241"
1393
- Reaction69 hypernym "http://identifiers.org/go/GO:0051019"
1394
- Reaction70 hypernym "http://identifiers.org/go/GO:0043241"
1395
- Reaction71 hypernym "http://identifiers.org/go/GO:0051019"
1396
- Reaction72 hypernym "http://identifiers.org/go/GO:0043241"
1397
- Reaction73 hypernym "http://identifiers.org/go/GO:0051019"
1398
- Reaction74 hypernym "http://identifiers.org/go/GO:0043241"
1399
- Reaction75 hypernym "http://identifiers.org/go/GO:0051019"
1400
- Reaction76 hypernym "http://identifiers.org/go/GO:0043241"
1401
- Reaction77 hypernym "http://identifiers.org/go/GO:0051019"
1402
- Reaction78 hypernym "http://identifiers.org/go/GO:0043241"
1403
- Reaction79 hypernym "http://identifiers.org/go/GO:0051019"
1404
- Reaction80 hypernym "http://identifiers.org/go/GO:0043241"
1405
- Reaction81 hypernym "http://identifiers.org/go/GO:0051019"
1406
- Reaction82 hypernym "http://identifiers.org/go/GO:0043241"
1407
- Reaction83 hypernym "http://identifiers.org/go/GO:0051019"
1408
- Reaction84 hypernym "http://identifiers.org/go/GO:0043241"
1409
- Reaction85 hypernym "http://identifiers.org/go/GO:0051019"
1410
- Reaction86 hypernym "http://identifiers.org/go/GO:0043241"
1411
- Reaction87 hypernym "http://identifiers.org/go/GO:0051019"
1412
- Reaction88 hypernym "http://identifiers.org/go/GO:0043241"
1413
- Reaction89 hypernym "http://identifiers.org/go/GO:0051019"
1414
- Reaction90 hypernym "http://identifiers.org/go/GO:0043241"
1415
- Reaction91 hypernym "http://identifiers.org/go/GO:0051019"
1416
- Reaction92 hypernym "http://identifiers.org/go/GO:0043241"
1417
- Reaction93 hypernym "http://identifiers.org/go/GO:0051019"
1418
- Reaction94 hypernym "http://identifiers.org/go/GO:0043241"
1419
- Reaction95 hypernym "http://identifiers.org/go/GO:0051019"
1420
- Reaction96 hypernym "http://identifiers.org/go/GO:0043241"
1421
- Reaction97 hypernym "http://identifiers.org/go/GO:0051019"
1422
- Reaction98 hypernym "http://identifiers.org/go/GO:0043241"
1423
- Reaction99 hypernym "http://identifiers.org/go/GO:0051019"
1424
- Reaction101 hypernym "http://identifiers.org/go/GO:0051019"
1425
- Reaction102 hypernym "http://identifiers.org/go/GO:0043241"
1426
- Reaction104 hypernym "http://identifiers.org/go/GO:0043241"
1427
- Reaction106 hypernym "http://identifiers.org/go/GO:0043241"
1428
- Reaction108 hypernym "http://identifiers.org/go/GO:0043241"
1429
- Reaction110 hypernym "http://identifiers.org/go/GO:0043241"
1430
- Reaction112 hypernym "http://identifiers.org/go/GO:0043241"
1431
- Reaction114 hypernym "http://identifiers.org/go/GO:0043241"
1432
- Reaction116 hypernym "http://identifiers.org/go/GO:0043241"
1433
- Reaction118 hypernym "http://identifiers.org/go/GO:0043241"
1434
- Reaction120 hypernym "http://identifiers.org/go/GO:0043241"
1435
- Reaction122 hypernym "http://identifiers.org/go/GO:0043241"
1436
- Reaction124 hypernym "http://identifiers.org/go/GO:0043241"
1437
- Reaction126 hypernym "http://identifiers.org/go/GO:0043241"
1438
- Reaction128 hypernym "http://identifiers.org/go/GO:0043241"
1439
- Reaction130 hypernym "http://identifiers.org/go/GO:0043241"
1440
- Reaction132 hypernym "http://identifiers.org/go/GO:0043241"
1441
- Reaction134 hypernym "http://identifiers.org/go/GO:0043241"
1442
- Reaction136 hypernym "http://identifiers.org/go/GO:0043241"
1443
- Reaction138 hypernym "http://identifiers.org/go/GO:0043241"
1444
- Reaction140 hypernym "http://identifiers.org/go/GO:0043241"
1445
- Reaction142 hypernym "http://identifiers.org/go/GO:0043241"
1446
- Reaction144 hypernym "http://identifiers.org/go/GO:0043241"
1447
- Reaction146 hypernym "http://identifiers.org/go/GO:0043241"
1448
- Reaction148 hypernym "http://identifiers.org/go/GO:0043241"
1449
- Reaction150 hypernym "http://identifiers.org/go/GO:0043241"
1450
- Reaction152 hypernym "http://identifiers.org/go/GO:0043241"
1451
- Reaction154 hypernym "http://identifiers.org/go/GO:0043241"
1452
- Reaction156 hypernym "http://identifiers.org/go/GO:0043241"
1453
- Reaction158 hypernym "http://identifiers.org/go/GO:0043241"
1454
- Reaction160 hypernym "http://identifiers.org/go/GO:0043241"
1455
- Reaction162 hypernym "http://identifiers.org/go/GO:0043241"
1456
- Reaction164 hypernym "http://identifiers.org/go/GO:0043241"
1457
- Reaction166 hypernym "http://identifiers.org/go/GO:0043241"
1458
- Reaction168 hypernym "http://identifiers.org/go/GO:0043241"
1459
- Reaction170 hypernym "http://identifiers.org/go/GO:0043241"
1460
- Reaction172 hypernym "http://identifiers.org/go/GO:0043241"
1461
- Reaction174 hypernym "http://identifiers.org/go/GO:0043241"
1462
- Reaction176 hypernym "http://identifiers.org/go/GO:0043241"
1463
- Reaction178 hypernym "http://identifiers.org/go/GO:0043241"
1464
- Reaction180 hypernym "http://identifiers.org/go/GO:0043241"
1465
- Reaction182 hypernym "http://identifiers.org/go/GO:0043241"
1466
- Reaction184 hypernym "http://identifiers.org/go/GO:0043241"
1467
- Reaction186 hypernym "http://identifiers.org/go/GO:0043241"
1468
- Reaction188 hypernym "http://identifiers.org/go/GO:0043241"
1469
- Reaction190 hypernym "http://identifiers.org/go/GO:0043241"
1470
- Reaction192 hypernym "http://identifiers.org/go/GO:0043241"
1471
- Reaction194 hypernym "http://identifiers.org/go/GO:0043241"
1472
- Reaction196 hypernym "http://identifiers.org/go/GO:0043241"
1473
- Reaction198 hypernym "http://identifiers.org/go/GO:0043241"
1474
- Reaction200 hypernym "http://identifiers.org/go/GO:0043241"
1475
- Reaction202 hypernym "http://identifiers.org/go/GO:0043241"
1476
- Reaction204 hypernym "http://identifiers.org/go/GO:0043241"
1477
- Reaction206 hypernym "http://identifiers.org/go/GO:0043241"
1478
- Reaction208 hypernym "http://identifiers.org/go/GO:0043241"
1479
- Reaction210 hypernym "http://identifiers.org/go/GO:0043241"
1480
- Reaction212 hypernym "http://identifiers.org/go/GO:0043241"
1481
- Reaction214 hypernym "http://identifiers.org/go/GO:0043241"
1482
- Reaction216 hypernym "http://identifiers.org/go/GO:0043241"
1483
- Reaction218 hypernym "http://identifiers.org/go/GO:0043241"
1484
- Reaction220 hypernym "http://identifiers.org/go/GO:0043241"
1485
- Reaction222 hypernym "http://identifiers.org/go/GO:0043241"
1486
- Reaction224 hypernym "http://identifiers.org/go/GO:0043241"
1487
- Reaction226 hypernym "http://identifiers.org/go/GO:0043241"
1488
- Reaction228 hypernym "http://identifiers.org/go/GO:0043241"
1489
- Reaction230 hypernym "http://identifiers.org/go/GO:0043241"
1490
- Reaction232 hypernym "http://identifiers.org/go/GO:0043241"
1491
- Reaction234 hypernym "http://identifiers.org/go/GO:0043241"
1492
- Reaction236 hypernym "http://identifiers.org/go/GO:0043241"
1493
- Reaction238 hypernym "http://identifiers.org/go/GO:0043241"
1494
- Reaction239 identity "http://identifiers.org/ec-code/2.7.1.37",
1495
- "http://identifiers.org/go/GO:0004708"
1496
- Reaction240 identity "http://identifiers.org/ec-code/2.7.1.37",
1497
- "http://identifiers.org/go/GO:0004708"
1498
- Reaction241 identity "http://identifiers.org/ec-code/2.7.1.37",
1499
- "http://identifiers.org/go/GO:0004708"
1500
- Reaction242 identity "http://identifiers.org/ec-code/2.7.1.37",
1501
- "http://identifiers.org/go/GO:0000187",
1502
- "http://identifiers.org/go/GO:0004708"
1503
- Reaction243 identity "http://identifiers.org/ec-code/2.7.1.37",
1504
- "http://identifiers.org/go/GO:0000187",
1505
- "http://identifiers.org/go/GO:0004708"
1506
- Reaction244 identity "http://identifiers.org/ec-code/2.7.1.37",
1507
- "http://identifiers.org/go/GO:0000187",
1508
- "http://identifiers.org/go/GO:0004708"
1509
- Reaction245 identity "http://identifiers.org/ec-code/2.7.1.37",
1510
- "http://identifiers.org/go/GO:0004709"
1511
- Reaction246 identity "http://identifiers.org/ec-code/2.7.1.37",
1512
- "http://identifiers.org/go/GO:0000186",
1513
- "http://identifiers.org/go/GO:0004709"
1514
- Reaction247 identity "http://identifiers.org/ec-code/2.7.1.37",
1515
- "http://identifiers.org/go/GO:0004709"
1516
- Reaction248 identity "http://identifiers.org/ec-code/2.7.1.37",
1517
- "http://identifiers.org/go/GO:0000186",
1518
- "http://identifiers.org/go/GO:0004709"
1519
- Reaction249 identity "http://identifiers.org/ec-code/2.7.1.37",
1520
- "http://identifiers.org/go/GO:0004709"
1521
- Reaction250 identity "http://identifiers.org/ec-code/2.7.1.37",
1522
- "http://identifiers.org/go/GO:0000186",
1523
- "http://identifiers.org/go/GO:0004709"
1524
- Reaction251 identity "http://identifiers.org/ec-code/2.7.1.37",
1525
- "http://identifiers.org/go/GO:0004709"
1526
- Reaction252 identity "http://identifiers.org/ec-code/2.7.1.37",
1527
- "http://identifiers.org/go/GO:0000186",
1528
- "http://identifiers.org/go/GO:0004709"
1529
- Reaction253 hypernym "http://identifiers.org/reactome/REACT_996",
1530
- "http://identifiers.org/go/GO:0031435"
1531
- Reaction254 hypernym "http://identifiers.org/go/GO:0043241"
1532
- Reaction255 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1533
- "http://identifiers.org/go/GO:0008349",
1534
- "http://identifiers.org/go/GO:0000185"
1535
- Reaction256 hypernym "http://identifiers.org/reactome/REACT_996",
1536
- "http://identifiers.org/go/GO:0031435"
1537
- Reaction257 hypernym "http://identifiers.org/go/GO:0043241"
1538
- Reaction258 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1539
- "http://identifiers.org/go/GO:0000185",
1540
- "http://identifiers.org/go/GO:0008349"
1541
- Reaction259 hypernym "http://identifiers.org/reactome/REACT_996",
1542
- "http://identifiers.org/go/GO:0031435"
1543
- Reaction260 hypernym "http://identifiers.org/go/GO:0043241"
1544
- Reaction261 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1545
- "http://identifiers.org/go/GO:0008349",
1546
- "http://identifiers.org/go/GO:0000185"
1547
- Reaction262 hypernym "http://identifiers.org/reactome/REACT_996",
1548
- "http://identifiers.org/go/GO:0031435"
1549
- Reaction263 hypernym "http://identifiers.org/go/GO:0043241"
1550
- Reaction264 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1551
- "http://identifiers.org/go/GO:0000185",
1552
- "http://identifiers.org/go/GO:0008349"
1553
- Reaction265 hypernym "http://identifiers.org/reactome/REACT_996",
1554
- "http://identifiers.org/go/GO:0031435"
1555
- Reaction266 hypernym "http://identifiers.org/go/GO:0043241"
1556
- Reaction267 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1557
- "http://identifiers.org/go/GO:0008349",
1558
- "http://identifiers.org/go/GO:0000185"
1559
- Reaction268 hypernym "http://identifiers.org/reactome/REACT_996",
1560
- "http://identifiers.org/go/GO:0031435"
1561
- Reaction269 hypernym "http://identifiers.org/go/GO:0043241"
1562
- Reaction270 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1563
- "http://identifiers.org/go/GO:0000185"
1564
- Reaction271 hypernym "http://identifiers.org/reactome/REACT_996",
1565
- "http://identifiers.org/go/GO:0031435"
1566
- Reaction272 hypernym "http://identifiers.org/go/GO:0043241"
1567
- Reaction273 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1568
- "http://identifiers.org/go/GO:0008349",
1569
- "http://identifiers.org/go/GO:0000185"
1570
- Reaction274 hypernym "http://identifiers.org/reactome/REACT_996",
1571
- "http://identifiers.org/go/GO:0031435"
1572
- Reaction275 hypernym "http://identifiers.org/go/GO:0043241"
1573
- Reaction276 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1574
- "http://identifiers.org/go/GO:0000185",
1575
- "http://identifiers.org/go/GO:0008349"
1576
- Reaction277 hypernym "http://identifiers.org/reactome/REACT_996",
1577
- "http://identifiers.org/go/GO:0031435"
1578
- Reaction278 hypernym "http://identifiers.org/go/GO:0043241"
1579
- Reaction279 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1580
- "http://identifiers.org/go/GO:0008349",
1581
- "http://identifiers.org/go/GO:0000185"
1582
- Reaction280 hypernym "http://identifiers.org/reactome/REACT_996",
1583
- "http://identifiers.org/go/GO:0031435"
1584
- Reaction281 hypernym "http://identifiers.org/go/GO:0043241"
1585
- Reaction282 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1586
- "http://identifiers.org/go/GO:0000185",
1587
- "http://identifiers.org/go/GO:0008349"
1588
- Reaction283 hypernym "http://identifiers.org/reactome/REACT_996",
1589
- "http://identifiers.org/go/GO:0031435"
1590
- Reaction284 hypernym "http://identifiers.org/go/GO:0043241"
1591
- Reaction285 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1592
- "http://identifiers.org/go/GO:0008349",
1593
- "http://identifiers.org/go/GO:0000185"
1594
- Reaction286 hypernym "http://identifiers.org/reactome/REACT_996",
1595
- "http://identifiers.org/go/GO:0031435"
1596
- Reaction287 hypernym "http://identifiers.org/go/GO:0043241"
1597
- Reaction288 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1598
- "http://identifiers.org/go/GO:0000185",
1599
- "http://identifiers.org/go/GO:0008349"
1600
- Reaction289 hypernym "http://identifiers.org/reactome/REACT_996",
1601
- "http://identifiers.org/go/GO:0031435"
1602
- Reaction290 hypernym "http://identifiers.org/go/GO:0043241"
1603
- Reaction291 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1604
- "http://identifiers.org/go/GO:0008349",
1605
- "http://identifiers.org/go/GO:0000185"
1606
- Reaction292 hypernym "http://identifiers.org/reactome/REACT_996",
1607
- "http://identifiers.org/go/GO:0031435"
1608
- Reaction293 hypernym "http://identifiers.org/go/GO:0043241"
1609
- Reaction294 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1610
- "http://identifiers.org/go/GO:0008349",
1611
- "http://identifiers.org/go/GO:0000185"
1612
- Reaction295 hypernym "http://identifiers.org/reactome/REACT_996",
1613
- "http://identifiers.org/go/GO:0031435"
1614
- Reaction296 hypernym "http://identifiers.org/go/GO:0043241"
1615
- Reaction297 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1616
- "http://identifiers.org/go/GO:0008349",
1617
- "http://identifiers.org/go/GO:0000185"
1618
- Reaction298 hypernym "http://identifiers.org/reactome/REACT_996",
1619
- "http://identifiers.org/go/GO:0031435"
1620
- Reaction299 hypernym "http://identifiers.org/go/GO:0043241"
1621
- Reaction300 hypernym "http://identifiers.org/ec-code/2.7.11.1",
1622
- "http://identifiers.org/go/GO:0008349",
1623
- "http://identifiers.org/go/GO:0000185"
1624
- end
1625
-
1626
- MAPK_in_Scaffold is "Levchenko2000_MAPK_Scaffold"
1627
-
1628
- MAPK_in_Scaffold model_entity_is "http://identifiers.org/biomodels.db/MODEL6616691524"
1629
- MAPK_in_Scaffold model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000014"
1630
- MAPK_in_Scaffold description "http://identifiers.org/pubmed/10823939"
1631
- MAPK_in_Scaffold origin "http://identifiers.org/biomodels.db/BIOMD0000000011"
1632
- MAPK_in_Scaffold hypernym "http://identifiers.org/go/GO:0005078",
1633
- "http://identifiers.org/go/GO:0000165"
1634
- MAPK_in_Scaffold homolog "http://identifiers.org/reactome/REACT_634"
1635
- MAPK_in_Scaffold taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000015.txt DELETED
@@ -1,411 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000015()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- substanceOnly species PRPP in cell, IMP in cell, SAMP in cell, ATP in cell;
7
- substanceOnly species SAM in cell, Ade in cell, XMP in cell, GTP in cell;
8
- substanceOnly species dATP in cell, dGTP in cell, RNA in cell, DNA_ in cell;
9
- substanceOnly species HX in cell, Xa in cell, Gua in cell, UA in cell, $R5P in cell;
10
- substanceOnly species $Pi in cell;
11
-
12
- // Reactions:
13
- ada: ATP => HX; ada_aada*ATP^ada_fada4;
14
- ade: Ade => ; ade_aade*Ade^ade_fade6;
15
- adna: dATP => DNA_; adna_aadna*dATP^adna_fdnap9*dGTP^adna_fdnap10;
16
- adrnr: ATP => dATP; adrnr_aadrnr*ATP^adrnr_fadrnr4*dATP^adrnr_fadrnr9*dGTP^adrnr_fadrnr10;
17
- ampd: ATP => IMP; ampd_aampd*ATP^ampd_fampd4*GTP^ampd_fampd8*Pi^ampd_fampd18;
18
- aprt: PRPP + Ade => ATP; aprt_aaprt*PRPP^aprt_faprt1*ATP^aprt_faprt4*Ade^aprt_faprt6;
19
- arna: ATP => RNA; arna_aarna*ATP^arna_frnap4*GTP^arna_frnap8;
20
- asuc: IMP => SAMP; asuc_aasuc*IMP^asuc_fasuc2*ATP^asuc_fasuc4*GTP^asuc_fasuc8*Pi^asuc_fasuc18;
21
- asli: SAMP => ATP; asli_aasli*SAMP^asli_fasli3*ATP^asli_fasli4;
22
- dada: dATP => HX; dada_adada*dATP^dada_fdada9;
23
- den: PRPP => IMP; den_aden*PRPP^den_fden1*IMP^den_fden2*ATP^den_fden4*GTP^den_fden8*Pi^den_fden18;
24
- dgnuc: dGTP => Gua; dgnuc_adgnuc*dGTP^dgnuc_fdgnuc10;
25
- dnaa: DNA_ => dATP; dnaa_adnaa*DNA_^dnaa_fdnan12;
26
- dnag: DNA_ => dGTP; dnag_adnag*DNA_^dnag_fdnan12;
27
- gdna: dGTP => DNA_; gdna_agdna*dATP^gdna_fdnap9*dGTP^gdna_fdnap10;
28
- gdrnr: GTP => dGTP; gdrnr_agdrnr*GTP^gdrnr_fgdrnr8*dATP^gdrnr_fgdrnr9*dGTP^gdrnr_fgdrnr10;
29
- gmpr: GTP => IMP; gmpr_agmpr*IMP^gmpr_fgmpr2*ATP^gmpr_fgmpr4*XMP^gmpr_fgmpr7*GTP^gmpr_fgmpr8;
30
- gmps: XMP => GTP; gmps_agmps*ATP^gmps_fgmps4*XMP^gmps_fgmps7;
31
- gnuc: GTP => Gua; gnuc_agnuc*GTP^gnuc_fgnuc8*Pi^gnuc_fgnuc18;
32
- gprt: Gua + PRPP => GTP; gprt_agprt*PRPP^gprt_fgprt1*GTP^gprt_fgprt8*Gua^gprt_fgprt15;
33
- grna: GTP => RNA; grna_agrna*ATP^grna_frnap4*GTP^grna_frnap8;
34
- gua: Gua => Xa; gua_agua*Gua^gua_fgua15;
35
- hprt: HX + PRPP => IMP; hprt_ahprt*PRPP^hprt_fhprt1*IMP^hprt_fhprt2*HX^hprt_fhprt13;
36
- hx: HX => ; hx_ahx*HX^hx_fhx13;
37
- hxd: HX => Xa; hxd_ahxd*HX^hxd_fhxd13;
38
- impd: IMP => XMP; impd_aimpd*IMP^impd_fimpd2*XMP^impd_fimpd7*GTP^impd_fimpd8;
39
- inuc: IMP => HX; inuc_ainuc*IMP^inuc_finuc2*Pi^inuc_finuc18;
40
- mat: ATP => SAM; mat_amat*ATP^mat_fmat4*SAM^mat_fmat5;
41
- polyam: SAM => Ade; polyam_apolyam*SAM^polyam_fpolyam5;
42
- prpps: $R5P => PRPP; prpps_aprpps*PRPP^prpps_fprpps1*ATP^prpps_fprpps4*GTP^prpps_fprpps8*R5P^prpps_fprpps17*Pi^prpps_fprpps18;
43
- pyr: PRPP => ; pyr_apyr*PRPP^pyr_fpyr1;
44
- rnaa: RNA => ATP; rnaa_arnaa*RNA^rnaa_frnan11;
45
- rnag: RNA => GTP; rnag_arnag*RNA^rnag_frnan11;
46
- trans: SAM => ATP; trans_atrans*SAM^trans_ftrans5;
47
- ua: UA => ; ua_aua*UA^ua_fua16;
48
- x: Xa => ; x_ax*Xa^x_fx14;
49
- xd: Xa => UA; xd_axd*Xa^xd_fxd14;
50
-
51
- // Species initializations:
52
- PRPP = 5.01742/cell;
53
- IMP = 98.2634/cell;
54
- SAMP = 0.198189/cell;
55
- ATP = 2475.35/cell;
56
- SAM = 3.99187/cell;
57
- Ade = 0.98473/cell;
58
- XMP = 24.793/cell;
59
- GTP = 410.223/cell;
60
- dATP = 6.01413/cell;
61
- dGTP = 3.02581/cell;
62
- RNA = 28680.5/cell;
63
- DNA_ = 5179.34/cell;
64
- HX = 9.51785/cell;
65
- Xa = 5.05941/cell;
66
- Gua = 5.50638/cell;
67
- UA = 100.293/cell;
68
- R5P = 18/cell;
69
- Pi = 1400/cell;
70
-
71
- // Compartment initializations:
72
- cell = 1;
73
-
74
- // Variable initializations:
75
- ada_aada = 0.001062;
76
- ada_fada4 = 0.97;
77
- ade_aade = 0.01;
78
- ade_fade6 = 0.55;
79
- adna_aadna = 3.2789;
80
- adna_fdnap9 = 0.42;
81
- adna_fdnap10 = 0.33;
82
- adrnr_aadrnr = 0.0602;
83
- adrnr_fadrnr4 = 0.1;
84
- adrnr_fadrnr9 = -0.3;
85
- adrnr_fadrnr10 = 0.87;
86
- ampd_aampd = 0.02688;
87
- ampd_fampd4 = 0.8;
88
- ampd_fampd8 = -0.03;
89
- ampd_fampd18 = -0.1;
90
- aprt_aaprt = 233.8;
91
- aprt_faprt1 = 0.5;
92
- aprt_faprt4 = -0.8;
93
- aprt_faprt6 = 0.75;
94
- arna_aarna = 614.5;
95
- arna_frnap4 = 0.05;
96
- arna_frnap8 = 0.13;
97
- asuc_aasuc = 3.5932;
98
- asuc_fasuc2 = 0.4;
99
- asuc_fasuc4 = -0.24;
100
- asuc_fasuc8 = 0.2;
101
- asuc_fasuc18 = -0.05;
102
- asli_aasli = 66544;
103
- asli_fasli3 = 0.99;
104
- asli_fasli4 = -0.95;
105
- dada_adada = 0.03333;
106
- dada_fdada9 = 1;
107
- den_aden = 5.2728;
108
- den_fden1 = 2;
109
- den_fden2 = -0.06;
110
- den_fden4 = -0.25;
111
- den_fden8 = -0.2;
112
- den_fden18 = -0.08;
113
- dgnuc_adgnuc = 0.03333;
114
- dgnuc_fdgnuc10 = 1;
115
- dnaa_adnaa = 0.001938;
116
- dnaa_fdnan12 = 1;
117
- dnag_adnag = 0.001318;
118
- dnag_fdnan12 = 1;
119
- gdna_agdna = 2.2296;
120
- gdna_fdnap9 = 0.42;
121
- gdna_fdnap10 = 0.33;
122
- gdrnr_agdrnr = 0.1199;
123
- gdrnr_fgdrnr8 = 0.4;
124
- gdrnr_fgdrnr9 = -1.2;
125
- gdrnr_fgdrnr10 = -0.39;
126
- gmpr_agmpr = 0.3005;
127
- gmpr_fgmpr2 = -0.15;
128
- gmpr_fgmpr4 = -0.07;
129
- gmpr_fgmpr7 = -0.76;
130
- gmpr_fgmpr8 = 0.7;
131
- gmps_agmps = 0.3738;
132
- gmps_fgmps4 = 0.12;
133
- gmps_fgmps7 = 0.16;
134
- gnuc_agnuc = 0.2511;
135
- gnuc_fgnuc8 = 0.9;
136
- gnuc_fgnuc18 = -0.34;
137
- gprt_agprt = 361.69;
138
- gprt_fgprt1 = 1.2;
139
- gprt_fgprt8 = -1.2;
140
- gprt_fgprt15 = 0.42;
141
- grna_agrna = 409.6;
142
- grna_frnap4 = 0.05;
143
- grna_frnap8 = 0.13;
144
- gua_agua = 0.4919;
145
- gua_fgua15 = 0.5;
146
- hprt_ahprt = 12.569;
147
- hprt_fhprt1 = 1.1;
148
- hprt_fhprt2 = -0.89;
149
- hprt_fhprt13 = 0.48;
150
- hx_ahx = 0.003793;
151
- hx_fhx13 = 1.12;
152
- hxd_ahxd = 0.2754;
153
- hxd_fhxd13 = 0.65;
154
- impd_aimpd = 1.2823;
155
- impd_fimpd2 = 0.15;
156
- impd_fimpd7 = -0.09;
157
- impd_fimpd8 = -0.03;
158
- inuc_ainuc = 0.9135;
159
- inuc_finuc2 = 0.8;
160
- inuc_finuc18 = -0.36;
161
- mat_amat = 7.2067;
162
- mat_fmat4 = 0.2;
163
- mat_fmat5 = -0.6;
164
- polyam_apolyam = 0.29;
165
- polyam_fpolyam5 = 0.9;
166
- prpps_aprpps = 0.9;
167
- prpps_fprpps1 = -0.03;
168
- prpps_fprpps4 = -0.45;
169
- prpps_fprpps8 = -0.04;
170
- prpps_fprpps17 = 0.65;
171
- prpps_fprpps18 = 0.7;
172
- pyr_apyr = 1.2951;
173
- pyr_fpyr1 = 1.27;
174
- rnaa_arnaa = 0.06923;
175
- rnaa_frnan11 = 1;
176
- rnag_arnag = 0.04615;
177
- rnag_frnan11 = 1;
178
- trans_atrans = 8.8539;
179
- trans_ftrans5 = 0.33;
180
- ua_aua = 8.744e-05;
181
- ua_fua16 = 2.21;
182
- x_ax = 0.0012;
183
- x_fx14 = 2;
184
- xd_axd = 0.949;
185
- xd_fxd14 = 0.55;
186
-
187
- // Other declarations:
188
- const cell;
189
-
190
- // Unit definitions:
191
- unit substance = 1e-6 mole;
192
- unit time_unit = 60 second;
193
-
194
- // Display Names:
195
- substance is "micromole (default)";
196
- time_unit is "minute (default)";
197
- PRPP is "phosphoribosylpyrophosphate";
198
- IMP is "inosine monophosphate";
199
- SAMP is "adenylosuccinate";
200
- ATP is "ATP_ADP_AMP_Ado";
201
- SAM is "s-adenosyl-L-methionine";
202
- Ade is "adenine";
203
- XMP is "xanthosine monophosphate";
204
- GTP is "GTP_GDP_GMP";
205
- dATP is "dATP_dADP_dAMP_dAdo";
206
- dGTP is "dGTP_dGDP_dGMP";
207
- HX is "dIno_Ino_HX";
208
- Xa is "xanthine";
209
- Gua is "guanine";
210
- UA is "uric acid";
211
- R5P is "ribose-5-phosphate";
212
- Pi is "phosphate";
213
-
214
- // CV terms:
215
- cell hypernym "http://identifiers.org/go/GO:0005623"
216
- PRPP identity "http://identifiers.org/chebi/CHEBI:17111",
217
- "http://identifiers.org/kegg.compound/C00119"
218
- IMP identity "http://identifiers.org/chebi/CHEBI:17202",
219
- "http://identifiers.org/kegg.compound/C00130"
220
- SAMP identity "http://identifiers.org/chebi/CHEBI:15919",
221
- "http://identifiers.org/kegg.compound/C03794"
222
- ATP part "http://identifiers.org/chebi/CHEBI:15422",
223
- "http://identifiers.org/chebi/CHEBI:16335",
224
- "http://identifiers.org/chebi/CHEBI:16027",
225
- "http://identifiers.org/chebi/CHEBI:16761"
226
- ATP part "http://identifiers.org/kegg.compound/C00008",
227
- "http://identifiers.org/kegg.compound/C00212",
228
- "http://identifiers.org/kegg.compound/C00020",
229
- "http://identifiers.org/kegg.compound/C00002",
230
- "http://identifiers.org/chebi/CHEBI:16761"
231
- SAM identity "http://identifiers.org/chebi/CHEBI:15414",
232
- "http://identifiers.org/kegg.compound/C00019"
233
- Ade identity "http://identifiers.org/chebi/CHEBI:16708",
234
- "http://identifiers.org/kegg.compound/C00147"
235
- XMP identity "http://identifiers.org/chebi/CHEBI:15652",
236
- "http://identifiers.org/kegg.compound/C00655"
237
- GTP part "http://identifiers.org/kegg.compound/C00035",
238
- "http://identifiers.org/kegg.compound/C00144",
239
- "http://identifiers.org/kegg.compound/C00044",
240
- "http://identifiers.org/chebi/CHEBI:17552"
241
- GTP part "http://identifiers.org/chebi/CHEBI:17345",
242
- "http://identifiers.org/chebi/CHEBI:17552",
243
- "http://identifiers.org/chebi/CHEBI:15996"
244
- dATP part "http://identifiers.org/kegg.compound/C00131",
245
- "http://identifiers.org/kegg.compound/C00206",
246
- "http://identifiers.org/kegg.compound/C00360",
247
- "http://identifiers.org/kegg.compound/C00559",
248
- "http://identifiers.org/chebi/CHEBI:16284"
249
- dATP part "http://identifiers.org/chebi/CHEBI:16284",
250
- "http://identifiers.org/chebi/CHEBI:16174",
251
- "http://identifiers.org/chebi/CHEBI:17256",
252
- "http://identifiers.org/chebi/CHEBI:17713"
253
- dGTP part "http://identifiers.org/kegg.compound/C00286",
254
- "http://identifiers.org/kegg.compound/C00362",
255
- "http://identifiers.org/kegg.compound/C00361",
256
- "http://identifiers.org/chebi/CHEBI:16497"
257
- dGTP part "http://identifiers.org/chebi/CHEBI:28862",
258
- "http://identifiers.org/chebi/CHEBI:16192",
259
- "http://identifiers.org/chebi/CHEBI:16497"
260
- RNA identity "http://identifiers.org/kegg.compound/C00046"
261
- DNA_ identity "http://identifiers.org/kegg.compound/C00039",
262
- "http://identifiers.org/chebi/CHEBI:16991"
263
- HX part "http://identifiers.org/kegg.compound/C00262",
264
- "http://identifiers.org/kegg.compound/C05512",
265
- "http://identifiers.org/kegg.compound/C00294"
266
- HX part "http://identifiers.org/chebi/CHEBI:17596",
267
- "http://identifiers.org/chebi/CHEBI:17368",
268
- "http://identifiers.org/chebi/CHEBI:28997"
269
- Xa identity "http://identifiers.org/chebi/CHEBI:17712",
270
- "http://identifiers.org/kegg.compound/C00385"
271
- Gua part "http://identifiers.org/kegg.compound/C00242",
272
- "http://identifiers.org/kegg.compound/C00330",
273
- "http://identifiers.org/kegg.compound/C00387"
274
- Gua part "http://identifiers.org/chebi/CHEBI:16450",
275
- "http://identifiers.org/chebi/CHEBI:16235",
276
- "http://identifiers.org/chebi/CHEBI:17172"
277
- UA identity "http://identifiers.org/chebi/CHEBI:17775",
278
- "http://identifiers.org/kegg.compound/C00366"
279
- R5P identity "http://identifiers.org/chebi/CHEBI:17797",
280
- "http://identifiers.org/kegg.compound/C00117"
281
- Pi identity "http://identifiers.org/chebi/CHEBI:18367",
282
- "http://identifiers.org/kegg.compound/C00009"
283
- ada hypernym "http://identifiers.org/ec-code/3.5.4.4"
284
- ada version "http://identifiers.org/kegg.reaction/R01560",
285
- "http://identifiers.org/reactome/REACT_1687"
286
- ade hypernym "http://identifiers.org/go/GO:0006146"
287
- adna hypernym "http://identifiers.org/ec-code/2.7.7.7"
288
- adna identity "http://identifiers.org/kegg.reaction/R00375"
289
- adrnr version "http://identifiers.org/ec-code/1.17.4.2",
290
- "http://identifiers.org/ec-code/1.17.4.1",
291
- "http://identifiers.org/kegg.reaction/R02017",
292
- "http://identifiers.org/kegg.reaction/R02014",
293
- "http://identifiers.org/reactome/REACT_2136"
294
- ampd identity "http://identifiers.org/kegg.reaction/R00181"
295
- ampd hypernym "http://identifiers.org/ec-code/3.5.4.6"
296
- aprt hypernym "http://identifiers.org/ec-code/2.4.2.7"
297
- aprt identity "http://identifiers.org/kegg.reaction/R00190"
298
- arna hypernym "http://identifiers.org/ec-code/2.7.7.6"
299
- arna identity "http://identifiers.org/kegg.reaction/R00435"
300
- asuc hypernym "http://identifiers.org/ec-code/6.3.4.4"
301
- asuc identity "http://identifiers.org/kegg.reaction/R01135",
302
- "http://identifiers.org/reactome/REACT_42"
303
- asli hypernym "http://identifiers.org/ec-code/4.3.2.2"
304
- asli identity "http://identifiers.org/kegg.reaction/R01083",
305
- "http://identifiers.org/reactome/REACT_1042"
306
- dada hypernym "http://identifiers.org/ec-code/3.5.4.4"
307
- dada identity "http://identifiers.org/kegg.reaction/R02556",
308
- "http://identifiers.org/reactome/REACT_2135"
309
- den part "http://identifiers.org/reactome/REACT_108",
310
- "http://identifiers.org/reactome/REACT_812",
311
- "http://identifiers.org/reactome/REACT_1463",
312
- "http://identifiers.org/reactome/REACT_589",
313
- "http://identifiers.org/reactome/REACT_1917",
314
- "http://identifiers.org/reactome/REACT_1509",
315
- "http://identifiers.org/reactome/REACT_740",
316
- "http://identifiers.org/reactome/REACT_285",
317
- "http://identifiers.org/reactome/REACT_1427",
318
- "http://identifiers.org/reactome/REACT_263"
319
- den part "http://identifiers.org/ec-code/2.4.2.14",
320
- "http://identifiers.org/ec-code/6.3.4.13",
321
- "http://identifiers.org/ec-code/2.1.2.2",
322
- "http://identifiers.org/ec-code/6.3.5.3",
323
- "http://identifiers.org/ec-code/6.3.3.1",
324
- "http://identifiers.org/ec-code/4.1.1.21",
325
- "http://identifiers.org/ec-code/6.3.2.6",
326
- "http://identifiers.org/ec-code/4.3.2.2",
327
- "http://identifiers.org/ec-code/2.1.2.3",
328
- "http://identifiers.org/ec-code/3.5.4.10"
329
- den part "http://identifiers.org/kegg.reaction/R04144",
330
- "http://identifiers.org/kegg.reaction/R04325",
331
- "http://identifiers.org/kegg.reaction/R04463",
332
- "http://identifiers.org/kegg.reaction/R04208",
333
- "http://identifiers.org/kegg.reaction/R04209",
334
- "http://identifiers.org/kegg.reaction/R04559",
335
- "http://identifiers.org/kegg.reaction/R04560",
336
- "http://identifiers.org/kegg.reaction/R04591",
337
- "http://identifiers.org/kegg.reaction/R01127",
338
- "http://identifiers.org/kegg.reaction/R01072"
339
- dgnuc hypernym "http://identifiers.org/ec-code/3.1.3.5"
340
- dgnuc identity "http://identifiers.org/kegg.reaction/R01968",
341
- "http://identifiers.org/reactome/REACT_1209"
342
- dnaa hypernym "http://identifiers.org/go/GO:0006308"
343
- dnag hypernym "http://identifiers.org/go/GO:0006308"
344
- gdna identity "http://identifiers.org/kegg.reaction/R00376"
345
- gdna hypernym "http://identifiers.org/ec-code/2.7.7.7"
346
- gdrnr version "http://identifiers.org/ec-code/1.17.4.2",
347
- "http://identifiers.org/ec-code/1.17.4.1",
348
- "http://identifiers.org/kegg.reaction/R02019",
349
- "http://identifiers.org/kegg.reaction/R02020",
350
- "http://identifiers.org/reactome/REACT_906"
351
- gmpr hypernym "http://identifiers.org/ec-code/1.7.1.7"
352
- gmpr identity "http://identifiers.org/kegg.reaction/R01134"
353
- gmps hypernym "http://identifiers.org/ec-code/6.3.5.2"
354
- gmps identity "http://identifiers.org/kegg.reaction/R01231",
355
- "http://identifiers.org/reactome/REACT_628"
356
- gnuc hypernym "http://identifiers.org/ec-code/3.1.3.5"
357
- gnuc identity "http://identifiers.org/kegg.reaction/R01227",
358
- "http://identifiers.org/reactome/REACT_1774"
359
- gprt hypernym "http://identifiers.org/ec-code/2.4.2.7"
360
- gprt identity "http://identifiers.org/kegg.reaction/R01229"
361
- grna hypernym "http://identifiers.org/ec-code/2.7.7.6"
362
- grna identity "http://identifiers.org/kegg.reaction/R00441"
363
- gua hypernym "http://identifiers.org/ec-code/3.5.4.3"
364
- gua identity "http://identifiers.org/kegg.reaction/R01676",
365
- "http://identifiers.org/reactome/REACT_1442"
366
- hprt hypernym "http://identifiers.org/ec-code/2.4.2.8"
367
- hprt identity "http://identifiers.org/kegg.reaction/R01132"
368
- hx hypernym "http://identifiers.org/go/GO:0009114"
369
- hxd hypernym "http://identifiers.org/ec-code/1.17.3.2"
370
- hxd identity "http://identifiers.org/kegg.reaction/R01769",
371
- "http://identifiers.org/reactome/REACT_401"
372
- impd hypernym "http://identifiers.org/ec-code/1.1.1.205"
373
- impd identity "http://identifiers.org/kegg.reaction/R01130",
374
- "http://identifiers.org/reactome/REACT_1488"
375
- inuc identity "http://identifiers.org/kegg.reaction/R01126",
376
- "http://identifiers.org/reactome/REACT_430"
377
- inuc hypernym "http://identifiers.org/ec-code/3.1.3.5"
378
- mat identity "http://identifiers.org/kegg.reaction/R00177"
379
- mat hypernym "http://identifiers.org/ec-code/2.5.1.6"
380
- polyam part "http://identifiers.org/kegg.reaction/R02869",
381
- "http://identifiers.org/kegg.reaction/R00178",
382
- "http://identifiers.org/kegg.reaction/R01401"
383
- polyam part "http://identifiers.org/ec-code/3.2.2.16",
384
- "http://identifiers.org/ec-code/2.5.1.22",
385
- "http://identifiers.org/ec-code/4.1.1.50"
386
- polyam parthood "http://identifiers.org/kegg.pathway/map00330"
387
- prpps identity "http://identifiers.org/kegg.reaction/R01049"
388
- prpps hypernym "http://identifiers.org/ec-code/2.7.6.1"
389
- pyr identity "http://identifiers.org/kegg.reaction/R01870",
390
- "http://identifiers.org/reactome/REACT_33"
391
- pyr parthood "http://identifiers.org/kegg.pathway/map00240"
392
- pyr hypernym "http://identifiers.org/ec-code/2.4.2.10"
393
- rnaa hypernym "http://identifiers.org/go/GO:0006401"
394
- rnag hypernym "http://identifiers.org/go/GO:0006401"
395
- trans identity "http://identifiers.org/go/GO:0008757"
396
- ua hypernym "http://identifiers.org/go/GO:0007588"
397
- x hypernym "http://identifiers.org/go/GO:0009115"
398
- xd identity "http://identifiers.org/kegg.reaction/R02107",
399
- "http://identifiers.org/reactome/REACT_624"
400
- xd hypernym "http://identifiers.org/ec-code/1.17.3.2"
401
- end
402
-
403
- BIOMD0000000015 is "Curto1998 - purine metabolism"
404
-
405
- BIOMD0000000015 model_entity_is "http://identifiers.org/biomodels.db/MODEL6617035399"
406
- BIOMD0000000015 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000015"
407
- BIOMD0000000015 description "http://identifiers.org/pubmed/9664759"
408
- BIOMD0000000015 taxon "http://identifiers.org/taxonomy/9606"
409
- BIOMD0000000015 identity "http://identifiers.org/kegg.pathway/hsa00230",
410
- "http://identifiers.org/reactome/REACT_522"
411
- BIOMD0000000015 hypernym "http://identifiers.org/go/GO:0006144"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000016.txt DELETED
@@ -1,119 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Goldbeter1995()
3
-
4
- // Compartments and Species:
5
- compartment default, CYTOPLASM, compartment_0000004;
6
- species $EmptySet in default, M in CYTOPLASM, P0 in CYTOPLASM, P1 in CYTOPLASM;
7
- species P2 in CYTOPLASM, Pn in compartment_0000004, $Pt in CYTOPLASM;
8
-
9
- // Assignment Rules:
10
- Pt := P0 + P1 + P2 + Pn;
11
-
12
- // Reactions:
13
- rM: $EmptySet => M; default*rM_Vs*rM_KI^rM_n/(rM_KI^rM_n + Pn^rM_n);
14
- rTL: $EmptySet => P0; rTL_ks*M*default;
15
- rP01: P0 => P1; CYTOPLASM*rP01_V1*P0/(rP01_K1 + P0);
16
- rP10: P1 => P0; CYTOPLASM*rP10_V2*P1/(rP10_K2 + P1);
17
- rP12: P1 => P2; CYTOPLASM*rP12_V3*P1/(rP12_K3 + P1);
18
- rP21: P2 => P1; CYTOPLASM*rP21_V4*P2/(rP21_K4 + P2);
19
- rP2n: P2 => Pn; rP2n_k1*P2*CYTOPLASM;
20
- rPn2: Pn => P2; rPn2_k2*Pn*compartment_0000004;
21
- rmRNAd: M => $EmptySet; rmRNAd_Vm*M*CYTOPLASM/(rmRNAd_Km + M);
22
- rVd: P2 => $EmptySet; CYTOPLASM*rVd_Vd*P2/(rVd_Kd + P2);
23
-
24
- // Species initializations:
25
- EmptySet = 0;
26
- M = 0.1;
27
- P0 = 0.25;
28
- P1 = 0.25;
29
- P2 = 0.25;
30
- Pn = 0.25;
31
-
32
- // Compartment initializations:
33
- default = 1e-15;
34
- CYTOPLASM = 1e-15;
35
- compartment_0000004 = 1e-15;
36
-
37
- // Variable initializations:
38
- rM_Vs = 0.76;
39
- rM_KI = 1;
40
- rM_n = 4;
41
- rTL_ks = 0.38;
42
- rP01_V1 = 3.2;
43
- rP01_K1 = 2;
44
- rP10_V2 = 1.58;
45
- rP10_K2 = 2;
46
- rP12_V3 = 5;
47
- rP12_K3 = 2;
48
- rP21_V4 = 2.5;
49
- rP21_K4 = 2;
50
- rP2n_k1 = 1.9;
51
- rPn2_k2 = 1.3;
52
- rmRNAd_Km = 0.5;
53
- rmRNAd_Vm = 0.65;
54
- rVd_Vd = 0.95;
55
- rVd_Kd = 0.2;
56
-
57
- // Other declarations:
58
- const default, CYTOPLASM, compartment_0000004;
59
-
60
- // Unit definitions:
61
- unit substance = 1e-6 mole;
62
- unit time_unit = 3600 second;
63
-
64
- // Display Names:
65
- substance is "micromole (default)";
66
- time_unit is "heure (default)";
67
- compartment_0000004 is "NUCLEUS";
68
- M is "PER mRNA";
69
- P0 is "unphosphorylated PER";
70
- P1 is "monophosphorylated PER";
71
- P2 is "biphosphorylated PER";
72
- Pn is "nuclear PER";
73
- Pt is "total PER";
74
- rM is "transcription of PER";
75
- rTL is "translation of PER";
76
- rP01 is "first phosphorylation of PER";
77
- rP10 is "removal of the first PER phosphate";
78
- rP12 is "second phosphorylation of PER";
79
- rP21 is "removal of the second PER phosphate";
80
- rP2n is "translocation of PER to the nucleus";
81
- rPn2 is "translocation of PER to the cytoplasm";
82
- rmRNAd is "degradation of PER mRNA";
83
- rVd is "degradation of PER";
84
-
85
- // CV terms:
86
- CYTOPLASM identity "http://identifiers.org/go/GO:0005737"
87
- compartment_0000004 identity "http://identifiers.org/go/GO:0005634"
88
- M hypernym "http://identifiers.org/chebi/CHEBI:33699",
89
- "http://identifiers.org/kegg.compound/C00046"
90
- P0 hypernym "http://identifiers.org/uniprot/P07663"
91
- P1 hypernym "http://identifiers.org/uniprot/P07663"
92
- P2 hypernym "http://identifiers.org/uniprot/P07663"
93
- Pn identity "http://identifiers.org/uniprot/P07663"
94
- Pt identity "http://identifiers.org/uniprot/P07663"
95
- rM hypernym "http://identifiers.org/go/GO:0006355",
96
- "http://identifiers.org/go/GO:0009299"
97
- rTL hypernym "http://identifiers.org/go/GO:0006412"
98
- rP01 hypernym "http://identifiers.org/ec-code/2.7.11.1",
99
- "http://identifiers.org/go/GO:0006468"
100
- rP10 hypernym "http://identifiers.org/ec-code/3.1.3.16",
101
- "http://identifiers.org/go/GO:0006470"
102
- rP12 hypernym "http://identifiers.org/ec-code/2.7.11.1",
103
- "http://identifiers.org/go/GO:0006468"
104
- rP21 hypernym "http://identifiers.org/ec-code/3.1.3.16",
105
- "http://identifiers.org/go/GO:0006470"
106
- rP2n hypernym "http://identifiers.org/go/GO:0006606"
107
- rPn2 hypernym "http://identifiers.org/go/GO:0006611"
108
- rmRNAd hypernym "http://identifiers.org/go/GO:0006402"
109
- rVd hypernym "http://identifiers.org/go/GO:0006402"
110
- end
111
-
112
- Goldbeter1995 is "Goldbeter1995_CircClock"
113
-
114
- Goldbeter1995 model_entity_is "http://identifiers.org/biomodels.db/MODEL6617161845"
115
- Goldbeter1995 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000016"
116
- Goldbeter1995 description "http://identifiers.org/pubmed/8587874"
117
- Goldbeter1995 identity "http://identifiers.org/kegg.pathway/dme04710"
118
- Goldbeter1995 taxon "http://identifiers.org/taxonomy/7227"
119
- Goldbeter1995 hypernym "http://identifiers.org/go/GO:0042752"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000017.txt DELETED
@@ -1,218 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Hoefnagel2002_PyruvateBranches()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species $PO4 in compartment_;
7
- substanceOnly species ADP in compartment_, NAD in compartment_, ATP in compartment_;
8
- substanceOnly species NADH in compartment_, pyruvate in compartment_, $lactate in compartment_;
9
- substanceOnly species CoA in compartment_, $halfglucose in compartment_;
10
- substanceOnly species AcCoA in compartment_, AcP in compartment_, $Ac in compartment_;
11
- substanceOnly species AcO in compartment_, $EtOH in compartment_, AcLac in compartment_;
12
- substanceOnly species AcetoinIn in compartment_, $AcetoinOut in compartment_;
13
- substanceOnly species $Butanediol in compartment_, $O2 in compartment_;
14
-
15
- // Reactions:
16
- R1: ADP + NAD + $halfglucose => ATP + NADH + pyruvate; 2*R1_V_1*(halfglucose/(2*R1_Kglc_1))*(NAD/R1_Knad_1)*(ADP/R1_Kadp_1)/((1 + halfglucose/(2*R1_Kglc_1) + pyruvate/R1_Kpyr_1)*(1 + NAD/R1_Knad_1 + NADH/R1_Knadh_1)*(1 + ADP/R1_Kadp_1 + ATP/R1_Katp_1));
17
- R2: NADH + pyruvate => NAD + $lactate; R2_V_2*((pyruvate*NADH - lactate*NAD/R2_Keq_2)/(R2_Kpyr_2*R2_Knadh_2))/((1 + pyruvate/R2_Kpyr_2 + lactate/R2_Klac_2)*(1 + NADH/R2_Knadh_2 + NAD/R2_Knad_2));
18
- R3: NAD + pyruvate + CoA => NADH + AcCoA; R3_V_3*(pyruvate/R3_Kpyr_3)*(NAD/R3_Knad_3)*(CoA/R3_Kcoa_3)*(NAD/(NAD + R3_Ki_3*NADH))/((1 + pyruvate/R3_Kpyr_3)*(1 + NAD/R3_Knad_3 + NADH/R3_Knadh_3)*(1 + CoA/R3_Kcoa_3 + AcCoA/R3_Kaccoa_3));
19
- R4: AcCoA + $PO4 => CoA + AcP; R4_V_4*((AcCoA*PO4 - AcP*CoA/R4_Keq_4)/(R4_Kiaccoa_4*R4_Kpi_4))/(1 + AcCoA/R4_Kiaccoa_4 + PO4/R4_Kipi_4 + AcP/R4_Kiacp_4 + CoA/R4_Kicoa_4 + AcCoA*PO4/(R4_Kiaccoa_4*R4_Kpi_4) + AcP*CoA/(R4_Kacp_4*R4_Kicoa_4));
20
- R5: ADP + AcP => ATP + $Ac; R5_V_5*((AcP*ADP - Ac*ATP/R5_Keq_5)/(R5_Kadp_5*R5_Kacp_5))/((1 + AcP/R5_Kacp_5 + Ac/R5_Kac_5)*(1 + ADP/R5_Kadp_5 + ATP/R5_Katp_5));
21
- R6: NADH + AcCoA => NAD + CoA + AcO; R6_V_6*((AcCoA*NADH - CoA*NAD*AcO/R6_Keq_6)/(R6_Kaccoa_6*R6_Knadh_6))/((1 + NAD/R6_Knad_6 + NADH/R6_Knadh_6)*(1 + AcCoA/R6_Kaccoa_6 + CoA/R6_Kcoa_6)*(1 + AcO/R6_Kaco_6));
22
- R7: NADH + AcO => NAD + $EtOH; R7_V_7*((AcO*NADH - EtOH*NAD/R7_Keq_7)/(R7_Kaco_7*R7_Knadh_7))/((1 + NAD/R7_Knad_7 + NADH/R7_Knadh_7)*(1 + AcO/R7_Kaco_7 + EtOH/R7_Ketoh_7));
23
- R8: 2 pyruvate => AcLac; R8_V_8*(pyruvate/R8_Kpyr_8)*(1 - AcLac/(pyruvate*R8_Keq_8))*(pyruvate/R8_Kpyr_8 + AcLac/R8_Kaclac_8)^(R8_n_8 - 1)/(1 + (pyruvate/R8_Kpyr_8 + AcLac/R8_Kaclac_8)^R8_n_8);
24
- R9: AcLac => AcetoinIn; R9_V_9*(AcLac/R9_Kaclac_9)/(1 + AcLac/R9_Kaclac_9 + AcetoinIn/R9_Kacet_9);
25
- R10: AcetoinIn => $AcetoinOut; R10_V_10*(AcetoinIn/R10_Kacet_10)/(1 + AcetoinIn/R10_Kacet_10);
26
- R11: NADH + AcetoinIn => NAD + $Butanediol; R11_V_11*((AcetoinIn*NADH - Butanediol*NAD/R11_Keq_11)/(R11_Kacet_11*R11_Knadh_11))/((1 + AcetoinIn/R11_Kacet_11 + Butanediol/R11_Kbut_11)*(1 + NADH/R11_Knadh_11 + NAD/R11_Knad_11));
27
- R12: ATP => ADP; R12_V_12*(ATP/(ADP*R12_Katp_12))^R12_n_12/(1 + (ATP/(ADP*R12_Katp_12))^R12_n_12);
28
- R13: NADH + $O2 => NAD; R13_V_13*(NADH*O2/(R13_Knadh_13*R13_Ko_13))/((1 + NADH/R13_Knadh_13 + NAD/R13_Knad_13)*(1 + O2/R13_Ko_13));
29
- R14: AcLac => AcetoinIn; R14_k_14*AcLac;
30
-
31
- // Species initializations:
32
- ADP = 4.9/compartment_;
33
- NAD = 6.33/compartment_;
34
- ATP = 0.1/compartment_;
35
- NADH = 3.67/compartment_;
36
- pyruvate = 1/compartment_;
37
- lactate = 0.1/compartment_;
38
- CoA = 1/compartment_;
39
- halfglucose = 30/compartment_;
40
- AcCoA = 0;
41
- AcP = 0;
42
- Ac = 1/compartment_;
43
- AcO = 0;
44
- EtOH = 1/compartment_;
45
- AcLac = 0;
46
- AcetoinIn = 0;
47
- AcetoinOut = 0;
48
- Butanediol = 0.01/compartment_;
49
- O2 = 0.2/compartment_;
50
- PO4 = 10/compartment_;
51
-
52
- // Compartment initializations:
53
- compartment_ = 1;
54
-
55
- // Variable initializations:
56
- R1_V_1 = 2397;
57
- R1_Kglc_1 = 0.1;
58
- R1_Knad_1 = 0.1412;
59
- R1_Kadp_1 = 0.04699;
60
- R1_Kpyr_1 = 2.5;
61
- R1_Knadh_1 = 0.08999;
62
- R1_Katp_1 = 0.01867;
63
- R2_V_2 = 5118;
64
- R2_Keq_2 = 21120.69;
65
- R2_Kpyr_2 = 1.5;
66
- R2_Knadh_2 = 0.08;
67
- R2_Klac_2 = 100;
68
- R2_Knad_2 = 2.4;
69
- R3_V_3 = 259;
70
- R3_Kpyr_3 = 1;
71
- R3_Knad_3 = 0.4;
72
- R3_Kcoa_3 = 0.014;
73
- R3_Ki_3 = 46.4159;
74
- R3_Knadh_3 = 0.1;
75
- R3_Kaccoa_3 = 0.008;
76
- R4_V_4 = 42;
77
- R4_Keq_4 = 0.0065;
78
- R4_Kiaccoa_4 = 0.2;
79
- R4_Kpi_4 = 2.6;
80
- R4_Kipi_4 = 2.6;
81
- R4_Kiacp_4 = 0.2;
82
- R4_Kicoa_4 = 0.029;
83
- R4_Kacp_4 = 0.7;
84
- R5_V_5 = 2700;
85
- R5_Keq_5 = 174.217;
86
- R5_Kadp_5 = 0.5;
87
- R5_Kacp_5 = 0.16;
88
- R5_Kac_5 = 7;
89
- R5_Katp_5 = 0.07;
90
- R6_V_6 = 97;
91
- R6_Keq_6 = 1;
92
- R6_Kaccoa_6 = 0.007;
93
- R6_Knadh_6 = 0.025;
94
- R6_Knad_6 = 0.08;
95
- R6_Kcoa_6 = 0.008;
96
- R6_Kaco_6 = 10;
97
- R7_V_7 = 162;
98
- R7_Keq_7 = 12354.9;
99
- R7_Kaco_7 = 0.03;
100
- R7_Knadh_7 = 0.05;
101
- R7_Knad_7 = 0.08;
102
- R7_Ketoh_7 = 1;
103
- R8_V_8 = 600;
104
- R8_Kpyr_8 = 50;
105
- R8_Keq_8 = 9000000000000;
106
- R8_Kaclac_8 = 100;
107
- R8_n_8 = 2.4;
108
- R9_V_9 = 106;
109
- R9_Kaclac_9 = 10;
110
- R9_Kacet_9 = 100;
111
- R10_V_10 = 200;
112
- R10_Kacet_10 = 5;
113
- R11_V_11 = 105;
114
- R11_Keq_11 = 1400;
115
- R11_Kacet_11 = 0.06;
116
- R11_Knadh_11 = 0.02;
117
- R11_Kbut_11 = 2.6;
118
- R11_Knad_11 = 0.16;
119
- R12_V_12 = 900;
120
- R12_Katp_12 = 6.196;
121
- R12_n_12 = 2.58;
122
- R13_V_13 = 118;
123
- R13_Knadh_13 = 0.041;
124
- R13_Ko_13 = 0.2;
125
- R13_Knad_13 = 1;
126
- R14_k_14 = 0.0003;
127
-
128
- // Other declarations:
129
- const compartment_;
130
-
131
- // Unit definitions:
132
- unit substance = 1e-3 mole;
133
- unit time_unit = 60 second;
134
-
135
- // Display Names:
136
- substance is "millimole (default)";
137
- time_unit is "minute (default)";
138
-
139
- // CV terms:
140
- ADP identity "http://identifiers.org/chebi/CHEBI:16761",
141
- "http://identifiers.org/kegg.compound/C00008"
142
- NAD identity "http://identifiers.org/chebi/CHEBI:15846",
143
- "http://identifiers.org/kegg.compound/C00003"
144
- ATP identity "http://identifiers.org/chebi/CHEBI:15422",
145
- "http://identifiers.org/kegg.compound/C00002"
146
- NADH identity "http://identifiers.org/chebi/CHEBI:16908",
147
- "http://identifiers.org/kegg.compound/C00004"
148
- pyruvate identity "http://identifiers.org/chebi/CHEBI:15361",
149
- "http://identifiers.org/kegg.compound/C00022"
150
- lactate identity "http://identifiers.org/chebi/CHEBI:24996",
151
- "http://identifiers.org/kegg.compound/C00186"
152
- CoA identity "http://identifiers.org/chebi/CHEBI:15346",
153
- "http://identifiers.org/kegg.compound/C00010"
154
- AcCoA identity "http://identifiers.org/chebi/CHEBI:15351",
155
- "http://identifiers.org/kegg.compound/C00024"
156
- AcP identity "http://identifiers.org/chebi/CHEBI:15350",
157
- "http://identifiers.org/kegg.compound/C00227"
158
- Ac identity "http://identifiers.org/chebi/CHEBI:30089",
159
- "http://identifiers.org/kegg.compound/C00033"
160
- AcO identity "http://identifiers.org/chebi/CHEBI:15343",
161
- "http://identifiers.org/kegg.compound/C00084"
162
- EtOH identity "http://identifiers.org/chebi/CHEBI:16236",
163
- "http://identifiers.org/kegg.compound/C00469"
164
- AcLac identity "http://identifiers.org/chebi/CHEBI:16444",
165
- "http://identifiers.org/kegg.compound/C00900"
166
- AcetoinIn identity "http://identifiers.org/chebi/CHEBI:15688",
167
- "http://identifiers.org/kegg.compound/C00466"
168
- AcetoinOut identity "http://identifiers.org/chebi/CHEBI:15688",
169
- "http://identifiers.org/kegg.compound/C00466"
170
- Butanediol version "http://identifiers.org/chebi/CHEBI:16812",
171
- "http://identifiers.org/chebi/CHEBI:16982",
172
- "http://identifiers.org/kegg.compound/C03046",
173
- "http://identifiers.org/kegg.compound/C03044"
174
- O2 identity "http://identifiers.org/chebi/CHEBI:15379",
175
- "http://identifiers.org/kegg.compound/C00007"
176
- PO4 identity "http://identifiers.org/chebi/CHEBI:18367",
177
- "http://identifiers.org/kegg.compound/C00009"
178
- R1 parthood "http://identifiers.org/kegg.pathway/map00010"
179
- R2 version "http://identifiers.org/ec-code/1.1.1.27",
180
- "http://identifiers.org/ec-code/1.1.1.28",
181
- "http://identifiers.org/kegg.reaction/R00703",
182
- "http://identifiers.org/kegg.reaction/R00704",
183
- "http://identifiers.org/reactome/REACT_178"
184
- R3 hypernym "http://identifiers.org/ec-code/1.2.1.51"
185
- R3 identity "http://identifiers.org/kegg.reaction/R00209"
186
- R4 hypernym "http://identifiers.org/ec-code/2.3.1.8"
187
- R4 identity "http://identifiers.org/kegg.reaction/R00230"
188
- R5 hypernym "http://identifiers.org/ec-code/2.7.2.1"
189
- R5 identity "http://identifiers.org/kegg.reaction/R00315"
190
- R6 hypernym "http://identifiers.org/ec-code/1.2.1.10"
191
- R6 identity "http://identifiers.org/kegg.reaction/R00228"
192
- R7 hypernym "http://identifiers.org/ec-code/1.1.1.1"
193
- R7 identity "http://identifiers.org/kegg.reaction/R00754",
194
- "http://identifiers.org/reactome/REACT_799"
195
- R8 hypernym "http://identifiers.org/ec-code/2.2.1.6"
196
- R8 identity "http://identifiers.org/kegg.reaction/R00006"
197
- R9 identity "http://identifiers.org/kegg.reaction/R02947"
198
- R9 hypernym "http://identifiers.org/ec-code/4.1.1.5"
199
- R10 hypernym "http://identifiers.org/go/GO:0015562"
200
- R11 version "http://identifiers.org/ec-code/1.1.1.4",
201
- "http://identifiers.org/ec-code/1.1.1.76",
202
- "http://identifiers.org/kegg.reaction/R02344",
203
- "http://identifiers.org/kegg.reaction/R02946"
204
- R12 hypernym "http://identifiers.org/go/GO:0016887"
205
- R13 hypernym "http://identifiers.org/go/GO:0006116"
206
- end
207
-
208
- Hoefnagel2002_PyruvateBranches is "Hoefnagel2002_PyruvateBranches"
209
-
210
- Hoefnagel2002_PyruvateBranches model_entity_is "http://identifiers.org/biomodels.db/MODEL6617235316"
211
- Hoefnagel2002_PyruvateBranches model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000017"
212
- Hoefnagel2002_PyruvateBranches description "http://identifiers.org/pubmed/11932446"
213
- Hoefnagel2002_PyruvateBranches hypernym "http://identifiers.org/go/GO:0006090",
214
- "http://identifiers.org/go/GO:0006089"
215
- Hoefnagel2002_PyruvateBranches parthood "http://identifiers.org/kegg.pathway/map00620",
216
- "http://identifiers.org/kegg.pathway/map00650"
217
- Hoefnagel2002_PyruvateBranches taxon "http://identifiers.org/taxonomy/1358"
218
- Hoefnagel2002_PyruvateBranches property "http://identifiers.org/mamo/MAMO_0000046"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000018.txt DELETED
@@ -1,341 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *MorrisonAllegra()
3
-
4
- // Compartments and Species:
5
- compartment ext_, cell;
6
- species FH2f in cell, $FH2b in cell, DHFRf in cell, $DHFRtot in cell, MTX1b in cell;
7
- species MTX2b in cell, MTX3b in cell, MTX4b in cell, MTX5b in cell, FH4 in cell;
8
- species CH2FH4 in cell, CH3FH4 in cell, CHOFH4 in cell, FFH2 in cell, HCHO in cell;
9
- species FGAR in cell, AICAR in cell, MTX1 in cell, MTX2 in cell, MTX3 in cell;
10
- species MTX4 in cell, MTX5 in cell, $EMTX in ext_, $dUMP in cell, $GAR in cell;
11
- species $serine in cell, $formate in cell, $ATP in cell, $glutamine in cell;
12
- species $glycine in cell, $NADP in cell, $NADPH in cell, $homocysteine in cell;
13
-
14
- // Assignment Rules:
15
- FH2b := FH2f*DHFRf/Keq;
16
- DHFRtot := FH2b + DHFRf + MTX1b + MTX2b + MTX3b + MTX4b + MTX5b;
17
-
18
- // Reactions:
19
- SHMT: FH4 + $serine => CH2FH4; cell*(SHMT_Vm*(serine/SHMT_Km2/(1 + serine/SHMT_Km2))*(FH4/SHMT_Km1)/(1 + FH4/SHMT_Km1));
20
- SHMTr: CH2FH4 => FH4; cell*(SHMTr_Vm*(glycine/SHMTr_Km2/(1 + glycine/SHMTr_Km2))*(CH2FH4/SHMTr_Km1)/(1 + CH2FH4/SHMTr_Km1));
21
- HCHOtoCH2FH4: FH4 + HCHO => CH2FH4; cell*HCHOtoCH2FH4_hp*FH4*HCHO;
22
- CH2FH4toHCHO: CH2FH4 => FH4 + HCHO; cell*CH2FH4toHCHO_hl*CH2FH4;
23
- MTHFR: CH2FH4 + $NADPH => CH3FH4; cell*(MTHFR_Vm*CH2FH4*NADPH/(NADPH*CH2FH4 + CH2FH4*MTHFR_Km2 + (NADPH + MTHFR_Km2)*MTHFR_Km1*(1 + MTX1/MTHFR_Ki21 + MTX2/MTHFR_Ki22 + MTX3/MTHFR_Ki23 + MTX4/MTHFR_Ki24 + MTX5/MTHFR_Ki25 + FH2f/MTHFR_Ki1)));
24
- MTR: CH3FH4 + $homocysteine => FH4; cell*(MTR_Vm*(homocysteine/MTR_Km2/(1 + homocysteine/MTR_Km2))*(CH3FH4/MTR_Km1)/(1 + CH3FH4/MTR_Km1));
25
- HCOOHtoCHOFH4: FH4 + $formate + $ATP => CHOFH4; cell*(HCOOHtoCHOFH4_Vm/((1 + HCOOHtoCHOFH4_Km1/FH4)*(1 + HCOOHtoCHOFH4_Km2/ATP)*(1 + HCOOHtoCHOFH4_Km3/formate)));
26
- GARFT: CHOFH4 + $GAR => FGAR + FH4; cell*(GARFT_Vm*CHOFH4*GAR/(GAR*CHOFH4 + CHOFH4*GARFT_Km2 + (GAR + GARFT_Km2)*GARFT_Km1*(1 + MTX1/GARFT_Ki21 + MTX2/GARFT_Ki22 + MTX3/GARFT_Ki23 + MTX4/GARFT_Ki24 + MTX5/GARFT_Ki25 + FH2f/GARFT_Ki1 + FFH2/GARFT_Ki1f)));
27
- ATIC7: CHOFH4 + AICAR => FH4; cell*(ATIC7_Vm*CHOFH4*AICAR/(AICAR*CHOFH4 + CHOFH4*ATIC7_Km2 + (AICAR + ATIC7_Km2)*ATIC7_Km1*(1 + MTX1/ATIC7_Ki21 + MTX2/ATIC7_Ki22 + MTX3/ATIC7_Ki23 + MTX4/ATIC7_Ki24 + MTX5/ATIC7_Ki25 + FH2f/ATIC7_Ki1 + FFH2/ATIC7_Ki1f)));
28
- MTHFD: CH2FH4 + $NADP => CHOFH4; cell*MTHFD_Vm*(CH2FH4/MTHFD_Km1/(1 + CH2FH4/MTHFD_Km1))*(NADP/MTHFD_Km2/(1 + NADP/MTHFD_Km2));
29
- TYMS: CH2FH4 + $dUMP => FH2f; cell*(TYMS_Vm*CH2FH4*dUMP/(dUMP*CH2FH4*(1 + MTX1/TYMS_Ki21 + MTX2/TYMS_Ki22 + MTX3/TYMS_Ki23 + MTX4/TYMS_Ki24 + MTX5/TYMS_Ki25 + FH2f/TYMS_Ki1) + TYMS_Km1*dUMP*((FFH2/TYMS_Ki1f)*(MTX1/TYMS_Ki21) + (1 + FFH2/TYMS_Ki1f)*(1 + MTX2/TYMS_Ki22 + MTX3/TYMS_Ki23 + MTX4/TYMS_Ki24 + MTX5/TYMS_Ki25 + FH2f/TYMS_Ki1)) + TYMS_Km1*TYMS_Km2*(1 + MTX2/TYMS_Ki22 + MTX3/TYMS_Ki23 + MTX4/TYMS_Ki24 + MTX5/TYMS_Ki25 + FH2f/TYMS_Ki1)));
30
- DHFReductase: FH2f => FH4; cell*DHFReductase_kter*FH2b;
31
- FFH2syn: FH2f => FFH2; cell*FFH2syn_Vm*FH2f;
32
- ATIC12: FFH2 + AICAR => FH2f; cell*(ATIC12_Vm*FFH2*AICAR/(AICAR*FFH2 + FFH2*ATIC12_Km2 + (AICAR + ATIC12_Km2)*ATIC12_Km1*(1 + MTX1/ATIC12_Ki21 + MTX2/ATIC12_Ki22 + MTX3/ATIC12_Ki23 + MTX4/ATIC12_Ki24 + MTX5/ATIC12_Ki25 + FH2f/ATIC12_Ki1 + FFH2/ATIC12_Ki1f)));
33
- AICARsyn: FGAR => AICAR; cell*AICARsyn_Vm*(glutamine/AICARsyn_Km1/(1 + glutamine/AICARsyn_Km1))*(FGAR/AICARsyn_Km2/(1 + FGAR/AICARsyn_Km2));
34
- FPGS12: MTX1 => MTX2; cell*FPGS12_Vm*MTX1;
35
- FPGS23: MTX2 => MTX3; cell*FPGS23_Vm*MTX2;
36
- FPGS34: MTX3 => MTX4; cell*FPGS34_Vm*MTX3;
37
- FPGS45: MTX4 => MTX5; cell*FPGS45_Vm*MTX4;
38
- GGH21: MTX2 => MTX1; cell*GGH21_Vm*MTX2;
39
- GGH32: MTX3 => MTX2; cell*GGH32_Vm*MTX3;
40
- GGH43: MTX4 => MTX3; cell*GGH43_Vm*MTX4;
41
- GGH54: MTX5 => MTX4; cell*GGH54_Vm*MTX5;
42
- RFC: $EMTX => MTX1; ext_*(RFC_Vm*EMTX/(RFC_Km + EMTX));
43
- MTX1export: MTX1 => ; cell*MTX1export_Vm*MTX1;
44
- MTX2export: MTX2 => ; cell*MTX2export_Vm*MTX2;
45
- MTX3export: MTX3 => ; cell*MTX3export_Vm*MTX3;
46
- MTX4export: MTX4 => ; cell*MTX4export_Vm*MTX4;
47
- MTX5export: MTX5 => ; cell*MTX5export_Vm*MTX5;
48
- MTX1on: MTX1 + DHFRf => MTX1b; cell*MTX1on_Vm*DHFRf*MTX1;
49
- MTX2on: MTX2 + DHFRf => MTX2b; cell*MTX2on_Vm*DHFRf*MTX2;
50
- MTX3on: MTX3 + DHFRf => MTX3b; cell*MTX3on_Vm*DHFRf*MTX3;
51
- MTX4on: MTX4 + DHFRf => MTX4b; cell*MTX4on_Vm*DHFRf*MTX4;
52
- MTX5on: MTX5 + DHFRf => MTX5b; cell*MTX5on_Vm*DHFRf*MTX5;
53
- MTX1off: MTX1b => MTX1 + DHFRf; cell*MTX1off_Vm*MTX1b;
54
- MTX2off: MTX2b => MTX2 + DHFRf; cell*MTX2off_Vm*MTX2b;
55
- MTX3off: MTX3b => MTX3 + DHFRf; cell*MTX3off_Vm*MTX3b;
56
- MTX4off: MTX4b => MTX4 + DHFRf; cell*MTX4off_Vm*MTX4b;
57
- MTX5off: MTX5b => MTX5 + DHFRf; cell*MTX5off_Vm*MTX5b;
58
- DHFRfsyn: => DHFRf; cell*(DHFRfsyn_k0 + DHFRfsyn_k1*EMTX);
59
- DHFRdeg: DHFRf => ; DHFRdeg_Vm*cell*(DHFRf + FH2b);
60
- FH2bdeg: => FH2f; cell*FH2bdeg_Vm*FH2b;
61
- MTX1deg: MTX1b => MTX1; cell*MTX1deg_Vm*MTX1b;
62
- MTX2deg: MTX2b => MTX2; cell*MTX2deg_Vm*MTX2b;
63
- MTX3deg: MTX3b => MTX3; cell*MTX3deg_Vm*MTX3b;
64
- MTX4deg: MTX4b => MTX4; cell*MTX4deg_Vm*MTX4b;
65
- MTX5deg: MTX5b => MTX5; cell*MTX5deg_Vm*MTX5b;
66
-
67
- // Species initializations:
68
- FH2f = 0.0012;
69
- DHFRf = 0.64;
70
- MTX1b = 0;
71
- MTX2b = 0;
72
- MTX3b = 0;
73
- MTX4b = 0;
74
- MTX5b = 0;
75
- FH4 = 0.46;
76
- CH2FH4 = 0.26;
77
- CH3FH4 = 1.63;
78
- CHOFH4 = 1;
79
- FFH2 = 0.000332;
80
- HCHO = 0.0074;
81
- FGAR = 16.49;
82
- AICAR = 3.695;
83
- MTX1 = 0;
84
- MTX2 = 0;
85
- MTX3 = 0;
86
- MTX4 = 0;
87
- MTX5 = 0;
88
- EMTX = 0;
89
- dUMP = 20.76;
90
- GAR = 689.6;
91
- serine = 123.3;
92
- formate = 500;
93
- ATP = 2980;
94
- glutamine = 7170;
95
- glycine = 1600;
96
- NADP = 6.73;
97
- NADPH = 294;
98
- homocysteine = 10;
99
-
100
- // Compartment initializations:
101
- ext_ = 1;
102
- cell = 1;
103
-
104
- // Variable initializations:
105
- Keq = 0.32;
106
- SHMT_Vm = 18330;
107
- SHMT_Km1 = 1.7;
108
- SHMT_Km2 = 210;
109
- SHMTr_Vm = 12200000;
110
- SHMTr_Km1 = 3200;
111
- SHMTr_Km2 = 10000;
112
- HCHOtoCH2FH4_hp = 23.2;
113
- CH2FH4toHCHO_hl = 0.3;
114
- MTHFR_Vm = 224.8;
115
- MTHFR_Km1 = 50;
116
- MTHFR_Km2 = 50;
117
- MTHFR_Ki1 = 0.4;
118
- MTHFR_Ki21 = 59;
119
- MTHFR_Ki22 = 21.3;
120
- MTHFR_Ki23 = 7.68;
121
- MTHFR_Ki24 = 2.77;
122
- MTHFR_Ki25 = 1;
123
- MTR_Vm = 22600;
124
- MTR_Km1 = 125;
125
- MTR_Km2 = 2900;
126
- HCOOHtoCHOFH4_Vm = 3600;
127
- HCOOHtoCHOFH4_Km1 = 230;
128
- HCOOHtoCHOFH4_Km2 = 56;
129
- HCOOHtoCHOFH4_Km3 = 1600;
130
- GARFT_Vm = 4126;
131
- GARFT_Km1 = 4.9;
132
- GARFT_Km2 = 52;
133
- GARFT_Ki1 = 5;
134
- GARFT_Ki1f = 1;
135
- GARFT_Ki21 = 84;
136
- GARFT_Ki22 = 60;
137
- GARFT_Ki23 = 43;
138
- GARFT_Ki24 = 31;
139
- GARFT_Ki25 = 22;
140
- ATIC7_Vm = 31675;
141
- ATIC7_Km1 = 5.5;
142
- ATIC7_Km2 = 24;
143
- ATIC7_Ki1 = 2.89;
144
- ATIC7_Ki1f = 5.3;
145
- ATIC7_Ki21 = 40;
146
- ATIC7_Ki22 = 31.5;
147
- ATIC7_Ki23 = 2.33;
148
- ATIC7_Ki24 = 3.61;
149
- ATIC7_Ki25 = 5.89;
150
- MTHFD_Vm = 68500;
151
- MTHFD_Km1 = 3;
152
- MTHFD_Km2 = 21.8;
153
- TYMS_Vm = 58;
154
- TYMS_Km1 = 2.5;
155
- TYMS_Km2 = 1.8;
156
- TYMS_Ki1 = 3;
157
- TYMS_Ki1f = 1.6;
158
- TYMS_Ki21 = 13;
159
- TYMS_Ki22 = 0.08;
160
- TYMS_Ki23 = 0.07;
161
- TYMS_Ki24 = 0.065;
162
- TYMS_Ki25 = 0.047;
163
- DHFReductase_kter = 2109.4;
164
- FFH2syn_Vm = 65;
165
- ATIC12_Vm = 9503;
166
- ATIC12_Km1 = 5.3;
167
- ATIC12_Km2 = 24;
168
- ATIC12_Ki1 = 2.89;
169
- ATIC12_Ki1f = 5.5;
170
- ATIC12_Ki21 = 40;
171
- ATIC12_Ki22 = 31.5;
172
- ATIC12_Ki23 = 2.33;
173
- ATIC12_Ki24 = 3.61;
174
- ATIC12_Ki25 = 5.89;
175
- AICARsyn_Vm = 4656;
176
- AICARsyn_Km1 = 100;
177
- AICARsyn_Km2 = 100;
178
- FPGS12_Vm = 0.129;
179
- FPGS23_Vm = 0.369;
180
- FPGS34_Vm = 0.118;
181
- FPGS45_Vm = 0.185;
182
- GGH21_Vm = 0.195;
183
- GGH32_Vm = 0.025;
184
- GGH43_Vm = 0.031;
185
- GGH54_Vm = 0.191;
186
- RFC_Vm = 82.2;
187
- RFC_Km = 8.2;
188
- MTX1export_Vm = 4.65;
189
- MTX2export_Vm = 0;
190
- MTX3export_Vm = 0.063;
191
- MTX4export_Vm = 0.063;
192
- MTX5export_Vm = 0.063;
193
- MTX1on_Vm = 23100;
194
- MTX2on_Vm = 44300;
195
- MTX3on_Vm = 85100;
196
- MTX4on_Vm = 163000;
197
- MTX5on_Vm = 314000;
198
- MTX1off_Vm = 0.42;
199
- MTX2off_Vm = 0.42;
200
- MTX3off_Vm = 0.42;
201
- MTX4off_Vm = 0.42;
202
- MTX5off_Vm = 0.42;
203
- DHFRfsyn_k0 = 0.0192;
204
- DHFRfsyn_k1 = 0.04416;
205
- DHFRdeg_Vm = 0.03;
206
- FH2bdeg_Vm = 0.03;
207
- MTX1deg_Vm = 0.03;
208
- MTX2deg_Vm = 0.03;
209
- MTX3deg_Vm = 0.03;
210
- MTX4deg_Vm = 0.03;
211
- MTX5deg_Vm = 0.03;
212
-
213
- // Other declarations:
214
- const ext_, cell, Keq;
215
-
216
- // Unit definitions:
217
- unit substance = 1e-6 mole;
218
- unit time_unit = 3600 second;
219
-
220
- // Display Names:
221
- substance is "micromole (new default)";
222
- time_unit is "heure (new default)";
223
- FH2f is "dihydrofolate free";
224
- FH2b is "dihydrofolate bound";
225
- DHFRf is "dihydrofolate reductase free";
226
- DHFRtot is "dihydrofolate reductase total";
227
- FH4 is "tetrahydrofolate";
228
- CH2FH4 is "5,10-methylene-tetrahydrofolate";
229
- CH3FH4 is "5-methyl-tetrahydrofolate";
230
- CHOFH4 is "10-formyl-tetrahydrofolate";
231
- FFH2 is "10-formyl-dihydrofolate";
232
-
233
- // CV terms:
234
- ext_ identity "http://identifiers.org/go/GO:0005615"
235
- cell identity "http://identifiers.org/go/GO:0005623"
236
- FH2f hypernym "http://identifiers.org/chebi/CHEBI:15633",
237
- "http://identifiers.org/kegg.compound/C00415"
238
- FH2b hypernym "http://identifiers.org/chebi/CHEBI:15633",
239
- "http://identifiers.org/kegg.compound/C00415"
240
- DHFRf identity "http://identifiers.org/uniprot/P00374"
241
- DHFRtot identity "http://identifiers.org/uniprot/P00374"
242
- MTX1b identity "http://identifiers.org/kegg.compound/C01937"
243
- MTX2b identity "http://identifiers.org/kegg.compound/C01937"
244
- MTX3b identity "http://identifiers.org/kegg.compound/C01937"
245
- MTX4b identity "http://identifiers.org/kegg.compound/C01937"
246
- MTX5b identity "http://identifiers.org/kegg.compound/C01937"
247
- FH4 identity "http://identifiers.org/chebi/CHEBI:20506",
248
- "http://identifiers.org/kegg.compound/C00101"
249
- CH2FH4 identity "http://identifiers.org/chebi/CHEBI:15636",
250
- "http://identifiers.org/kegg.compound/C00143"
251
- CH3FH4 identity "http://identifiers.org/chebi/CHEBI:15641",
252
- "http://identifiers.org/kegg.compound/C00440"
253
- CHOFH4 identity "http://identifiers.org/chebi/CHEBI:15637",
254
- "http://identifiers.org/kegg.compound/C00234"
255
- FFH2 identity "http://identifiers.org/chebi/CHEBI:15634",
256
- "http://identifiers.org/kegg.compound/C03204"
257
- HCHO identity "http://identifiers.org/chebi/CHEBI:16842",
258
- "http://identifiers.org/kegg.compound/C00067"
259
- FGAR identity "http://identifiers.org/kegg.compound/C04376"
260
- AICAR identity "http://identifiers.org/chebi/CHEBI:18406",
261
- "http://identifiers.org/kegg.compound/C04677"
262
- MTX1 identity "http://identifiers.org/kegg.compound/C01937"
263
- MTX2 identity "http://identifiers.org/kegg.compound/C01937"
264
- MTX3 identity "http://identifiers.org/kegg.compound/C01937"
265
- MTX4 identity "http://identifiers.org/kegg.compound/C01937"
266
- MTX5 identity "http://identifiers.org/kegg.compound/C01937"
267
- EMTX identity "http://identifiers.org/kegg.compound/C01937"
268
- dUMP identity "http://identifiers.org/chebi/CHEBI:17622",
269
- "http://identifiers.org/kegg.compound/C00365"
270
- GAR identity "http://identifiers.org/kegg.compound/C03838"
271
- serine identity "http://identifiers.org/chebi/CHEBI:17115",
272
- "http://identifiers.org/kegg.compound/C00065"
273
- formate identity "http://identifiers.org/chebi/CHEBI:15740",
274
- "http://identifiers.org/kegg.compound/C00058"
275
- ATP identity "http://identifiers.org/chebi/CHEBI:15422",
276
- "http://identifiers.org/kegg.compound/C00002"
277
- glutamine identity "http://identifiers.org/chebi/CHEBI:18050",
278
- "http://identifiers.org/kegg.compound/C00064"
279
- glycine identity "http://identifiers.org/chebi/CHEBI:15428",
280
- "http://identifiers.org/kegg.compound/C00037"
281
- NADP identity "http://identifiers.org/chebi/CHEBI:18009",
282
- "http://identifiers.org/kegg.compound/C00006"
283
- NADPH identity "http://identifiers.org/chebi/CHEBI:16474",
284
- "http://identifiers.org/kegg.compound/C00005"
285
- homocysteine identity "http://identifiers.org/chebi/CHEBI:17230",
286
- "http://identifiers.org/kegg.compound/C05330"
287
- SHMT identity "http://identifiers.org/kegg.reaction/R00945"
288
- SHMT hypernym "http://identifiers.org/ec-code/2.1.2.1"
289
- SHMTr identity "http://identifiers.org/kegg.reaction/R00945"
290
- SHMTr hypernym "http://identifiers.org/ec-code/2.1.2.1"
291
- MTHFR identity "http://identifiers.org/kegg.reaction/R01224"
292
- MTHFR hypernym "http://identifiers.org/ec-code/1.5.1.20"
293
- MTR identity "http://identifiers.org/kegg.reaction/R00946"
294
- MTR hypernym "http://identifiers.org/ec-code/2.1.1.13"
295
- HCOOHtoCHOFH4 identity "http://identifiers.org/kegg.reaction/R00943"
296
- HCOOHtoCHOFH4 hypernym "http://identifiers.org/ec-code/6.3.4.3"
297
- GARFT identity "http://identifiers.org/kegg.reaction/R04325",
298
- "http://identifiers.org/reactome/REACT_1509"
299
- GARFT hypernym "http://identifiers.org/ec-code/2.1.2.2"
300
- ATIC7 identity "http://identifiers.org/kegg.reaction/R04560",
301
- "http://identifiers.org/reactome/REACT_812"
302
- ATIC7 hypernym "http://identifiers.org/ec-code/2.1.2.3"
303
- MTHFD part "http://identifiers.org/ec-code/1.5.1.5",
304
- "http://identifiers.org/ec-code/6.3.4.3",
305
- "http://identifiers.org/kegg.reaction/R01220",
306
- "http://identifiers.org/kegg.reaction/R01655"
307
- TYMS identity "http://identifiers.org/kegg.reaction/R02101"
308
- TYMS hypernym "http://identifiers.org/ec-code/2.1.1.45"
309
- DHFReductase identity "http://identifiers.org/kegg.reaction/R00939"
310
- DHFReductase hypernym "http://identifiers.org/ec-code/1.5.1.3"
311
- FFH2syn identity "http://identifiers.org/kegg.reaction/R02238"
312
- FFH2syn hypernym "http://identifiers.org/ec-code/6.3.4.17"
313
- ATIC12 hypernym "http://identifiers.org/ec-code/2.1.2.3"
314
- ATIC12 identity "http://identifiers.org/kegg.reaction/R04560"
315
- AICARsyn hypernym "http://identifiers.org/ec-code/6.3.5.3"
316
- FPGS12 hypernym "http://identifiers.org/ec-code/6.3.2.17"
317
- FPGS23 hypernym "http://identifiers.org/ec-code/6.3.2.17"
318
- FPGS34 hypernym "http://identifiers.org/ec-code/6.3.2.17"
319
- FPGS45 hypernym "http://identifiers.org/ec-code/6.3.2.17"
320
- GGH21 hypernym "http://identifiers.org/ec-code/3.4.19.9"
321
- GGH32 hypernym "http://identifiers.org/ec-code/3.4.19.9"
322
- GGH43 identity "http://identifiers.org/ec-code/3.4.19.9"
323
- GGH54 identity "http://identifiers.org/ec-code/3.4.19.9"
324
- RFC identity "http://identifiers.org/go/GO:0008517"
325
- MTX1export identity "http://identifiers.org/go/GO:0008517"
326
- MTX2export identity "http://identifiers.org/go/GO:0008517"
327
- MTX3export identity "http://identifiers.org/go/GO:0008517"
328
- MTX4export hypernym "http://identifiers.org/go/GO:0008517"
329
- MTX5export hypernym "http://identifiers.org/go/GO:0008517"
330
- end
331
-
332
- MorrisonAllegra is "Morrison1989 - Folate Cycle"
333
-
334
- MorrisonAllegra model_entity_is "http://identifiers.org/biomodels.db/MODEL6617317313"
335
- MorrisonAllegra model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000018"
336
- MorrisonAllegra description "http://identifiers.org/pubmed/2732237"
337
- MorrisonAllegra taxon "http://identifiers.org/taxonomy/9606"
338
- MorrisonAllegra part "http://identifiers.org/kegg.pathway/map00670",
339
- "http://identifiers.org/kegg.pathway/map00790"
340
- MorrisonAllegra hypernym "http://identifiers.org/go/GO:0046655"
341
- MorrisonAllegra property "http://identifiers.org/doid/DOID:1612"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000019.txt DELETED
@@ -1,652 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000019()
3
-
4
- // Compartments and Species:
5
- compartment c1, c2, c3;
6
- substanceOnly species $x1 in c1, x2 in c1, x3 in c2, x4 in c2, x5 in c2;
7
- substanceOnly species x6 in c2, x7 in c2, x8 in c2, x9 in c2, x10 in c2;
8
- substanceOnly species x11 in c2, x12 in c2, x13 in c3, x14 in c2, x15 in c3;
9
- substanceOnly species x16 in c2, x17 in c2, x18 in c2, x19 in c2, x20 in c2;
10
- substanceOnly species x21 in c2, x22 in c2, x23 in c2, x24 in c2, x25 in c2;
11
- substanceOnly species x26 in c2, x27 in c2, x28 in c2, x29 in c2, x30 in c2;
12
- substanceOnly species x31 in c2, x32 in c2, x33 in c2, x34 in c2, x35 in c2;
13
- substanceOnly species x36 in c2, x37 in c2, x38 in c2, x39 in c2, x40 in c2;
14
- substanceOnly species x41 in c2, x42 in c2, x43 in c2, x44 in c2, x45 in c2;
15
- substanceOnly species x46 in c2, x47 in c2, x48 in c2, x49 in c2, x50 in c2;
16
- substanceOnly species x51 in c2, x52 in c2, x53 in c2, x54 in c2, x55 in c2;
17
- substanceOnly species x56 in c2, x57 in c2, x58 in c2, x59 in c2, x60 in c2;
18
- substanceOnly species x61 in c2, x62 in c2, x63 in c2, x64 in c2, x65 in c2;
19
- substanceOnly species x66 in c2, x67 in c2, x68 in c2, x69 in c2, x70 in c2;
20
- substanceOnly species x71 in c2, x72 in c2, x73 in c2, x74 in c2, x75 in c2;
21
- substanceOnly species x76 in c2, x77 in c2, x78 in c2, x79 in c2, x80 in c2;
22
- substanceOnly species x81 in c2, x82 in c2, x83 in c2, x84 in c2, x85 in c2;
23
- substanceOnly species x86 in c2, x87 in c2, x88 in c2, x89 in c2, x90 in c2;
24
- substanceOnly species x91 in c2, x92 in c2, x93 in c2, x94 in c2, $Raf_act in c2;
25
- substanceOnly species $Ras_GTP in c2, $MEK_PP in c2, $ERK_PP in c2, $SHC_P_t in c2;
26
- substanceOnly species $EGF_EGFR_act in c2;
27
-
28
- // Assignment Rules:
29
- Raf_act := x45 + x46 + x48 + x50 + x72 + x73 + x74 + x76;
30
- Ras_GTP := x42 + x28 + x70 + x69;
31
- MEK_PP := x51 + x77;
32
- ERK_PP := x59 + x83;
33
- SHC_P_t := x33 + x34 + x35 + x36 + x37 + x38 + x39 + x40 + x91 + x92 + x93 + x94 + x64 + x65 + x66 + x67 + x68;
34
- EGF_EGFR_act := x5 + x7 + x15 + x23 + x25 + x27 + x29 + x32 + x33 + x34 + x35 + x36 + x37 + x88 + x89 + x90 + x91 + x92 + x93 + x94 + x8 + x11 + x17 + x18 + x19 + x20 + x21 + x63 + x64 + x65 + x66 + x67 + x68;
35
- k5 := piecewise(1.55, C < 3100, 0.2, C > 100000, C*-1.35e-5 + 1.55);
36
- C := RT/(kr1/(k1*x1) + 1);
37
-
38
- // Reactions:
39
- v1: $x1 + x2 -> x3; k1*x1*x2 - kr1*x3;
40
- v2: 2 x3 -> x4; k2*x3*x3 - kr2*x4;
41
- v3: x4 -> x5; k3*x4 - kr3*x5;
42
- v4: x23 + x12 -> x7; k4*x23*x12 - kr4*x7;
43
- v5: x7 -> x18 + x9; k5*x7;
44
- v6: x2 -> x6; k6*x2 - kr6*x6;
45
- v7: x5 => x8; k7*x5;
46
- v8: x5 + x14 -> x15; k8*x5*x14 - kr8*x15;
47
- v9: x23 => x18; k7*x23;
48
- v10: x6 + x16 -> x10; k10*x6*x16 - kr10*x10;
49
- v11: 2 x10 -> x11; k2*x10*x10 - kr2*x11;
50
- v12: x11 -> x8; k3*x11 - kr3*x8;
51
- v13: => x2; k13;
52
- v14: x8 + x14 -> x17; k14*x8*x14 - kr14*x17;
53
- v15: x9 => x12; k15*x9;
54
- v16: x22 + x15 -> x23; k16*x22*x15 - kr16*x23;
55
- v17: x24 + x23 -> x25; k17*x24*x23 - kr17*x25;
56
- v18: x26 + x25 -> x27; k18*x26*x25 - kr18*x27;
57
- v19: x27 -> x28 + x25; k19*x27 - kr19*x28*x25;
58
- v20: x25 + x43 -> x29; k20*x25*x43 - kr20*x29;
59
- v21: x29 -> x25 + x26; k21*x29 - kr21*x25*x26;
60
- v22: x31 + x15 -> x32; k22*x31*x15 - kr22*x32;
61
- v23: x32 -> x33; k23*x32 - kr23*x33;
62
- v24: x22 + x33 -> x34; k24*x22*x33 - kr24*x34;
63
- v25: x24 + x34 -> x35; k25*x24*x34 - kr25*x35;
64
- v26: x26 + x35 -> x36; k18*x26*x35 - kr18*x36;
65
- v27: x36 -> x35 + x28; k19*x36 - kr19*x35*x28;
66
- v28: x28 + x41 -> x42; k28*x28*x41 - kr28*x42;
67
- v29: x42 -> x43 + x45; k29*x42 - kr29*x43*x45;
68
- v30: x35 + x43 -> x37; k20*x35*x43 - kr20*x37;
69
- v31: x37 -> x35 + x26; k21*x37 - kr21*x35*x26;
70
- v32: x35 -> x15 + x38; k32*x35 - kr32*x15*x38;
71
- v33: x38 -> x40 + x30; k33*x38 - kr33*x40*x30;
72
- v34: x25 -> x15 + x30; k34*x25 - kr34*x15*x30;
73
- v35: x30 -> x24 + x22; k35*x30 - kr35*x24*x22;
74
- v36: x40 => x31; Vm36*x40/(Km36 + x40);
75
- v37: x33 -> x15 + x40; k37*x33 - kr37*x15*x40;
76
- v38: x22 + x40 -> x39; k24*x22*x40 - kr24*x39;
77
- v39: x34 -> x15 + x39; k37*x34 - kr37*x15*x39;
78
- v40: x24 + x39 -> x38; k40*x24*x39 - kr40*x38;
79
- v41: x30 + x33 -> x35; k41*x30*x33 - kr41*x35;
80
- v42: x44 + x45 -> x46; k42*x44*x45 - kr42*x46;
81
- v43: x46 -> x41 + x44; k43*x46;
82
- v44: x47 + x45 -> x48; k44*x47*x45 - kr44*x48;
83
- v45: x48 -> x49 + x45; k45*x48;
84
- v46: x49 + x45 -> x50; k44*x49*x45 - kr44*x50;
85
- v47: x50 -> x51 + x45; k47*x50;
86
- v48: x51 + x53 -> x52; k48*x51*x53 - kr48*x52;
87
- v49: x52 -> x49 + x53; k49*x52;
88
- v50: x53 + x49 -> x54; k50*x53*x49 - kr50*x54;
89
- v51: x54 -> x47 + x53; k49*x54;
90
- v52: x55 + x51 -> x56; k52*x55*x51 - kr52*x56;
91
- v53: x56 -> x51 + x57; k53*x56;
92
- v54: x51 + x57 -> x58; k52*x51*x57 - kr52*x58;
93
- v55: x58 -> x59 + x51; k55*x58;
94
- v56: x59 + x60 -> x61; k56*x59*x60 - kr56*x61;
95
- v57: x61 -> x57 + x60; k57*x61;
96
- v58: x60 + x57 -> x62; k58*x60*x57 - kr58*x62;
97
- v59: x62 -> x55 + x60; k59*x62;
98
- v60: x6 => x86; k60*x6;
99
- v61: x16 => x13; k61*x16;
100
- v62: x8 => x87; k60*x8;
101
- v63: x17 + x22 -> x18; k16*x17*x22 - kr16*x18;
102
- v64: x24 + x18 -> x19; k17*x24*x18 - kr17*x19;
103
- v65: x26 + x19 -> x20; k18*x26*x19 - kr18*x20;
104
- v66: x20 -> x69 + x19; k19*x20 - kr19*x69*x19;
105
- v67: x71 + x19 -> x21; k20*x71*x19 - kr20*x21;
106
- v68: x21 -> x19 + x26; k21*x21 - kr21*x19*x26;
107
- v69: x31 + x17 -> x63; k22*x31*x17 - kr22*x63;
108
- v70: x63 -> x64; k23*x63 - kr23*x64;
109
- v71: x22 + x64 -> x65; k24*x22*x64 - kr24*x65;
110
- v72: x24 + x65 -> x66; k25*x24*x65 - kr25*x66;
111
- v73: x26 + x66 -> x67; k18*x26*x66 - kr18*x67;
112
- v74: x67 -> x66 + x69; k19*x67 - kr19*x66*x69;
113
- v75: x69 + x41 -> x70; k28*x69*x41 - kr28*x70;
114
- v76: x70 -> x71 + x72; k29*x70 - kr29*x71*x72;
115
- v77: x71 + x66 -> x68; k20*x71*x66 - kr20*x68;
116
- v78: x68 -> x66 + x26; k21*x68 - kr21*x66*x26;
117
- v79: x66 -> x17 + x38; k32*x66 - kr32*x17*x38;
118
- v80: x19 -> x17 + x30; k34*x19 - kr34*x17*x30;
119
- v81: x64 -> x17 + x40; k37*x64 - kr37*x17*x40;
120
- v82: x65 -> x17 + x39; k37*x65 - kr37*x17*x39;
121
- v83: x30 + x64 -> x66; k41*x30*x64 - kr41*x66;
122
- v84: x44 + x72 -> x73; k42*x44*x72 - kr42*x73;
123
- v85: x73 -> x41 + x44; k43*x73;
124
- v86: x47 + x72 -> x74; k44*x47*x72 - kr44*x74;
125
- v87: x74 -> x75 + x72; k45*x74;
126
- v88: x72 + x75 -> x76; k44*x72*x75 - kr44*x76;
127
- v89: x76 -> x72 + x77; k47*x76;
128
- v90: x77 + x53 -> x78; k48*x77*x53 - kr48*x78;
129
- v91: x78 -> x75 + x53; k49*x78;
130
- v92: x53 + x75 -> x79; k50*x53*x75 - kr50*x79;
131
- v93: x79 -> x47 + x53; k49*x79;
132
- v94: x55 + x77 -> x80; k52*x55*x77 - kr52*x80;
133
- v95: x80 -> x81 + x77; k53*x80;
134
- v96: x77 + x81 -> x82; k52*x77*x81 - kr52*x82;
135
- v97: x82 -> x83 + x77; k55*x82;
136
- v98: x83 + x60 -> x84; k56*x83*x60 - kr56*x84;
137
- v99: x84 -> x81 + x60; k57*x84;
138
- v100: x60 + x81 -> x85; k58*x60*x81 - kr58*x85;
139
- v101: x85 -> x55 + x60; k59*x85;
140
- v102: x15 -> x17; k6*x15 - kr6*x17;
141
- v103: x32 -> x63; k6*x32 - kr6*x63;
142
- v104: x33 -> x64; k6*x33 - kr6*x64;
143
- v105: x25 -> x19; k6*x25 - kr6*x19;
144
- v106: x25 + x12 -> x88; k4*x25*x12 - kr4*x88;
145
- v107: x88 -> x9 + x19; k5*x88;
146
- v108: x27 -> x20; k6*x27 - kr6*x20;
147
- v109: x27 + x12 -> x89; k4*x27*x12 - kr4*x89;
148
- v110: x89 -> x9 + x20; k5*x89;
149
- v111: x29 -> x21; k6*x29 - kr6*x21;
150
- v112: x29 + x12 -> x90; k4*x29*x12 - kr4*x90;
151
- v113: x90 -> x9 + x21; k5*x90;
152
- v114: x34 -> x65; k6*x34 - kr6*x65;
153
- v115: x34 + x12 -> x91; k4*x34*x12 - kr4*x91;
154
- v116: x91 -> x9 + x65; k5*x91;
155
- v117: x35 -> x66; k6*x35 - kr6*x66;
156
- v118: x35 + x12 -> x92; k4*x35*x12 - kr4*x92;
157
- v119: x92 -> x9 + x66; k5*x92;
158
- v120: x36 -> x67; k6*x36 - kr6*x67;
159
- v121: x36 + x12 -> x93; k4*x36*x12 - kr4*x93;
160
- v122: x93 -> x9 + x67; k5*x93;
161
- v123: x37 -> x68; k6*x37 - kr6*x68;
162
- v124: x37 + x12 -> x94; k4*x37*x12 - kr4*x94;
163
- v125: x94 -> x68 + x9; k5*x94;
164
-
165
- // Species initializations:
166
- x1 = 4962/c1;
167
- x2 = 50000/c1;
168
- x3 = 0;
169
- x4 = 0;
170
- x5 = 0;
171
- x6 = 0;
172
- x7 = 0;
173
- x8 = 0;
174
- x9 = 0;
175
- x10 = 0;
176
- x11 = 0;
177
- x12 = 81000/c2;
178
- x13 = 0;
179
- x14 = 12000/c2;
180
- x15 = 0;
181
- x16 = 0;
182
- x17 = 0;
183
- x18 = 0;
184
- x19 = 0;
185
- x20 = 0;
186
- x21 = 0;
187
- x22 = 11000/c2;
188
- x23 = 0;
189
- x24 = 26300/c2;
190
- x25 = 0;
191
- x26 = 72000/c2;
192
- x27 = 0;
193
- x28 = 0;
194
- x29 = 0;
195
- x30 = 40000/c2;
196
- x31 = 101000/c2;
197
- x32 = 0;
198
- x33 = 0;
199
- x34 = 0;
200
- x35 = 0;
201
- x36 = 0;
202
- x37 = 0;
203
- x38 = 0;
204
- x39 = 0;
205
- x40 = 0;
206
- x41 = 40000/c2;
207
- x42 = 0;
208
- x43 = 0;
209
- x44 = 40000/c2;
210
- x45 = 0;
211
- x46 = 0;
212
- x47 = 22000000/c2;
213
- x48 = 0;
214
- x49 = 0;
215
- x50 = 0;
216
- x51 = 0;
217
- x52 = 0;
218
- x53 = 40000/c2;
219
- x54 = 0;
220
- x55 = 21000000/c2;
221
- x56 = 0;
222
- x57 = 0;
223
- x58 = 0;
224
- x59 = 0;
225
- x60 = 10000000/c2;
226
- x61 = 0;
227
- x62 = 0;
228
- x63 = 0;
229
- x64 = 0;
230
- x65 = 0;
231
- x66 = 0;
232
- x67 = 0;
233
- x68 = 0;
234
- x69 = 0;
235
- x70 = 0;
236
- x71 = 0;
237
- x72 = 0;
238
- x73 = 0;
239
- x74 = 0;
240
- x75 = 0;
241
- x76 = 0;
242
- x77 = 0;
243
- x78 = 0;
244
- x79 = 0;
245
- x80 = 0;
246
- x81 = 0;
247
- x82 = 0;
248
- x83 = 0;
249
- x84 = 0;
250
- x85 = 0;
251
- x86 = 0;
252
- x87 = 0;
253
- x88 = 0;
254
- x89 = 0;
255
- x90 = 0;
256
- x91 = 0;
257
- x92 = 0;
258
- x93 = 0;
259
- x94 = 0;
260
-
261
- // Compartment initializations:
262
- c1 = 1;
263
- c2 = 1;
264
- c3 = 4.3e-06;
265
-
266
- // Variable initializations:
267
- k1 = 0.003;
268
- k1 has pipmin;
269
- kr1 = 0.228;
270
- kr1 has pmin;
271
- kr2 = 6;
272
- kr2 has pmin;
273
- k2 = 0.001;
274
- k2 has pipmin;
275
- k3 = 60;
276
- k3 has pmin;
277
- kr3 = 0.6;
278
- kr3 has pmin;
279
- k4 = 1.038e-05;
280
- k4 has pipmin;
281
- kr4 = 0.0996;
282
- kr4 has pmin;
283
- k5 has pmin;
284
- k6 = 0.003;
285
- k6 has pmin;
286
- kr6 = 0.3;
287
- kr6 has pmin;
288
- k7 = 0.003;
289
- k7 has pmin;
290
- k8 = 0.0001;
291
- k8 has pipmin;
292
- kr8 = 12;
293
- kr8 has pmin;
294
- k10 = 3.25581;
295
- k10 has pipmin;
296
- kr10 = 0.66;
297
- kr10 has pmin;
298
- kr11 = 6;
299
- kr11 has pmin;
300
- k11 = 0.001;
301
- k11 has pipmin;
302
- kr12 = 0.6;
303
- kr12 has pmin;
304
- k12 = 60;
305
- k12 has pmin;
306
- k13 = 130.2;
307
- k13 has ipmin;
308
- k14 = 0.0001;
309
- k14 has pipmin;
310
- kr14 = 12;
311
- kr14 has pmin;
312
- k15 = 600000;
313
- k15 has pmin;
314
- kr16 = 16.5;
315
- kr16 has pmin;
316
- k16 = 0.001;
317
- k16 has pipmin;
318
- kr17 = 3.6;
319
- kr17 has pmin;
320
- k17 = 0.001;
321
- k17 has pipmin;
322
- kr18 = 78;
323
- kr18 has pmin;
324
- k18 = 0.0015;
325
- k18 has pipmin;
326
- kr19 = 1e-05;
327
- kr19 has pipmin;
328
- k19 = 30;
329
- k19 has pmin;
330
- kr20 = 24;
331
- kr20 has pmin;
332
- k20 = 0.00021;
333
- k20 has pipmin;
334
- k21 = 1.38;
335
- k21 has pmin;
336
- kr21 = 2.2e-05;
337
- kr21 has pipmin;
338
- k22 = 0.0021;
339
- k22 has pipmin;
340
- kr22 = 6;
341
- kr22 has pmin;
342
- k23 = 360;
343
- k23 has pmin;
344
- kr23 = 36;
345
- kr23 has pmin;
346
- k24 = 0.001;
347
- k24 has pipmin;
348
- kr24 = 33;
349
- kr24 has pmin;
350
- kr25 = 1.284;
351
- kr25 has pmin;
352
- k25 = 0.001;
353
- k25 has pipmin;
354
- k28 = 0.0001;
355
- k28 has pipmin;
356
- kr28 = 0.318;
357
- kr28 has pmin;
358
- k29 = 60;
359
- k29 has pmin;
360
- kr29 = 7e-05;
361
- kr29 has pipmin;
362
- kr32 = 2.4e-05;
363
- kr32 has pipmin;
364
- k32 = 6;
365
- k32 has pmin;
366
- k33 = 12;
367
- k33 has pmin;
368
- kr33 = 0.0021;
369
- kr33 has pipmin;
370
- k34 = 1.8;
371
- k34 has pmin;
372
- kr34 = 0.00045;
373
- kr34 has pipmin;
374
- k35 = 0.09;
375
- k35 has pmin;
376
- kr35 = 0.00045;
377
- kr35 has pipmin;
378
- Vm36 = 61200;
379
- Vm36 has ipmin;
380
- Km36 = 200000000000000;
381
- Km36 has substance;
382
- k37 = 18;
383
- k37 has pmin;
384
- kr37 = 9e-05;
385
- kr37 has pipmin;
386
- k40 = 0.003;
387
- k40 has pipmin;
388
- kr40 = 3.84;
389
- kr40 has pmin;
390
- kr41 = 2.574;
391
- kr41 has pmin;
392
- k41 = 0.003;
393
- k41 has pipmin;
394
- k42 = 0.0071;
395
- k42 has pipmin;
396
- kr42 = 12;
397
- kr42 has pmin;
398
- k43 = 60;
399
- k43 has pmin;
400
- kr44 = 1.0998;
401
- kr44 has pmin;
402
- k44 = 0.00111;
403
- k44 has pipmin;
404
- k45 = 210;
405
- k45 has pmin;
406
- k47 = 174;
407
- k47 has pmin;
408
- kr48 = 48;
409
- kr48 has pmin;
410
- k48 = 0.00143;
411
- k48 has pipmin;
412
- k49 = 3.48;
413
- k49 has pmin;
414
- kr50 = 30;
415
- kr50 has pmin;
416
- k50 = 2.5e-05;
417
- k50 has pipmin;
418
- k52 = 0.00534;
419
- k52 has pipmin;
420
- kr52 = 1.98;
421
- kr52 has pmin;
422
- k53 = 960;
423
- k53 has pmin;
424
- k55 = 342;
425
- k55 has pmin;
426
- kr56 = 36;
427
- kr56 has pmin;
428
- k56 = 0.00145;
429
- k56 has pipmin;
430
- k57 = 16.2;
431
- k57 has pmin;
432
- kr58 = 30;
433
- kr58 has pmin;
434
- k58 = 0.0005;
435
- k58 has pipmin;
436
- k59 = 18;
437
- k59 has pmin;
438
- k60 = 0.04002;
439
- k60 has pmin;
440
- k61 = 0.01002;
441
- k61 has pmin;
442
- RT = 50000;
443
- RT has substance;
444
-
445
- // Other declarations:
446
- var k5, C;
447
- const c1, c2, c3, k1, kr1, kr2, k2, k3, kr3, k4, kr4, k6, kr6, k7, k8, kr8;
448
- const k10, kr10, kr11, k11, kr12, k12, k13, k14, kr14, k15, kr16, k16, kr17;
449
- const k17, kr18, k18, kr19, k19, kr20, k20, k21, kr21, k22, kr22, k23, kr23;
450
- const k24, kr24, kr25, k25, k28, kr28, k29, kr29, kr32, k32, k33, kr33;
451
- const k34, kr34, k35, kr35, Vm36, Km36, k37, kr37, k40, kr40, kr41, k41;
452
- const k42, kr42, k43, kr44, k44, k45, k47, kr48, k48, k49, kr50, k50, k52;
453
- const kr52, k53, k55, kr56, k56, k57, kr58, k58, k59, k60, k61, RT;
454
-
455
- // Unit definitions:
456
- unit substance = item;
457
- unit time_unit = 60 second;
458
- unit volume = 1e-12 litre;
459
- unit pmin = 1 / 60 second;
460
- unit ipmin = item / 60 second;
461
- unit pipmin = 1 / (60 second * item);
462
- unit piplpmin = 1e-12 litre / (item * 60 second);
463
-
464
- // Display Names:
465
- substance is "items";
466
- time_unit is "min";
467
- volume is "pl";
468
- pmin is "permin";
469
- ipmin is "itemspermin";
470
- pipmin is "peritempermin";
471
- piplpmin is "plperitempermin";
472
- c1 is "extracellular volume";
473
- c2 is "cytoplasm";
474
- c3 is "endosomal volume";
475
- x1 is "EGF";
476
- x2 is "EGFR";
477
- x3 is "EGF-EGFR";
478
- x4 is "EGF-EGFR^2";
479
- x5 is "EGF-EGFR*^2";
480
- x6 is "EGFRi";
481
- x7 is "EGF-EGFR*^2-GAP-Grb2-Prot";
482
- x8 is "EGF-EGFRi*^2";
483
- x9 is "Proti";
484
- x10 is "EGF-EGFRi";
485
- x11 is "EGF-EGFRi^2";
486
- x12 is "Prot";
487
- x13 is "EGFideg";
488
- x14 is "GAP";
489
- x15 is "EGF-EGFR*^2-GAP";
490
- x16 is "EGFi";
491
- x17 is "EGF-EGFRi*^2-GAP";
492
- x18 is "EGF-EGFRi*^2-GAP-Grb2";
493
- x19 is "EGF-EGFRi*^2-GAP-Grb2-Sos";
494
- x20 is "EGF-EGFRi*^2-GAP-Grb2-Sos-Ras-GDP";
495
- x21 is "EGF-EGFRi*^2-GAP-Grb2-Sos-Ras-GTP";
496
- x22 is "Grb2";
497
- x23 is "EGF-EGFR*^2-GAP-Grb2";
498
- x24 is "Sos";
499
- x25 is "EGF-EGFR*^2-GAP-Grb2-Sos";
500
- x26 is "Ras-GDP";
501
- x27 is "EGF-EGFR*^2-GAP-Grb2-Sos-Ras-GDP";
502
- x28 is "Ras-GTP";
503
- x29 is "EGF-EGFR*^2-GAP-Grb2-Sos-Ras-GTP";
504
- x30 is "Grb2-Sos";
505
- x31 is "Shc";
506
- x32 is "EGF-EGFR*^2-GAP-Shc";
507
- x33 is "EGF-EGFR*^2-GAP-Shc*";
508
- x34 is "EGF-EGFR*^2-GAP-Shc*-Grb2";
509
- x35 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Sos";
510
- x36 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Sos-Ras-GDP";
511
- x37 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Sos-Ras-GTP";
512
- x38 is "Shc*-Grb2-Sos";
513
- x39 is "Shc*-Grb2";
514
- x40 is "Shc*";
515
- x41 is "Raf";
516
- x42 is "Raf-Ras-GTP";
517
- x43 is "Ras-GTP*";
518
- x44 is "Phosphotase1";
519
- x45 is "Raf*";
520
- x46 is "Raf*-P'ase";
521
- x47 is "MEK";
522
- x48 is "MEK-Raf*";
523
- x49 is "MEK-P";
524
- x50 is "MEK-P-Raf*";
525
- x51 is "MEK-PP";
526
- x52 is "MEK-PP-P'ase2";
527
- x53 is "Phosphatase2";
528
- x54 is "MEK-P-P'ase2";
529
- x55 is "ERK";
530
- x56 is "ERK-MEK-PP";
531
- x57 is "ERK-P";
532
- x58 is "ERK-P-MEK-PP";
533
- x59 is "ERK-PP";
534
- x60 is "Phosphotase3";
535
- x61 is "ERK-PP-P'ase3";
536
- x62 is "ERK-P-P'ase3";
537
- x63 is "EGF-EGFRi*^2-GAP-Shc";
538
- x64 is "EGF-EGFRi*^2-GAP-Shc*";
539
- x65 is "EGF-EGFRi*^2-GAP-Shc*-Grb2";
540
- x66 is "EGF-EGFRi*^2-GAP-Shc*-Grb2-Sos";
541
- x67 is "EGF-EGFRi*^2-GAP-Shc*-Grb2-Sos-Ras-GDP";
542
- x68 is "EGF-EGFRi*^2-GAP-Shc*-Grb2-Sos-Ras-GTP";
543
- x69 is "Rasi-GTP";
544
- x70 is "Rafi-Rasi-GTP";
545
- x71 is "Rasi-GTP*";
546
- x72 is "Rafi*";
547
- x73 is "Rafi*-P'ase";
548
- x74 is "MEKi-Rafi*";
549
- x75 is "MEKi-P";
550
- x76 is "MEKi-P-Rafi*";
551
- x77 is "MEKi-PP";
552
- x78 is "MEKi-PP-P'ase2i";
553
- x79 is "MEKi-P-P'ase2i";
554
- x80 is "ERKi-MEKi-PP";
555
- x81 is "ERKi-P";
556
- x82 is "ERKi-P-MEKi-PP";
557
- x83 is "ERKi-PP";
558
- x84 is "ERKi-PP-P'ase3i";
559
- x85 is "ERKi-P-P'ase3i";
560
- x86 is "EGFRideg";
561
- x87 is "EGF-EGFRi*^2deg";
562
- x88 is "EGF-EGFR*^2-GAP-Grb2-Sos-Prot";
563
- x89 is "EGF-EGFR*^2-GAP-Grb2-Sos-Ras-GDP-Prot";
564
- x90 is "EGF-EGFR*^2-GAP-Grb2-Sos-Ras-GTP-Prot";
565
- x91 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Prot";
566
- x92 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Sos-Prot";
567
- x93 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Sos-Ras-GDP-Prot";
568
- x94 is "EGF-EGFR*^2-GAP-Shc*-Grb2-Sos-Ras-GTP-Prot";
569
- Raf_act is "t_Raf*";
570
- Ras_GTP is "t_Ras_GTP";
571
- MEK_PP is "t_MEK_PP";
572
- ERK_PP is "t_ERK_PP";
573
- SHC_P_t is "t_SHC_P_t";
574
- EGF_EGFR_act is "t_EGF_EGFR*";
575
- C is "C_internalization";
576
- RT is "total_Receptors";
577
-
578
- // CV terms:
579
- c1 identity "http://identifiers.org/go/GO:0005615"
580
- c2 identity "http://identifiers.org/go/GO:0005737"
581
- c3 identity "http://identifiers.org/go/GO:0005768"
582
- x3 hypernym "http://identifiers.org/reactome/REACT_9893"
583
- x3 version "http://identifiers.org/uniprot/P01133",
584
- "http://identifiers.org/uniprot/P00533"
585
- x4 hypernym "http://identifiers.org/reactome/REACT_9820"
586
- x4 version "http://identifiers.org/uniprot/P01133",
587
- "http://identifiers.org/uniprot/P00533"
588
- x5 hypernym "http://identifiers.org/kegg.compound/C00562"
589
- x5 version "http://identifiers.org/uniprot/P00533",
590
- "http://identifiers.org/uniprot/P01133"
591
- x6 hypernym "http://identifiers.org/uniprot/P00533"
592
- x7 version "http://identifiers.org/uniprot/P20936",
593
- "http://identifiers.org/uniprot/P62993",
594
- "http://identifiers.org/uniprot/P00533",
595
- "http://identifiers.org/uniprot/P01133",
596
- "http://identifiers.org/go/GO:0030119"
597
- x8 version "http://identifiers.org/uniprot/P00533",
598
- "http://identifiers.org/uniprot/P01133"
599
- x9 hypernym "http://identifiers.org/go/GO:0030119"
600
- x10 version "http://identifiers.org/uniprot/P01133",
601
- "http://identifiers.org/uniprot/P00533"
602
- x14 hypernym "http://identifiers.org/interpro/IPR001936"
603
- x14 hypernym "http://identifiers.org/uniprot/P20936"
604
- x14 description "http://identifiers.org/omim/139150"
605
- x22 hypernym "http://identifiers.org/uniprot/P62993"
606
- x22 description "http://identifiers.org/omim/108355"
607
- x24 hypernym "http://identifiers.org/uniprot/Q07889"
608
- x24 description "http://identifiers.org/omim/182530"
609
- x26 part "http://identifiers.org/chebi/CHEBI:17552",
610
- "http://identifiers.org/uniprot/P01112"
611
- x28 part "http://identifiers.org/chebi/CHEBI:15996",
612
- "http://identifiers.org/uniprot/P01112"
613
- x31 hypernym "http://identifiers.org/uniprot/P98077"
614
- x31 description "http://identifiers.org/omim/605217"
615
- x41 hypernym "http://identifiers.org/uniprot/P04049"
616
- x41 description "http://identifiers.org/omim/164760"
617
- x47 hypernym "http://identifiers.org/uniprot/Q02750",
618
- "http://identifiers.org/uniprot/A4QPA9"
619
- x47 description "http://identifiers.org/omim/176872"
620
- x49 hypernym "http://identifiers.org/uniprot/Q02750",
621
- "http://identifiers.org/uniprot/A4QPA9",
622
- "http://identifiers.org/kegg.compound/C00562"
623
- x49 description "http://identifiers.org/omim/176872"
624
- x55 hypernym "http://identifiers.org/uniprot/P28482"
625
- x55 description "http://identifiers.org/omim/176948"
626
- v1 hypernym "http://identifiers.org/go/GO:0005154",
627
- "http://identifiers.org/go/GO:0048408"
628
- v1 hypernym "http://identifiers.org/reactome/REACT_9481"
629
- v2 hypernym "http://identifiers.org/go/GO:0007171",
630
- "http://identifiers.org/go/GO:0046983"
631
- v2 hypernym "http://identifiers.org/reactome/REACT_9397"
632
- v3 hypernym "http://identifiers.org/go/GO:0007171",
633
- "http://identifiers.org/go/GO:0046777",
634
- "http://identifiers.org/go/GO:0004713"
635
- v3 hypernym "http://identifiers.org/reactome/REACT_9388"
636
- v6 hypernym "http://identifiers.org/go/GO:0031623"
637
- v7 hypernym "http://identifiers.org/go/GO:0031623"
638
- v10 hypernym "http://identifiers.org/go/GO:0031623"
639
- v100 description "http://identifiers.org/omim/164760"
640
- v101 description "http://identifiers.org/omim/164760"
641
- end
642
-
643
- BIOMD0000000019 is "Schoeberl2002 - EGF MAPK"
644
-
645
- BIOMD0000000019 model_entity_is "http://identifiers.org/biomodels.db/MODEL6617455076"
646
- BIOMD0000000019 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000019"
647
- BIOMD0000000019 description "http://identifiers.org/pubmed/11923843"
648
- BIOMD0000000019 taxon "http://identifiers.org/taxonomy/9606"
649
- BIOMD0000000019 hypernym "http://identifiers.org/reactome/REACT_9417.3",
650
- "http://identifiers.org/go/GO:0007173"
651
- BIOMD0000000019 version "http://identifiers.org/go/GO:0007265",
652
- "http://identifiers.org/go/GO:0000165"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000020.txt DELETED
@@ -1,101 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *hhsa_1952()
3
-
4
- // Compartments and Species:
5
- compartment unit_compartment;
6
-
7
- // Assignment Rules:
8
- i_Na := g_Na*m^3*h*(V - V_Na);
9
- i_K := g_K*n^4*(V - V_K);
10
- i_L := g_L*(V - V_L);
11
- V_neg := -V;
12
- E := V + E_R;
13
- V_Na := E_Na - E_R;
14
- V_K := E_K - E_R;
15
- V_L := E_L - E_R;
16
- alpha_m := 0.1*(V + 25)/(exp((V + 25)/10) - 1);
17
- beta_m := 4*exp(V/18);
18
- alpha_h := 0.07*exp(V/20);
19
- beta_h := 1/(exp((V + 30)/10) + 1);
20
- alpha_n := 0.01*(V + 10)/(exp((V + 10)/10) - 1);
21
- beta_n := 0.125*exp(V/80);
22
-
23
- // Rate Rules:
24
- V' = (I - (i_Na + i_K + i_L))/Cm;
25
- m' = alpha_m*(1 - m) - beta_m*m;
26
- h' = alpha_h*(1 - h) - beta_h*h;
27
- n' = alpha_n*(1 - n) - beta_n*n;
28
-
29
- // Compartment initializations:
30
- unit_compartment = 1;
31
-
32
- // Variable initializations:
33
- V = 0;
34
- V has mV;
35
- I = 0;
36
- Cm = 1;
37
- V_neg has mV;
38
- E has mV;
39
- E_R = -75;
40
- E_R has mV;
41
- g_Na = 120;
42
- m = 0.052932;
43
- h = 0.59612;
44
- V_Na has mV;
45
- g_K = 36;
46
- n = 0.31768;
47
- V_K has mV;
48
- g_L = 0.3;
49
- V_L has mV;
50
- E_Na = -190;
51
- E_Na has mV;
52
- E_K = -63;
53
- E_K has mV;
54
- E_L = -85.613;
55
- E_L has mV;
56
-
57
- // Other declarations:
58
- var V, i_Na, i_K, i_L, V_neg, E, m, h, V_Na, n, V_K, V_L, alpha_m, beta_m;
59
- var alpha_h, beta_h, alpha_n, beta_n;
60
- const unit_compartment, I, Cm, E_R, g_Na, g_K, g_L, E_Na, E_K, E_L;
61
-
62
- // Unit definitions:
63
- unit time_unit = 1e-3 second;
64
- unit mV = 1e-3 volt;
65
-
66
- // Display Names:
67
- time_unit is "millisecond";
68
- alpha_h is "auxiliary alpha_h";
69
-
70
- // SBO terms:
71
- V.sboTerm = 259
72
- Cm.sboTerm = 258
73
- V_neg.sboTerm = 259
74
- E.sboTerm = 259
75
- E_R.sboTerm = 259
76
- g_Na.sboTerm = 257
77
- V_Na.sboTerm = 259
78
- g_K.sboTerm = 257
79
- V_K.sboTerm = 259
80
- g_L.sboTerm = 257
81
- V_L.sboTerm = 259
82
- E_Na.sboTerm = 259
83
- E_K.sboTerm = 259
84
- E_L.sboTerm = 259
85
-
86
- // CV terms:
87
- i_Na hypernym "http://identifiers.org/obo.go/GO:0005248"
88
- i_K hypernym "http://identifiers.org/obo.go/GO:0008076"
89
- i_L hypernym "http://identifiers.org/obo.go/GO:0022840"
90
- end
91
-
92
- hhsa_1952 is "hodgkin-huxley squid-axon 1952"
93
-
94
- hhsa_1952 model_entity_is "http://identifiers.org/biomodels.db/MODEL6617668482"
95
- hhsa_1952 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000020"
96
- hhsa_1952 description "http://identifiers.org/pubmed/12991237"
97
- hhsa_1952 hypernym "http://identifiers.org/obo.go/GO:0019227",
98
- "http://identifiers.org/obo.go/GO:0005248",
99
- "http://identifiers.org/obo.go/GO:0005249"
100
- hhsa_1952 taxon "http://identifiers.org/taxonomy/6618",
101
- "http://identifiers.org/obo.go/GO:0042757"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000021.txt DELETED
@@ -1,214 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Leloup1999_CircClock_periodic()
3
-
4
- // Compartments and Species:
5
- compartment Cell, compartment_0000002;
6
- species P0 in Cell, T0 in Cell, P1 in Cell, T1 in Cell, P2 in Cell, T2 in Cell;
7
- species CC in Cell, Cn in compartment_0000002, Mp in Cell, Mt in Cell;
8
-
9
- // Assignment Rules:
10
- Pt := CC + Cn + P0 + P1 + P2;
11
- Tt := CC + Cn + T0 + T1 + T2;
12
-
13
- // Reactions:
14
- P0_to_P1: P0 => P1; Cell*P0_to_P1_V_1P*P0/(P0_to_P1_K1_P + P0);
15
- T0_to_T1: T0 => T1; Cell*T0_to_T1_V_1T*T0/(T0_to_T1_K_1T + T0);
16
- P1_to_P0: P1 => P0; Cell*P1_to_P0_V_2P*P1/(P1_to_P0_K_2P + P1);
17
- T1_to_T0: T1 => T0; Cell*T1_to_T0_V_2T*T1/(T1_to_T0_K_2T + T1);
18
- P1_to_P2: P1 => P2; Cell*P1_to_P2_V_3P*P1/(P1_to_P2_K_3P + P1);
19
- T1_to_T2: T1 => T2; Cell*T1_to_T2_V_3T*T1/(T1_to_T2_K_3T + T1);
20
- P2_to_P1: P2 => P1; Cell*P2_to_P1_V_4P*P2/(P2_to_P1_K_4P + P2);
21
- T2_to_T1: T2 => T1; Cell*T2_to_T1_V_4T*T2/(T2_to_T1_K_4T + T2);
22
- P0_degradation: P0 => ; Cell*P0_degradation_k_d*P0;
23
- T0_degradation: T0 => ; Cell*T0_degradation_k_d*T0;
24
- P1_degradation: P1 => ; Cell*P1_degradation_k_d*P1;
25
- T1_degradation: T1 => ; Cell*T1_degradation_k_d*T1;
26
- P2_degradation: P2 => ; Cell*P2_degradation_k_d*P2 + Cell*P2_degradation_V_dP*P2/(P2_degradation_K_dP + P2);
27
- T2_degradation: T2 => ; Cell*T2_degradation_k_d*T2 + Cell*V_dT*T2/(T2_degradation_K_dT + T2);
28
- PT_complex_formation: P2 + T2 -> CC; Cell*PT_complex_formation_k3*P2*T2 - Cell*PT_complex_formation_k4*CC;
29
- PT_complex_nucleation: CC -> Cn; Cell*PT_complex_nucleation_k1*CC - compartment_0000002*PT_complex_nucleation_k2*Cn;
30
- PT_complex_degradation: CC => ; Cell*PT_complex_degradation_k_dC*CC;
31
- PTnucl_complex_degradation: Cn => ; compartment_0000002*PTnucl_complex_degradation_k_dN*Cn;
32
- Mp_production: => Mp; Cell*Mp_production_v_sP*Mp_production_K_IP^Mp_production_n/(Mp_production_K_IP^Mp_production_n + Cn^Mp_production_n);
33
- Mt_production: => Mt; Cell*Mt_production_V_sT*Mt_production_K_IT^Mt_production_n/(Mt_production_K_IT^Mt_production_n + Cn^Mt_production_n);
34
- P0_production: => P0; Cell*P0_production_k_sP*Mp;
35
- T0_production: => T0; Cell*T0_production_k_sT*Mt;
36
- Mp_degradation: Mp => ; Cell*Mp_degradation_k_d*Mp + Cell*Mp_degradation_V_mP*Mp/(Mp_degradation_K_mP + Mp);
37
- Mt_degradation: Mt => ; Cell*Mt_degradation_k_d*Mt + Cell*V_mT*Mt/(Mt_degradation_K_mT + Mt);
38
-
39
- // Species initializations:
40
- P0 = 0;
41
- T0 = 0;
42
- P1 = 0;
43
- T1 = 0;
44
- P2 = 0;
45
- T2 = 0;
46
- CC = 0;
47
- Cn = 0;
48
- Mp = 0;
49
- Mt = 0;
50
-
51
- // Compartment initializations:
52
- Cell = 1;
53
- compartment_0000002 = 1;
54
-
55
- // Variable initializations:
56
- V_mT = 0.7;
57
- V_dT = 2;
58
- P0_to_P1_K1_P = 2;
59
- P0_to_P1_V_1P = 8;
60
- T0_to_T1_K_1T = 2;
61
- T0_to_T1_V_1T = 8;
62
- P1_to_P0_K_2P = 2;
63
- P1_to_P0_V_2P = 1;
64
- T1_to_T0_K_2T = 2;
65
- T1_to_T0_V_2T = 1;
66
- P1_to_P2_K_3P = 2;
67
- P1_to_P2_V_3P = 8;
68
- T1_to_T2_K_3T = 2;
69
- T1_to_T2_V_3T = 8;
70
- P2_to_P1_K_4P = 2;
71
- P2_to_P1_V_4P = 1;
72
- T2_to_T1_K_4T = 2;
73
- T2_to_T1_V_4T = 1;
74
- P0_degradation_k_d = 0.01;
75
- T0_degradation_k_d = 0.01;
76
- P1_degradation_k_d = 0.01;
77
- T1_degradation_k_d = 0.01;
78
- P2_degradation_k_d = 0.01;
79
- P2_degradation_V_dP = 2;
80
- P2_degradation_K_dP = 0.2;
81
- T2_degradation_k_d = 0.01;
82
- T2_degradation_K_dT = 0.2;
83
- PT_complex_formation_k3 = 1.2;
84
- PT_complex_formation_k4 = 0.6;
85
- PT_complex_nucleation_k1 = 0.6;
86
- PT_complex_nucleation_k2 = 0.2;
87
- PT_complex_degradation_k_dC = 0.01;
88
- PTnucl_complex_degradation_k_dN = 0.01;
89
- Mp_production_v_sP = 1;
90
- Mp_production_K_IP = 1;
91
- Mp_production_n = 4;
92
- Mt_production_V_sT = 1;
93
- Mt_production_K_IT = 1;
94
- Mt_production_n = 4;
95
- P0_production_k_sP = 0.9;
96
- T0_production_k_sT = 0.9;
97
- Mp_degradation_k_d = 0.01;
98
- Mp_degradation_V_mP = 0.7;
99
- Mp_degradation_K_mP = 0.2;
100
- Mt_degradation_k_d = 0.01;
101
- Mt_degradation_K_mT = 0.2;
102
-
103
- // Other declarations:
104
- var Pt, Tt;
105
- const Cell, compartment_0000002, V_mT, V_dT;
106
-
107
- // Unit definitions:
108
- unit substance = 1e-9 mole;
109
- unit time_unit = 3600 second;
110
-
111
- // Display Names:
112
- substance is "nanomole (default)";
113
- time_unit is "hour (default)";
114
- Cell is "cytoplasm";
115
- compartment_0000002 is "nucleus";
116
- P0 is "PER Protein (unphosphorylated)";
117
- T0 is "TIM Protein (unphosphorylated)";
118
- P1 is "PER Protein (mono-phosphorylated)";
119
- T1 is "TIM Protein (mono-phosphorylated)";
120
- P2 is "PER Protein (bi-phosphorylated)";
121
- T2 is "TIM Protein (bi-phosphorylated)";
122
- CC is "Cytosolic PER-TIM Complex";
123
- Cn is "Nuclear PER-TIM Complex";
124
- Mp is "PER mRNA";
125
- Mt is "TIM mRNA";
126
- Pt is "Total Per";
127
- Tt is "Total Tim";
128
- P0_to_P1 is "First Phosphorylation of PER";
129
- T0_to_T1 is "First Phosphorylation of TIM";
130
- P1_to_P0 is "Dephosphorylation of PER (1st P)";
131
- T1_to_T0 is "Dephosphorylation of TIM (1st P)";
132
- P1_to_P2 is "Second Phosphorylation of PER";
133
- T1_to_T2 is "Second Phosphorylation of TIM";
134
- P2_to_P1 is "Dephosphorylation of PER (2nd P)";
135
- T2_to_T1 is "Dephosphorylation of TIM (2nd P)";
136
- P0_degradation is "PER degradation";
137
- T0_degradation is "TIM degradation";
138
- P1_degradation is "PER-1 degradation";
139
- T1_degradation is "TIM-1 degradation";
140
- P2_degradation is "PER-2 degradation";
141
- T2_degradation is "TIM-2 degradation";
142
- PT_complex_formation is "PER-TIM complex formation";
143
- PT_complex_nucleation is "PER-TIM complex nucleation";
144
- PT_complex_degradation is "PER-TIM complex degradation (cytosol)";
145
- PTnucl_complex_degradation is "PER-TIM complex degradation (nuclear)";
146
- Mp_production is "PER mRNA production";
147
- Mt_production is "TIM mRNA production";
148
- P0_production is "PER production";
149
- T0_production is "TIM production";
150
- Mp_degradation is "PER mRNA degradation";
151
- Mt_degradation is "TIM mRNA degradation";
152
-
153
- // CV terms:
154
- Cell identity "http://identifiers.org/go/GO:0005737"
155
- compartment_0000002 identity "http://identifiers.org/go/GO:0005634"
156
- P0 hypernym "http://identifiers.org/uniprot/P07663"
157
- T0 hypernym "http://identifiers.org/uniprot/P49021"
158
- P1 hypernym "http://identifiers.org/uniprot/P07663"
159
- T1 hypernym "http://identifiers.org/uniprot/P49021"
160
- P2 hypernym "http://identifiers.org/uniprot/P07663"
161
- T2 hypernym "http://identifiers.org/uniprot/P49021"
162
- CC part "http://identifiers.org/uniprot/P49021",
163
- "http://identifiers.org/uniprot/P07663"
164
- Cn part "http://identifiers.org/uniprot/P49021",
165
- "http://identifiers.org/uniprot/P07663"
166
- Mp hypernym "http://identifiers.org/chebi/CHEBI:33699",
167
- "http://identifiers.org/kegg.compound/C00046"
168
- Mt hypernym "http://identifiers.org/chebi/CHEBI:33699",
169
- "http://identifiers.org/kegg.compound/C00046"
170
- P0_to_P1 hypernym "http://identifiers.org/ec-code/2.7.11.1",
171
- "http://identifiers.org/go/GO:0006468"
172
- T0_to_T1 hypernym "http://identifiers.org/ec-code/2.7.11.1",
173
- "http://identifiers.org/go/GO:0006468"
174
- P1_to_P0 hypernym "http://identifiers.org/ec-code/3.1.3.16",
175
- "http://identifiers.org/go/GO:0006470"
176
- T1_to_T0 hypernym "http://identifiers.org/ec-code/3.1.3.16",
177
- "http://identifiers.org/go/GO:0006470"
178
- P1_to_P2 hypernym "http://identifiers.org/ec-code/2.7.11.1",
179
- "http://identifiers.org/go/GO:0006468"
180
- T1_to_T2 hypernym "http://identifiers.org/ec-code/2.7.11.1",
181
- "http://identifiers.org/go/GO:0006468"
182
- P2_to_P1 hypernym "http://identifiers.org/ec-code/3.1.3.16",
183
- "http://identifiers.org/go/GO:0006470"
184
- T2_to_T1 hypernym "http://identifiers.org/ec-code/3.1.3.16",
185
- "http://identifiers.org/go/GO:0006470"
186
- P0_degradation hypernym "http://identifiers.org/go/GO:0030163"
187
- T0_degradation hypernym "http://identifiers.org/go/GO:0030163"
188
- P1_degradation hypernym "http://identifiers.org/go/GO:0030163"
189
- T1_degradation hypernym "http://identifiers.org/go/GO:0030163"
190
- P2_degradation hypernym "http://identifiers.org/go/GO:0030163"
191
- T2_degradation hypernym "http://identifiers.org/go/GO:0030163"
192
- PT_complex_formation hypernym "http://identifiers.org/go/GO:0006461"
193
- PT_complex_nucleation hypernym "http://identifiers.org/go/GO:0006606"
194
- PT_complex_degradation hypernym "http://identifiers.org/go/GO:0030163"
195
- PTnucl_complex_degradation hypernym "http://identifiers.org/go/GO:0030163"
196
- Mp_production hypernym "http://identifiers.org/go/GO:0009299",
197
- "http://identifiers.org/go/GO:0006355"
198
- Mt_production hypernym "http://identifiers.org/go/GO:0009299",
199
- "http://identifiers.org/go/GO:0006355"
200
- P0_production hypernym "http://identifiers.org/go/GO:0006412"
201
- T0_production hypernym "http://identifiers.org/go/GO:0006412"
202
- Mp_degradation hypernym "http://identifiers.org/go/GO:0006402"
203
- Mt_degradation hypernym "http://identifiers.org/go/GO:0006402"
204
- end
205
-
206
- Leloup1999_CircClock_periodic is "Leloup1999_CircClock"
207
-
208
- Leloup1999_CircClock_periodic model_entity_is "http://identifiers.org/biomodels.db/MODEL6617834203"
209
- Leloup1999_CircClock_periodic model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000021"
210
- Leloup1999_CircClock_periodic description "http://identifiers.org/pubmed/10366496"
211
- Leloup1999_CircClock_periodic origin "http://identifiers.org/biomodels.db/BIOMD0000000171"
212
- Leloup1999_CircClock_periodic taxon "http://identifiers.org/taxonomy/7227"
213
- Leloup1999_CircClock_periodic identity "http://identifiers.org/kegg.pathway/dme04710"
214
- Leloup1999_CircClock_periodic hypernym "http://identifiers.org/go/GO:0042752"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000022.txt DELETED
@@ -1,257 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Ueda2001_CircClock()
3
-
4
- // Compartments and Species:
5
- compartment Drosophilia, compartment_0000003, compartment_0000002;
6
- species $EmptySet in Drosophilia, CCc in compartment_0000003, CCn in compartment_0000002;
7
- species Clkc in compartment_0000003, Clkm in compartment_0000003, Perc in compartment_0000003;
8
- species Perm in compartment_0000003, PTc in compartment_0000003, PTn in compartment_0000002;
9
- species Timc in compartment_0000003, Timm in compartment_0000003, $species_0000012 in compartment_0000003;
10
- species $species_0000013 in compartment_0000003;
11
-
12
- // Reactions:
13
- Reaction1: $EmptySet => Perm; compartment_0000003*(Reaction1_c1 + (Reaction1_B1 + (CCn/Reaction1_A1)^Reaction1_a)*Reaction1_s1/(1 + Reaction1_B1 + (CCn/Reaction1_A1)^Reaction1_a + (PTn/Reaction1_r1)^Reaction1_r));
14
- Reaction2: Perm => $EmptySet; compartment_0000003*Reaction2_D0*Perm;
15
- Reaction3: $EmptySet => Timm; compartment_0000003*(Reaction3_c2 + (Reaction3_B2 + (CCn/Reaction3_A2)^Reaction3_a)*Reaction3_s3/(1 + Reaction3_B2 + (CCn/Reaction3_A2)^Reaction3_a + (PTn/Reaction3_r2)^Reaction3_r));
16
- Reaction4: Timm => $EmptySet; Drosophilia*Reaction4_D0*Timm;
17
- Reaction5: $EmptySet => Clkm; compartment_0000003*(Reaction5_c3 + (Reaction5_B3 + (PTn/Reaction5_A3)^Reaction5_a)*Reaction5_s5/(1 + Reaction5_B3 + (PTn/Reaction5_A3)^Reaction5_a + (CCn/Reaction5_r3)^Reaction5_r));
18
- Reaction6: Clkm => $EmptySet; Drosophilia*Clkm*Reaction6_D0;
19
- Reaction7: CCc => CCn; compartment_0000003*(CCc*Reaction7_T3/(Reaction7_k3 + CCc));
20
- Reaction8: CCn => CCc; compartment_0000002*(CCn*Reaction8_T4/(Reaction8_k4 + CCn));
21
- Reaction9: PTn => PTc; compartment_0000002*(PTn*Reaction9_T2/(Reaction9_k2 + PTn));
22
- Reaction10: PTc => PTn; compartment_0000003*(PTc*Reaction10_T1/(Reaction10_k1 + PTc));
23
- Reaction11: $species_0000012 + Clkc -> CCc; compartment_0000003*(Clkc*Reaction11_v3*species_0000012 - Reaction11_parameter_0000073*CCc);
24
- Reaction12: Perc + Timc -> PTc; compartment_0000003*(Perc*Timc*Reaction12_v1 - Reaction12_parameter_0000072*PTc);
25
- Reaction16: $EmptySet => Timc; compartment_0000003*Reaction16_s4*Timm;
26
- Reaction18: $EmptySet => Clkc; compartment_0000003*Clkm*Reaction18_s6;
27
- Reaction19: $EmptySet => Perc; compartment_0000003*Reaction19_s2*Perm;
28
- Reaction20: Perc => $EmptySet; Drosophilia*Reaction20_D0*Perc;
29
- Reaction21: PTc => $EmptySet; compartment_0000003*Reaction21_D0*PTc;
30
- Reaction23: PTn => $EmptySet; compartment_0000002*Reaction23_D0*PTn;
31
- Reaction24: CCc => $EmptySet; compartment_0000003*CCc*Reaction24_D0;
32
- Reaction25: Clkc => $EmptySet; compartment_0000003*Clkc*Reaction25_D0;
33
- Reaction26: CCn => $EmptySet; compartment_0000002*CCn*Reaction26_D0;
34
- Reaction27: Timc => $EmptySet; compartment_0000003*Reaction27_D0*Timc;
35
- Reaction28: Perm => $EmptySet; compartment_0000003*(Reaction28_D1*Perm/(Reaction28_L1 + Perm));
36
- Reaction29: Perc => $EmptySet; compartment_0000003*(Reaction29_D2*species_0000013*Perc/(Reaction29_L2 + Perc));
37
- Reaction30: Timm => $EmptySet; compartment_0000003*(Reaction30_D3*Timm/(Reaction30_L3 + Timm));
38
- Reaction31: Timc => $EmptySet; compartment_0000003*(Reaction31_D4*Timc/(Reaction31_L4 + Timc));
39
- Reaction32: PTc => $EmptySet; compartment_0000003*(Reaction32_D5*PTc/(Reaction32_L5 + PTc));
40
- Reaction33: PTn => $EmptySet; compartment_0000002*(Reaction33_D6*PTn/(Reaction33_L6 + PTn));
41
- Reaction34: Clkm => $EmptySet; compartment_0000003*(Clkm*Reaction34_D7/(Clkm + Reaction34_L7));
42
- Reaction35: Clkc => $EmptySet; compartment_0000003*(Clkc*Reaction35_D8/(Clkc + Reaction35_L8));
43
- Reaction36: CCc => $EmptySet; compartment_0000003*(CCc*Reaction36_D9/(CCc + Reaction36_L9));
44
- Reaction37: CCn => $EmptySet; compartment_0000002*(CCn*Reaction37_D10/(CCn + Reaction37_L10));
45
-
46
- // Species initializations:
47
- EmptySet = 0;
48
- CCc = 0.3/compartment_0000003;
49
- CCn = 0.4/compartment_0000002;
50
- Clkc = 0.2/compartment_0000003;
51
- Clkm = 0.1/compartment_0000003;
52
- Perc = 0.6/compartment_0000003;
53
- Perm = 0.5/compartment_0000003;
54
- PTc = 0.9/compartment_0000003;
55
- PTn = 1/compartment_0000002;
56
- Timc = 0.8/compartment_0000003;
57
- Timm = 0.7/compartment_0000003;
58
- species_0000012 = 1/compartment_0000003;
59
- species_0000013 = 1/compartment_0000003;
60
-
61
- // Compartment initializations:
62
- Drosophilia = 1;
63
- compartment_0000003 = 1;
64
- compartment_0000002 = 1;
65
-
66
- // Variable initializations:
67
- Reaction1_a = 1;
68
- Reaction1_A1 = 0.45;
69
- Reaction1_B1 = 0;
70
- Reaction1_c1 = 0;
71
- Reaction1_r1 = 1.02;
72
- Reaction1_s1 = 1.45;
73
- Reaction1_r = 4;
74
- Reaction2_D0 = 0.012;
75
- Reaction3_a = 1;
76
- Reaction3_A2 = 0.45;
77
- Reaction3_B2 = 0;
78
- Reaction3_c2 = 0;
79
- Reaction3_r2 = 1.02;
80
- Reaction3_s3 = 1.45;
81
- Reaction3_r = 4;
82
- Reaction4_D0 = 0.012;
83
- Reaction5_a = 1;
84
- Reaction5_A3 = 0.8;
85
- Reaction5_B3 = 0.6;
86
- Reaction5_c3 = 0;
87
- Reaction5_r3 = 0.89;
88
- Reaction5_s5 = 1.63;
89
- Reaction5_r = 4;
90
- Reaction6_D0 = 0.012;
91
- Reaction7_k3 = 2;
92
- Reaction7_T3 = 1.63;
93
- Reaction8_k4 = 2;
94
- Reaction8_T4 = 0.52;
95
- Reaction9_k2 = 2;
96
- Reaction9_T2 = 0.72;
97
- Reaction10_k1 = 2;
98
- Reaction10_T1 = 1.73;
99
- Reaction11_v3 = 1.63;
100
- Reaction11_parameter_0000073 = 1.63;
101
- Reaction12_v1 = 1.45;
102
- Reaction12_parameter_0000072 = 1.45;
103
- Reaction16_s4 = 0.48;
104
- Reaction18_s6 = 0.47;
105
- Reaction19_s2 = 0.48;
106
- Reaction20_D0 = 0.012;
107
- Reaction21_D0 = 0.012;
108
- Reaction23_D0 = 0.012;
109
- Reaction24_D0 = 0.012;
110
- Reaction25_D0 = 0.012;
111
- Reaction26_D0 = 0.012;
112
- Reaction27_D0 = 0.012;
113
- Reaction28_D1 = 0.94;
114
- Reaction28_L1 = 0.3;
115
- Reaction29_D2 = 0.44;
116
- Reaction29_L2 = 0.2;
117
- Reaction30_D3 = 0.94;
118
- Reaction30_L3 = 0.3;
119
- Reaction31_D4 = 0.44;
120
- Reaction31_L4 = 0.2;
121
- Reaction32_D5 = 0.44;
122
- Reaction32_L5 = 0.2;
123
- Reaction33_D6 = 0.29;
124
- Reaction33_L6 = 0.2;
125
- Reaction34_D7 = 0.54;
126
- Reaction34_L7 = 0.13;
127
- Reaction35_D8 = 0.6;
128
- Reaction35_L8 = 0.2;
129
- Reaction36_D9 = 0.6;
130
- Reaction36_L9 = 0.2;
131
- Reaction37_D10 = 0.3;
132
- Reaction37_L10 = 0.2;
133
-
134
- // Other declarations:
135
- const Drosophilia, compartment_0000003, compartment_0000002;
136
-
137
- // Unit definitions:
138
- unit substance = 1e-9 mole;
139
- unit time_unit = 3600 second;
140
-
141
- // Display Names:
142
- substance is "nanomole (default)";
143
- time_unit is "hour (default)";
144
- compartment_0000003 is "cytoplasm";
145
- compartment_0000002 is "nucleus";
146
- CCc is "Clk-Cyc_cyt";
147
- CCn is "Clk-Cyc_nuc";
148
- Clkc is "Clk_cyt";
149
- Clkm is "Clk_mRNA";
150
- Perc is "Per_cyt";
151
- Perm is "Per_mRNA";
152
- PTc is "Per-Tim_cyt";
153
- PTn is "Per-Tim_nuc";
154
- Timc is "Tim_cyt";
155
- Timm is "Tim_mRNA";
156
- species_0000012 is "Cyc_cyt";
157
- species_0000013 is "Dbt_cyt";
158
- Reaction1 is "Per transcription";
159
- Reaction2 is "non-specific Per mRNA degradation";
160
- Reaction3 is "Tim transcription";
161
- Reaction4 is "non-specific Tim mRNA degradation";
162
- Reaction5 is "Clk transcription";
163
- Reaction6 is "non-specific Clk mRNA degradation";
164
- Reaction7 is "Clk-Cyc nuclear import";
165
- Reaction8 is "Clk-Cyc nuclear export";
166
- Reaction9 is "Per-Tim nuclear export";
167
- Reaction10 is "Per-Tim nuclear import";
168
- Reaction11 is "Clk Cyc equilibrium";
169
- Reaction12 is "Per Tim equilibrium";
170
- Reaction16 is "Tim translation";
171
- Reaction18 is "Clk translation";
172
- Reaction19 is "Per translation";
173
- Reaction20 is "non-specific Per_cyt degradation";
174
- Reaction21 is "non-specific Per-Tim_cyt degradation";
175
- Reaction23 is "non-specific Per-Tim_nuc degradation";
176
- Reaction24 is "non-specific Clk-Cyc_cyt degradation";
177
- Reaction25 is "non-specific Clk_cyt degradation";
178
- Reaction26 is "non-specific Clk-Cyc_nuc degradation";
179
- Reaction27 is "non-specific Tim_cyt degradation";
180
- Reaction28 is "Per mRNA degradation";
181
- Reaction29 is "Dbt regulated Per_cyt degradation";
182
- Reaction30 is "Tim mRNA degradation";
183
- Reaction31 is "Tim_cyt degradation";
184
- Reaction32 is "Per-Tim_cyt degradation";
185
- Reaction33 is "Per-Tim_nuc degradation";
186
- Reaction34 is "Clk mRNA degradation";
187
- Reaction35 is "Clk_cyt degradation";
188
- Reaction36 is "Clk-Cyc_cyt degradation";
189
-
190
- // CV terms:
191
- compartment_0000003 identity "http://identifiers.org/go/GO:0005737"
192
- compartment_0000002 identity "http://identifiers.org/go/GO:0005634"
193
- CCc part "http://identifiers.org/uniprot/O61735",
194
- "http://identifiers.org/uniprot/O61734"
195
- CCn part "http://identifiers.org/uniprot/O61734",
196
- "http://identifiers.org/uniprot/O61735"
197
- Clkc identity "http://identifiers.org/uniprot/O61735"
198
- Clkm hypernym "http://identifiers.org/chebi/CHEBI:33699",
199
- "http://identifiers.org/kegg.compound/C00046"
200
- Perc identity "http://identifiers.org/uniprot/P07663"
201
- Perm hypernym "http://identifiers.org/chebi/CHEBI:33699",
202
- "http://identifiers.org/kegg.compound/C00046"
203
- PTc part "http://identifiers.org/uniprot/P07663",
204
- "http://identifiers.org/uniprot/P49021"
205
- PTn part "http://identifiers.org/uniprot/P07663",
206
- "http://identifiers.org/uniprot/P49021"
207
- Timc identity "http://identifiers.org/uniprot/P49021"
208
- Timm hypernym "http://identifiers.org/chebi/CHEBI:33699",
209
- "http://identifiers.org/kegg.compound/C00046"
210
- species_0000012 identity "http://identifiers.org/uniprot/O61734"
211
- species_0000013 identity "http://identifiers.org/uniprot/O76324"
212
- Reaction1 hypernym "http://identifiers.org/go/GO:0006355",
213
- "http://identifiers.org/go/GO:0009299"
214
- Reaction2 hypernym "http://identifiers.org/go/GO:0006402"
215
- Reaction3 hypernym "http://identifiers.org/go/GO:0009299",
216
- "http://identifiers.org/go/GO:0006355"
217
- Reaction4 hypernym "http://identifiers.org/go/GO:0006402"
218
- Reaction5 hypernym "http://identifiers.org/go/GO:0009299",
219
- "http://identifiers.org/go/GO:0006355"
220
- Reaction6 hypernym "http://identifiers.org/go/GO:0006402"
221
- Reaction7 hypernym "http://identifiers.org/go/GO:0006606"
222
- Reaction8 hypernym "http://identifiers.org/go/GO:0006611"
223
- Reaction9 hypernym "http://identifiers.org/go/GO:0006611"
224
- Reaction10 hypernym "http://identifiers.org/go/GO:0006606"
225
- Reaction11 hypernym "http://identifiers.org/go/GO:0006461"
226
- Reaction12 hypernym "http://identifiers.org/go/GO:0006461"
227
- Reaction16 hypernym "http://identifiers.org/go/GO:0006412"
228
- Reaction18 hypernym "http://identifiers.org/go/GO:0006412"
229
- Reaction19 hypernym "http://identifiers.org/go/GO:0006412"
230
- Reaction20 hypernym "http://identifiers.org/go/GO:0030163"
231
- Reaction21 hypernym "http://identifiers.org/go/GO:0030163"
232
- Reaction23 hypernym "http://identifiers.org/go/GO:0030163"
233
- Reaction24 hypernym "http://identifiers.org/go/GO:0030163"
234
- Reaction25 hypernym "http://identifiers.org/go/GO:0030163"
235
- Reaction26 hypernym "http://identifiers.org/go/GO:0030163"
236
- Reaction27 hypernym "http://identifiers.org/go/GO:0030163"
237
- Reaction28 hypernym "http://identifiers.org/go/GO:0006402"
238
- Reaction29 hypernym "http://identifiers.org/go/GO:0030163"
239
- Reaction30 hypernym "http://identifiers.org/go/GO:0006402"
240
- Reaction31 hypernym "http://identifiers.org/go/GO:0030163"
241
- Reaction32 hypernym "http://identifiers.org/go/GO:0030163"
242
- Reaction33 hypernym "http://identifiers.org/go/GO:0030163"
243
- Reaction34 hypernym "http://identifiers.org/go/GO:0006402"
244
- Reaction35 hypernym "http://identifiers.org/go/GO:0030163"
245
- Reaction36 hypernym "http://identifiers.org/go/GO:0030163"
246
- Reaction37 hypernym "http://identifiers.org/go/GO:0030163"
247
- end
248
-
249
- Ueda2001_CircClock is "Ueda2001_CircClock"
250
-
251
- Ueda2001_CircClock model_entity_is "http://identifiers.org/biomodels.db/MODEL6617909980"
252
- Ueda2001_CircClock model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000022"
253
- Ueda2001_CircClock description "http://identifiers.org/pubmed/11403560"
254
- Ueda2001_CircClock origin "http://identifiers.org/pubmed/10531060"
255
- Ueda2001_CircClock hypernym "http://identifiers.org/kegg.pathway/dme04710"
256
- Ueda2001_CircClock taxon "http://identifiers.org/taxonomy/7227"
257
- Ueda2001_CircClock hypernym "http://identifiers.org/go/GO:0042752"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000023.txt DELETED
@@ -1,175 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Rohwer2001_Sucrose()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species Fru in compartment_, Glc in compartment_, HexP in compartment_;
7
- species Suc6P in compartment_, Suc in compartment_, $Sucvac in compartment_;
8
- species $glycolysis in compartment_, $phos in compartment_, $UDP in compartment_;
9
- species $ADP in compartment_, $ATP in compartment_, $Glcex in compartment_;
10
- species $Fruex in compartment_;
11
-
12
- // Reactions:
13
- v1: $Fruex -> Fru; compartment_*(v1_Vmax1*Fruex/(v1_Km1Fruex*(1 + Fru/v1_Ki1Fru) + Fruex));
14
- v2: $Glcex -> Glc; compartment_*(v2_Vmax2*Glcex/(v2_Km2Glcex*(1 + Glc/v2_Ki2Glc) + Glcex));
15
- v3: $ATP + Glc -> HexP + $ADP; compartment_*(v3_Vmax3*(Glc/v3_Km3Glc)*(ATP/v3_Km3ATP)/((1 + ATP/v3_Km3ATP)*(1 + Glc/v3_Km3Glc + Fru/v3_Km4Fru + 0.113*HexP/v3_Ki3G6P + 0.0575*HexP/v3_Ki4F6P)));
16
- v4: Fru + $ATP -> HexP + $ADP; compartment_*(v4_Vmax4*(Fru/v4_Km4Fru)*(ATP/v4_Km4ATP)/((1 + ATP/v4_Km4ATP)*(1 + Glc/v4_Km3Glc + Fru/v4_Km4Fru + 0.113*HexP/v4_Ki3G6P + 0.0575*HexP/v4_Ki4F6P)));
17
- v5: Fru + $ATP -> HexP + $ADP; compartment_*((v5_Vmax5/(1 + Fru/v5_Ki5Fru))*(Fru/v5_Km5Fru)*(ATP/v5_Km5ATP)/(1 + Fru/v5_Km5Fru + ATP/v5_Km5ATP + Fru*ATP/(v5_Km5Fru*v5_Km5ATP) + ADP/v5_Ki5ADP));
18
- v6: 2 HexP -> $UDP + Suc6P; compartment_*(v6_Vmax6f*(0.0575*HexP*0.8231*HexP - Suc6P*UDP/v6_Keq6)/(0.0575*HexP*0.8231*HexP*(1 + Suc6P/v6_Ki6Suc6P) + v6_Km6F6P*(1 + phos/v6_Ki6Pi)*(0.8231*HexP + v6_Ki6UDPGlc) + v6_Km6UDPGlc*0.0575*HexP + (v6_Vmax6f/(v6_Vmax6r*v6_Keq6))*(v6_Km6UDP*Suc6P*(1 + 0.8231*HexP/v6_Ki6UDPGlc) + UDP*(v6_Km6Suc6P*(1 + v6_Km6UDPGlc*0.0575*HexP/(v6_Ki6UDPGlc*v6_Km6F6P*(1 + phos/v6_Ki6Pi))) + Suc6P*(1 + 0.0575*HexP/v6_Ki6F6P)))));
19
- v7: Suc6P -> Suc + $phos; compartment_*(v7_Vmax7*Suc6P/(v7_Km7Suc6P + Suc6P));
20
- v8: HexP + Fru -> Suc + $UDP; compartment_*(-v8_Vmax8f*(Suc*UDP - Fru*0.8231*HexP/v8_Keq8)/(Suc*UDP*(1 + Fru/v8_Ki8Fru) + v8_Km8Suc*(UDP + v8_Ki8UDP) + v8_Km8UDP*Suc + (v8_Vmax8f/(v8_Vmax8r*v8_Keq8))*(v8_Km8UDPGlc*Fru*(1 + UDP/v8_Ki8UDP) + 0.8231*HexP*(v8_Km8Fru*(1 + v8_Km8UDP*Suc/(v8_Ki8UDP*v8_Km8Suc)) + Fru*(1 + Suc/v8_Ki8Suc)))));
21
- v9: Suc -> Fru + Glc; compartment_*((v9_Vmax9/(1 + Glc/v9_Ki9Glc))*Suc/(v9_Km9Suc*(1 + Fru/v9_Ki9Fru) + Suc));
22
- v10: HexP -> $glycolysis; compartment_*(v10_Vmax10*0.0575*HexP/(v10_Km10F6P + 0.0575*HexP));
23
- v11: Suc -> $Sucvac; compartment_*(v11_Vmax11*Suc/(v11_Km11Suc + Suc));
24
-
25
- // Species initializations:
26
- Fru = 1;
27
- Glc = 1;
28
- HexP = 1;
29
- Suc6P = 1;
30
- Suc = 1;
31
- Sucvac = 0;
32
- glycolysis = 0;
33
- phos = 5.1;
34
- UDP = 0.2;
35
- ADP = 0.2;
36
- ATP = 1;
37
- Glcex = 5;
38
- Fruex = 5;
39
-
40
- // Compartment initializations:
41
- compartment_ = 1;
42
-
43
- // Variable initializations:
44
- v1_Vmax1 = 0.286;
45
- v1_Km1Fruex = 0.2;
46
- v1_Ki1Fru = 1;
47
- v2_Vmax2 = 0.286;
48
- v2_Km2Glcex = 0.2;
49
- v2_Ki2Glc = 1;
50
- v3_Vmax3 = 0.197;
51
- v3_Km3Glc = 0.07;
52
- v3_Km3ATP = 0.25;
53
- v3_Km4Fru = 10;
54
- v3_Ki3G6P = 0.1;
55
- v3_Ki4F6P = 10;
56
- v4_Vmax4 = 0.197;
57
- v4_Km4Fru = 10;
58
- v4_Km4ATP = 0.25;
59
- v4_Km3Glc = 0.07;
60
- v4_Ki3G6P = 0.1;
61
- v4_Ki4F6P = 10;
62
- v5_Vmax5 = 0.164;
63
- v5_Ki5Fru = 12;
64
- v5_Km5Fru = 0.1;
65
- v5_Km5ATP = 0.085;
66
- v5_Ki5ADP = 2;
67
- v6_Vmax6f = 0.379;
68
- v6_Keq6 = 10;
69
- v6_Ki6Suc6P = 0.07;
70
- v6_Km6F6P = 0.6;
71
- v6_Ki6Pi = 3;
72
- v6_Ki6UDPGlc = 1.4;
73
- v6_Km6UDPGlc = 1.8;
74
- v6_Vmax6r = 0.2;
75
- v6_Km6UDP = 0.3;
76
- v6_Km6Suc6P = 0.1;
77
- v6_Ki6F6P = 0.4;
78
- v7_Vmax7 = 0.5;
79
- v7_Km7Suc6P = 0.1;
80
- v8_Vmax8f = 0.677;
81
- v8_Keq8 = 5;
82
- v8_Ki8Fru = 4;
83
- v8_Km8Suc = 50;
84
- v8_Ki8UDP = 0.3;
85
- v8_Km8UDP = 0.3;
86
- v8_Vmax8r = 0.3;
87
- v8_Km8UDPGlc = 0.3;
88
- v8_Km8Fru = 4;
89
- v8_Ki8Suc = 40;
90
- v9_Vmax9 = 0.372;
91
- v9_Ki9Glc = 15;
92
- v9_Km9Suc = 10;
93
- v9_Ki9Fru = 15;
94
- v10_Vmax10 = 0.1;
95
- v10_Km10F6P = 0.2;
96
- v11_Vmax11 = 1;
97
- v11_Km11Suc = 100;
98
-
99
- // Other declarations:
100
- const compartment_;
101
-
102
- // Unit definitions:
103
- unit substance = 1e-3 mole;
104
- unit time_unit = 60 second;
105
-
106
- // Display Names:
107
- substance is "millimole (default)";
108
- time_unit is "minute (default)";
109
- compartment_ is "cell";
110
-
111
- // CV terms:
112
- compartment_ identity "http://identifiers.org/obo.go/GO:0005623"
113
- Fru identity "http://identifiers.org/obo.chebi/CHEBI:15824",
114
- "http://identifiers.org/kegg.compound/C00095"
115
- Glc identity "http://identifiers.org/obo.chebi/CHEBI:17634",
116
- "http://identifiers.org/kegg.compound/C00031"
117
- HexP version "http://identifiers.org/obo.chebi/CHEBI:16218",
118
- "http://identifiers.org/obo.chebi/CHEBI:15946",
119
- "http://identifiers.org/obo.chebi/CHEBI:14314"
120
- HexP version "http://identifiers.org/kegg.compound/C00029",
121
- "http://identifiers.org/kegg.compound/C00668",
122
- "http://identifiers.org/kegg.compound/C00085",
123
- "http://identifiers.org/kegg.compound/C00103",
124
- "http://identifiers.org/chebi/CHEBI:18066"
125
- Suc6P identity "http://identifiers.org/obo.chebi/CHEBI:16308",
126
- "http://identifiers.org/kegg.compound/C02591"
127
- Suc identity "http://identifiers.org/obo.chebi/CHEBI:17992",
128
- "http://identifiers.org/kegg.compound/C00089"
129
- Sucvac identity "http://identifiers.org/obo.chebi/CHEBI:17992",
130
- "http://identifiers.org/kegg.compound/C00089"
131
- glycolysis identity "http://identifiers.org/kegg.compound/C05378",
132
- "http://identifiers.org/chebi/CHEBI:28013"
133
- phos identity "http://identifiers.org/obo.chebi/CHEBI:18367",
134
- "http://identifiers.org/kegg.compound/C00009"
135
- UDP identity "http://identifiers.org/obo.chebi/CHEBI:17659",
136
- "http://identifiers.org/kegg.compound/C00015"
137
- ADP identity "http://identifiers.org/obo.chebi/CHEBI:16761",
138
- "http://identifiers.org/kegg.compound/C00008"
139
- ATP identity "http://identifiers.org/obo.chebi/CHEBI:15422",
140
- "http://identifiers.org/kegg.compound/C00002"
141
- Glcex identity "http://identifiers.org/obo.chebi/CHEBI:17634",
142
- "http://identifiers.org/kegg.compound/C00031"
143
- Fruex identity "http://identifiers.org/obo.chebi/CHEBI:15824",
144
- "http://identifiers.org/kegg.compound/C00095"
145
- v1 hypernym "http://identifiers.org/obo.go/GO:0015755"
146
- v2 hypernym "http://identifiers.org/obo.go/GO:0015758"
147
- v3 hypernym "http://identifiers.org/ec-code/2.7.1.2"
148
- v3 identity "http://identifiers.org/kegg.reaction/R00299"
149
- v4 hypernym "http://identifiers.org/ec-code/2.7.1.4"
150
- v4 identity "http://identifiers.org/kegg.reaction/R03920",
151
- "http://identifiers.org/kegg.reaction/R00760"
152
- v5 hypernym "http://identifiers.org/ec-code/2.7.1.4"
153
- v5 identity "http://identifiers.org/kegg.reaction/R00760"
154
- v6 hypernym "http://identifiers.org/ec-code/2.4.1.14"
155
- v6 identity "http://identifiers.org/kegg.reaction/R00766"
156
- v7 hypernym "http://identifiers.org/ec-code/3.1.3.24"
157
- v7 identity "http://identifiers.org/kegg.reaction/R00805"
158
- v8 hypernym "http://identifiers.org/ec-code/2.4.1.13"
159
- v8 identity "http://identifiers.org/kegg.reaction/R00806"
160
- v9 hypernym "http://identifiers.org/ec-code/3.2.1.26",
161
- "http://identifiers.org/ec-code/3.2.1.48",
162
- "http://identifiers.org/ec-code/3.2.1.20"
163
- v9 identity "http://identifiers.org/kegg.reaction/R00802"
164
- v10 hypernym "http://identifiers.org/obo.go/GO:0006096"
165
- v11 hypernym "http://identifiers.org/obo.go/GO:0015770"
166
- end
167
-
168
- Rohwer2001_Sucrose is "Rohwer2001_Sucrose"
169
-
170
- Rohwer2001_Sucrose model_entity_is "http://identifiers.org/biomodels.db/MODEL6618063111"
171
- Rohwer2001_Sucrose model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000023"
172
- Rohwer2001_Sucrose description "http://identifiers.org/pubmed/11513743"
173
- Rohwer2001_Sucrose taxon "http://identifiers.org/taxonomy/4547"
174
- Rohwer2001_Sucrose hypernym "http://identifiers.org/obo.go/GO:0005986"
175
- Rohwer2001_Sucrose identity "http://identifiers.org/kegg.pathway/map00500"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000024.txt DELETED
@@ -1,67 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Scheper1999()
3
-
4
- // Compartments and Species:
5
- compartment compartment_0000004;
6
- species $EmptySet in compartment_0000004, M in compartment_0000004, P in compartment_0000004;
7
-
8
- // Reactions:
9
- TC: $EmptySet => M; compartment_0000004*(TC_rM/(1 + (P/TC_k)^TC_n));
10
- TL: $EmptySet => P; compartment_0000004*TL_rP*delay(M, TL_parameter_0000009)^TL_m;
11
- Md: M => $EmptySet; compartment_0000004*Md_qM*M;
12
- Pd: P => $EmptySet; compartment_0000004*Pd_qP*P;
13
-
14
- // Species initializations:
15
- EmptySet = 0;
16
- M = 1e-15/compartment_0000004;
17
- P = 1e-15/compartment_0000004;
18
-
19
- // Compartment initializations:
20
- compartment_0000004 = 1e-15;
21
-
22
- // Variable initializations:
23
- TC_rM = 1;
24
- TC_k = 1;
25
- TC_n = 2;
26
- TL_rP = 1;
27
- TL_m = 3;
28
- TL_parameter_0000009 = 4;
29
- Md_qM = 0.21;
30
- Pd_qP = 0.21;
31
-
32
- // Other declarations:
33
- const compartment_0000004;
34
-
35
- // Unit definitions:
36
- unit time_unit = 3600 second;
37
-
38
- // Display Names:
39
- compartment_0000004 is "cytoplasm";
40
- M is "mRNA";
41
- P is "protein";
42
- TC is "mRNA production";
43
- TL is "protein production";
44
- Md is "messenger degradation";
45
- Pd is "protein degradation";
46
-
47
- // CV terms:
48
- compartment_0000004 identity "http://identifiers.org/go/GO:0005737"
49
- M hypernym "http://identifiers.org/chebi/CHEBI:33699",
50
- "http://identifiers.org/kegg.compound/C00046"
51
- P identity "http://identifiers.org/kegg.compound/C00017",
52
- "http://identifiers.org/chebi/CHEBI:16541"
53
- TC hypernym "http://identifiers.org/go/GO:0009299"
54
- TL hypernym "http://identifiers.org/go/GO:0006412"
55
- Md hypernym "http://identifiers.org/go/GO:0006402"
56
- Pd hypernym "http://identifiers.org/go/GO:0030163"
57
- end
58
-
59
- Scheper1999 is "Scheper1999_CircClock"
60
-
61
- Scheper1999 model_entity_is "http://identifiers.org/biomodels.db/MODEL6618241436"
62
- Scheper1999 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000024"
63
- Scheper1999 description "http://identifiers.org/pubmed/9870936"
64
- Scheper1999 taxon "http://identifiers.org/taxonomy/10036",
65
- "http://identifiers.org/taxonomy/7227"
66
- Scheper1999 identity "http://identifiers.org/kegg.pathway/dme04711"
67
- Scheper1999 hypernym "http://identifiers.org/go/GO:0042752"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000025.txt DELETED
@@ -1,87 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Smolen2002()
3
-
4
- // Compartments and Species:
5
- compartment CELL;
6
- species $EmptySet in CELL, Per in CELL, dClk in CELL, $dClkF in CELL;
7
-
8
- // Assignment Rules:
9
- dClkF := piecewise(0, (dClk - Per) < 0, dClk - Per);
10
- dClkF_tau1 := piecewise(0, (delay(dClk, tau1) - delay(Per, tau1)) < 0, delay(dClk, tau1) - delay(Per, tau1));
11
- dClkF_tau2 := piecewise(0, (delay(dClk, tau2) - delay(Per, tau2)) < 0, delay(dClk, tau2) - delay(Per, tau2));
12
-
13
- // Reactions:
14
- rPer: $EmptySet => Per; Vsp*(dClkF_tau1/(K1 + dClkF_tau1))*CELL;
15
- rdClk: $EmptySet => dClk; CELL*Vsc*(K2/(K2 + dClkF_tau2));
16
- rPerD: Per => $EmptySet; kdc*Per*CELL;
17
- rdClkD: dClk => $EmptySet; kdp*dClk*CELL;
18
-
19
- // Species initializations:
20
- EmptySet = 0;
21
- Per = 5e-16;
22
- dClk = 1e-16;
23
-
24
- // Compartment initializations:
25
- CELL = 1e-15;
26
- dClkF_tau1 has nM;
27
-
28
- // Variable initializations:
29
- tau1 = 10;
30
- tau1 has time_unit;
31
- dClkF_tau2 has nM;
32
- tau2 = 10;
33
- tau2 has time_unit;
34
- Vsp = 0.5;
35
- Vsp has nM_per_hr;
36
- K1 = 0.3;
37
- K1 has nM;
38
- Vsc = 0.25;
39
- Vsc has nM_per_hr;
40
- K2 = 0.1;
41
- K2 has nM;
42
- kdc = 0.5;
43
- kdc has per_hr;
44
- kdp = 0.5;
45
- kdp has per_hr;
46
-
47
- // Other declarations:
48
- var dClkF_tau1, dClkF_tau2;
49
- const CELL, tau1, tau2, Vsp, K1, Vsc, K2, kdc, kdp;
50
-
51
- // Unit definitions:
52
- unit time_unit = 3600 second;
53
- unit substance = 1e-9 mole;
54
- unit nM = 1e-9 mole / litre;
55
- unit nM_per_hr = 1e-9 mole / (litre * 3600 second);
56
- unit per_hr = 1 / 3600 second;
57
-
58
- // Display Names:
59
- time_unit is "hour (new default)";
60
- substance is "nanomole (new default)";
61
- dClkF is "free dClk";
62
- rPer is "Per production";
63
- rdClk is "dClk production";
64
- rPerD is "Per degradation";
65
- rdClkD is "dClk degradation";
66
-
67
- // CV terms:
68
- CELL identity "http://identifiers.org/go/GO:0005623"
69
- Per identity "http://identifiers.org/uniprot/P07663"
70
- dClk part "http://identifiers.org/uniprot/P07663",
71
- "http://identifiers.org/uniprot/O61735"
72
- dClkF identity "http://identifiers.org/uniprot/O61735"
73
- rPer hypernym "http://identifiers.org/go/GO:0006412"
74
- rdClk hypernym "http://identifiers.org/go/GO:0006412"
75
- rPerD hypernym "http://identifiers.org/go/GO:0030163"
76
- rdClkD hypernym "http://identifiers.org/go/GO:0030163"
77
- end
78
-
79
- Smolen2002 is "Smolen2002_CircClock"
80
-
81
- Smolen2002 model_entity_is "http://identifiers.org/biomodels.db/MODEL6618294363"
82
- Smolen2002 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000025"
83
- Smolen2002 description "http://identifiers.org/pubmed/12414672"
84
- Smolen2002 origin "http://identifiers.org/pubmed/11517254"
85
- Smolen2002 taxon "http://identifiers.org/taxonomy/7227"
86
- Smolen2002 identity "http://identifiers.org/kegg.pathway/dme04710"
87
- Smolen2002 hypernym "http://identifiers.org/go/GO:0032922"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000026.txt DELETED
@@ -1,135 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Markevich2004_MAPK_orderedelementary()
3
-
4
- // Compartments and Species:
5
- compartment uVol;
6
- species M in uVol, Mp in uVol, Mpp in uVol, MAPKK in uVol, MKP3 in uVol;
7
- species M_MAPKK in uVol, Mp_MAPKK in uVol, Mpp_MKP3 in uVol, Mp_MKP3_dep in uVol;
8
- species Mp_MKP3 in uVol, M_MKP3 in uVol;
9
-
10
- // Reactions:
11
- v1a: M + MAPKK -> M_MAPKK; uVol*(k1*M*MAPKK - k_1*M_MAPKK);
12
- v1b: M_MAPKK => Mp + MAPKK; uVol*k2*M_MAPKK;
13
- v2a: Mp + MAPKK -> Mp_MAPKK; uVol*(k3*Mp*MAPKK - k_3*Mp_MAPKK);
14
- v2b: Mp_MAPKK => Mpp + MAPKK; uVol*k4*Mp_MAPKK;
15
- v3a: Mpp + MKP3 -> Mpp_MKP3; uVol*(h1*Mpp*MKP3 - h_1*Mpp_MKP3);
16
- v3b: Mpp_MKP3 => Mp_MKP3_dep; uVol*h2*Mpp_MKP3;
17
- v3c: Mp_MKP3_dep -> Mp + MKP3; h3*Mp_MKP3_dep - h_3*Mp*MKP3;
18
- v4a: Mp + MKP3 -> Mp_MKP3; uVol*(h4*Mp*MKP3 - h_4*Mp_MKP3);
19
- v4b: Mp_MKP3 => M_MKP3; uVol*h5*Mp_MKP3;
20
- v4c: M_MKP3 -> M + MKP3; uVol*(h6*M_MKP3 - h_6*M*MKP3);
21
-
22
- // Species initializations:
23
- M = 500/uVol;
24
- Mp = 0;
25
- Mpp = 0;
26
- MAPKK = 50/uVol;
27
- MKP3 = 100/uVol;
28
- M_MAPKK = 0;
29
- Mp_MAPKK = 0;
30
- Mpp_MKP3 = 0;
31
- Mp_MKP3_dep = 0;
32
- Mp_MKP3 = 0;
33
- M_MKP3 = 0;
34
-
35
- // Compartment initializations:
36
- uVol = 1;
37
-
38
- // Variable initializations:
39
- k1 = 0.02;
40
- k_1 = 1;
41
- k2 = 0.01;
42
- k3 = 0.032;
43
- k_3 = 1;
44
- k4 = 15;
45
- h1 = 0.045;
46
- h_1 = 1;
47
- h2 = 0.092;
48
- h3 = 1;
49
- h_3 = 0.01;
50
- h4 = 0.01;
51
- h_4 = 1;
52
- h5 = 0.5;
53
- h6 = 0.086;
54
- h_6 = 0.0011;
55
-
56
- // Other declarations:
57
- const uVol, k1, k_1, k2, k3, k_3, k4, h1, h_1, h2, h3, h_3, h4, h_4, h5;
58
- const h6, h_6;
59
-
60
- // Unit definitions:
61
- unit substance = 1e-9 mole;
62
-
63
- // Display Names:
64
- substance is "nanomole (default)";
65
- MKP3 is "MKP";
66
- Mpp_MKP3 is "Mpp_MKP";
67
- Mp_MKP3_dep is "Mp_MKP";
68
- Mp_MKP3 is "Mp_MKP*";
69
- M_MKP3 is "M_MKP";
70
- v1a is "binding MAPK and PP-MAPKK";
71
- v1b is "phosphorylation of MAPK";
72
- v2a is "binding PP-MAPKK and P-MAPK";
73
- v2b is "phosphorylation of P-MAPK";
74
- v3a is "binding MKP and PP-MAPK";
75
- v3b is "dephosphorylation of PP-MAPK";
76
- v3c is "dissociation of MKP from P-MAPK";
77
- v4a is "binding MKP and P-MAPK";
78
- v4b is "dephosphorylation of P-MAPK";
79
- v4c is "dissociation of MKP from MAPK";
80
-
81
- // CV terms:
82
- M hypernym "http://identifiers.org/uniprot/P26696"
83
- Mp hypernym "http://identifiers.org/uniprot/P26696"
84
- Mpp hypernym "http://identifiers.org/uniprot/P26696"
85
- MAPKK identity "http://identifiers.org/uniprot/Q05116"
86
- MKP3 identity "http://identifiers.org/uniprot/Q90W58"
87
- M_MAPKK part "http://identifiers.org/uniprot/P26696",
88
- "http://identifiers.org/uniprot/Q05116"
89
- Mp_MAPKK part "http://identifiers.org/uniprot/Q05116",
90
- "http://identifiers.org/uniprot/P26696"
91
- Mpp_MKP3 part "http://identifiers.org/uniprot/Q90W58",
92
- "http://identifiers.org/uniprot/P26696"
93
- Mp_MKP3_dep part "http://identifiers.org/uniprot/Q90W58",
94
- "http://identifiers.org/uniprot/P26696"
95
- Mp_MKP3 part "http://identifiers.org/uniprot/Q90W58",
96
- "http://identifiers.org/uniprot/P26696"
97
- M_MKP3 part "http://identifiers.org/uniprot/Q90W58",
98
- "http://identifiers.org/uniprot/P26696"
99
- v1a hypernym "http://identifiers.org/obo.go/GO:0031434",
100
- "http://identifiers.org/obo.go/GO:0051019"
101
- v1a homolog "http://identifiers.org/reactome/REACT_1780",
102
- "http://identifiers.org/reactome/REACT_495"
103
- v1b hypernym "http://identifiers.org/ec-code/2.7.12.2",
104
- "http://identifiers.org/obo.go/GO:0006468",
105
- "http://identifiers.org/obo.go/GO:0004708"
106
- v1b homolog "http://identifiers.org/reactome/REACT_136",
107
- "http://identifiers.org/reactome/REACT_2247"
108
- v2a hypernym "http://identifiers.org/obo.go/GO:0031434",
109
- "http://identifiers.org/obo.go/GO:0051019"
110
- v2a homolog "http://identifiers.org/reactome/REACT_1780",
111
- "http://identifiers.org/reactome/REACT_495"
112
- v2b hypernym "http://identifiers.org/ec-code/2.7.12.2",
113
- "http://identifiers.org/obo.go/GO:0000187",
114
- "http://identifiers.org/obo.go/GO:0006468",
115
- "http://identifiers.org/obo.go/GO:0004708"
116
- v2b homolog "http://identifiers.org/reactome/REACT_136",
117
- "http://identifiers.org/reactome/REACT_2247"
118
- v3a hypernym "http://identifiers.org/obo.go/GO:0031434",
119
- "http://identifiers.org/obo.go/GO:0051019"
120
- v3b hypernym "http://identifiers.org/ec-code/3.1.3.16",
121
- "http://identifiers.org/obo.go/GO:0000188",
122
- "http://identifiers.org/obo.go/GO:0006470"
123
- v3c hypernym "http://identifiers.org/obo.go/GO:0043241"
124
- v4a hypernym "http://identifiers.org/obo.go/GO:0051019"
125
- v4b hypernym "http://identifiers.org/ec-code/3.1.3.16"
126
- v4c hypernym "http://identifiers.org/obo.go/GO:0043241"
127
- end
128
-
129
- Markevich2004_MAPK_orderedelementary is "Markevich2004_MAPK_orderedElementary"
130
-
131
- Markevich2004_MAPK_orderedelementary model_entity_is "http://identifiers.org/biomodels.db/MODEL6618379269"
132
- Markevich2004_MAPK_orderedelementary model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000026"
133
- Markevich2004_MAPK_orderedelementary description "http://identifiers.org/pubmed/14744999"
134
- Markevich2004_MAPK_orderedelementary taxon "http://identifiers.org/taxonomy/8355"
135
- Markevich2004_MAPK_orderedelementary hypernym "http://identifiers.org/obo.go/GO:0000165"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000027.txt DELETED
@@ -1,78 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Markevich2004_MAPK_orderedMM()
3
-
4
- // Compartments and Species:
5
- compartment uVol;
6
- species M in uVol, Mp in uVol, Mpp in uVol, $MAPKK in uVol, $MKP3 in uVol;
7
-
8
- // Reactions:
9
- v1: M => Mp; uVol*(k1cat*MAPKK*M/Km1/(1 + M/Km1 + Mp/Km2));
10
- v2: Mp => Mpp; uVol*(k2cat*MAPKK*Mp/Km2/(1 + M/Km1 + Mp/Km2));
11
- v3: Mpp => Mp; uVol*(k3cat*MKP3*Mpp/Km3/(1 + Mpp/Km3 + Mp/Km4 + M/Km5));
12
- v4: Mp => M; uVol*(k4cat*MKP3*Mp/Km4/(1 + Mpp/Km3 + Mp/Km4 + M/Km5));
13
-
14
- // Species initializations:
15
- M = 500/uVol;
16
- Mp = 0;
17
- Mpp = 0;
18
- MAPKK = 50/uVol;
19
- MKP3 = 100/uVol;
20
-
21
- // Compartment initializations:
22
- uVol = 1;
23
-
24
- // Variable initializations:
25
- k1cat = 0.01;
26
- Km1 = 50;
27
- k2cat = 15;
28
- Km2 = 500;
29
- k3cat = 0.084;
30
- Km3 = 22;
31
- k4cat = 0.06;
32
- Km4 = 18;
33
- Km5 = 78;
34
-
35
- // Other declarations:
36
- const uVol, k1cat, Km1, k2cat, Km2, k3cat, Km3, k4cat, Km4, Km5;
37
-
38
- // Unit definitions:
39
- unit substance = 1e-9 mole;
40
-
41
- // Display Names:
42
- substance is "nanomole (default)";
43
- v1 is "phosphorylation of MAPK";
44
- v2 is "phosphorylation of P-MAPK";
45
- v3 is "dephosphorylation of PP-MAPK";
46
- v4 is "dephosphorylation of P-MAPK";
47
-
48
- // CV terms:
49
- M hypernym "http://identifiers.org/uniprot/P26696"
50
- Mp hypernym "http://identifiers.org/uniprot/P26696"
51
- Mpp hypernym "http://identifiers.org/uniprot/P26696"
52
- MAPKK identity "http://identifiers.org/uniprot/Q05116"
53
- MKP3 identity "http://identifiers.org/uniprot/Q90W58"
54
- v1 homolog "http://identifiers.org/reactome/REACT_2247",
55
- "http://identifiers.org/reactome/REACT_136"
56
- v1 hypernym "http://identifiers.org/ec-code/2.7.12.2",
57
- "http://identifiers.org/go/GO:0004708",
58
- "http://identifiers.org/go/GO:0006468"
59
- v2 homolog "http://identifiers.org/reactome/REACT_136",
60
- "http://identifiers.org/reactome/REACT_2247"
61
- v2 hypernym "http://identifiers.org/ec-code/2.7.12.2",
62
- "http://identifiers.org/go/GO:0004708",
63
- "http://identifiers.org/go/GO:0000187",
64
- "http://identifiers.org/go/GO:0006468"
65
- v3 hypernym "http://identifiers.org/ec-code/3.1.3.16",
66
- "http://identifiers.org/go/GO:0000188",
67
- "http://identifiers.org/go/GO:0006470"
68
- v4 hypernym "http://identifiers.org/ec-code/3.1.3.16",
69
- "http://identifiers.org/go/GO:0006470"
70
- end
71
-
72
- Markevich2004_MAPK_orderedMM is "Markevich2004 - MAPK double phosphorylation, ordered Michaelis-Menton"
73
-
74
- Markevich2004_MAPK_orderedMM model_entity_is "http://identifiers.org/biomodels.db/MODEL6618496308"
75
- Markevich2004_MAPK_orderedMM model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000027"
76
- Markevich2004_MAPK_orderedMM description "http://identifiers.org/pubmed/14744999"
77
- Markevich2004_MAPK_orderedMM hypernym "http://identifiers.org/go/GO:0000165"
78
- Markevich2004_MAPK_orderedMM taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000028.txt DELETED
@@ -1,208 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *model_0000001()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species M in cell, MpY in cell, MpT in cell, Mpp in cell, MEK in cell, MKP3 in cell;
7
- species MpY_MEK in cell, MpT_MEK in cell, M_MEK_Y in cell, M_MEK_T in cell;
8
- species Mpp_MKP3 in cell, MpY_MKP3 in cell, MpT_MKP3_Y in cell, MpT_MKP3_T in cell;
9
- species M_MKP3_T in cell, M_MKP3_Y in cell;
10
-
11
- // Reactions:
12
- reaction_0000001: M + MEK -> M_MEK_Y; cell*(k1*M*MEK - k_1*M_MEK_Y);
13
- reaction_0000002: M_MEK_Y => MpY + MEK; cell*k2*M_MEK_Y;
14
- reaction_0000003: MpY + MEK -> MpY_MEK; cell*(k3*MpY*MEK - k_3*MpY_MEK);
15
- reaction_0000004: MpY_MEK => Mpp + MEK; cell*k4*MpY_MEK;
16
- reaction_0000005: M + MEK -> M_MEK_T; cell*(k5*M*MEK - k_5*M_MEK_T);
17
- reaction_0000006: M_MEK_T => MpT + MEK; cell*k6*M_MEK_T;
18
- reaction_0000007: MpT + MEK -> MpT_MEK; cell*(k7*MpT*MEK - k_7*MpT_MEK);
19
- reaction_0000008: MpT_MEK => Mpp + MEK; cell*k8*MpT_MEK;
20
- reaction_0000009: Mpp + MKP3 -> Mpp_MKP3; cell*(h1*Mpp*MKP3 - h_1*Mpp_MKP3);
21
- reaction_0000010: Mpp_MKP3 => MpT_MKP3_Y; cell*h2*Mpp_MKP3;
22
- reaction_0000011: MpT_MKP3_Y -> MpT + MKP3; cell*(h3*MpT_MKP3_Y - h_3*MpT*MKP3);
23
- reaction_0000012: MpT_MKP3_T => M_MKP3_T; cell*h5*MpT_MKP3_T;
24
- reaction_0000013: MpT + MKP3 -> MpT_MKP3_T; cell*(h4*MpT*MKP3 - h_4*MpT_MKP3_T);
25
- reaction_0000014: MpY_MKP3 => M_MKP3_Y; cell*h8*MpY_MKP3;
26
- reaction_0000015: M_MKP3_T -> M + MKP3; cell*(h6*M_MKP3_T - h_6*M*MKP3);
27
- reaction_0000017: MpY + MKP3 -> MpY_MKP3; cell*(h7*MpY*MKP3 - h_7*MpY_MKP3);
28
- reaction_0000019: M_MKP3_Y -> M + MKP3; cell*(h9*M_MKP3_Y - h_9*M*MKP3);
29
-
30
- // Species initializations:
31
- M = 800;
32
- MpY = 0;
33
- MpT = 0;
34
- Mpp = 0;
35
- MEK = 180;
36
- MKP3 = 100;
37
- MpY_MEK = 0;
38
- MpT_MEK = 0;
39
- M_MEK_Y = 0;
40
- M_MEK_T = 0;
41
- Mpp_MKP3 = 0;
42
- MpY_MKP3 = 0;
43
- MpT_MKP3_Y = 0;
44
- MpT_MKP3_T = 0;
45
- M_MKP3_T = 0;
46
- M_MKP3_Y = 0;
47
-
48
- // Compartment initializations:
49
- cell = 1;
50
-
51
- // Variable initializations:
52
- k1 = 0.005;
53
- k_1 = 1;
54
- k2 = 1.08;
55
- k3 = 0.025;
56
- k_3 = 1;
57
- k4 = 0.007;
58
- k5 = 0.05;
59
- k_5 = 1;
60
- k6 = 0.008;
61
- k7 = 0.005;
62
- k_7 = 1;
63
- k8 = 0.45;
64
- h1 = 0.045;
65
- h_1 = 1;
66
- h2 = 0.092;
67
- h3 = 1;
68
- h_3 = 0.01;
69
- h4 = 0.01;
70
- h_4 = 1;
71
- h5 = 0.5;
72
- h6 = 0.086;
73
- h_6 = 0.0011;
74
- h7 = 0.01;
75
- h_7 = 1;
76
- h8 = 0.47;
77
- h9 = 0.14;
78
- h_9 = 0.0018;
79
-
80
- // Other declarations:
81
- const cell, k1, k_1, k2, k3, k_3, k4, k5, k_5, k6, k7, k_7, k8, h1, h_1;
82
- const h2, h3, h_3, h4, h_4, h5, h6, h_6, h7, h_7, h8, h9, h_9;
83
-
84
- // Unit definitions:
85
- unit substance = 1e-9 mole;
86
-
87
- // Display Names:
88
- substance is "nanomole (default)";
89
- M is "ERK";
90
- MpY is "ERK-PY";
91
- MpT is "ERK-PT";
92
- Mpp is "ERK-PP";
93
- MpY_MEK is "ERK-PY_MEK";
94
- MpT_MEK is "ERK-PT_MEK";
95
- M_MEK_Y is "ERK_MEK_Y";
96
- M_MEK_T is "ERK_MEK_T";
97
- Mpp_MKP3 is "ERK-PP_MKP3";
98
- MpY_MKP3 is "ERK-PY_MKP3";
99
- MpT_MKP3_Y is "ERK-PT_MKP3_Y";
100
- MpT_MKP3_T is "ERK-PT_MKP3_T";
101
- M_MKP3_T is "ERK_MKP3_T";
102
- M_MKP3_Y is "ERK_MKP3_Y";
103
- reaction_0000001 is "binding ERK and MEK";
104
- reaction_0000002 is "tyr phosphorylation of ERK";
105
- reaction_0000003 is "binding ERK-PY and MEK";
106
- reaction_0000004 is "thr phosphorylation of ERK";
107
- reaction_0000005 is "binding ERK and MEK";
108
- reaction_0000006 is "thr phosphorylation of ERK";
109
- reaction_0000007 is "binding ERK-PT and MEK";
110
- reaction_0000008 is "tyr phosphorylation of ERK";
111
- reaction_0000009 is "binding ERK-PP and MKP3";
112
- reaction_0000010 is "dephosphorylation of tyr on ERK-PP";
113
- reaction_0000011 is "dissociation ERK-PT and MKP3";
114
- reaction_0000012 is "dephosphorylation of ERK-PT";
115
- reaction_0000013 is "binding ERK-PT and MKP3";
116
- reaction_0000014 is "dephosphorylation of ERK-PY";
117
- reaction_0000015 is "dissociation ERK and MKP3";
118
- reaction_0000017 is "binding ERK-PY and MKP3";
119
- reaction_0000019 is "Dissociation ERK and MKP3";
120
-
121
- // CV terms:
122
- cell identity "http://identifiers.org/obo.go/GO:0005623"
123
- M hypernym "http://identifiers.org/uniprot/P26696"
124
- MpY hypernym "http://identifiers.org/uniprot/P26696"
125
- MpT hypernym "http://identifiers.org/uniprot/P26696"
126
- Mpp hypernym "http://identifiers.org/uniprot/P26696"
127
- MEK identity "http://identifiers.org/uniprot/Q05116"
128
- MKP3 identity "http://identifiers.org/uniprot/Q90W58"
129
- MpY_MEK part "http://identifiers.org/uniprot/Q05116",
130
- "http://identifiers.org/uniprot/P26696"
131
- MpT_MEK part "http://identifiers.org/uniprot/P26696",
132
- "http://identifiers.org/uniprot/Q05116"
133
- M_MEK_Y part "http://identifiers.org/uniprot/P26696",
134
- "http://identifiers.org/uniprot/Q05116"
135
- M_MEK_T part "http://identifiers.org/uniprot/P26696",
136
- "http://identifiers.org/uniprot/Q05116"
137
- Mpp_MKP3 part "http://identifiers.org/uniprot/P26696",
138
- "http://identifiers.org/uniprot/Q90W58"
139
- MpY_MKP3 part "http://identifiers.org/uniprot/P26696",
140
- "http://identifiers.org/uniprot/Q90W58"
141
- MpT_MKP3_Y part "http://identifiers.org/uniprot/P26696",
142
- "http://identifiers.org/uniprot/Q90W58"
143
- MpT_MKP3_T part "http://identifiers.org/uniprot/P26696",
144
- "http://identifiers.org/uniprot/Q90W58"
145
- M_MKP3_T part "http://identifiers.org/uniprot/P26696",
146
- "http://identifiers.org/uniprot/Q90W58"
147
- M_MKP3_Y part "http://identifiers.org/uniprot/Q90W58",
148
- "http://identifiers.org/uniprot/P26696"
149
- reaction_0000001 homolog "http://identifiers.org/reactome/REACT_495",
150
- "http://identifiers.org/reactome/REACT_1780"
151
- reaction_0000001 hypernym "http://identifiers.org/obo.go/GO:0051019",
152
- "http://identifiers.org/obo.go/GO:0031434"
153
- reaction_0000002 homolog "http://identifiers.org/reactome/REACT_2247",
154
- "http://identifiers.org/reactome/REACT_136"
155
- reaction_0000002 hypernym "http://identifiers.org/ec-code/2.7.12.2",
156
- "http://identifiers.org/obo.go/GO:0018108",
157
- "http://identifiers.org/obo.go/GO:0004708"
158
- reaction_0000003 homolog "http://identifiers.org/reactome/REACT_495",
159
- "http://identifiers.org/reactome/REACT_1780"
160
- reaction_0000003 hypernym "http://identifiers.org/obo.go/GO:0051019",
161
- "http://identifiers.org/obo.go/GO:0031434"
162
- reaction_0000004 homolog "http://identifiers.org/reactome/REACT_2247",
163
- "http://identifiers.org/reactome/REACT_136"
164
- reaction_0000004 hypernym "http://identifiers.org/ec-code/2.7.12.2",
165
- "http://identifiers.org/obo.go/GO:0004708",
166
- "http://identifiers.org/obo.go/GO:0018107",
167
- "http://identifiers.org/obo.go/GO:0000187"
168
- reaction_0000005 homolog "http://identifiers.org/reactome/REACT_495",
169
- "http://identifiers.org/reactome/REACT_1780"
170
- reaction_0000005 hypernym "http://identifiers.org/obo.go/GO:0051019",
171
- "http://identifiers.org/obo.go/GO:0031434"
172
- reaction_0000006 homolog "http://identifiers.org/reactome/REACT_2247",
173
- "http://identifiers.org/reactome/REACT_136"
174
- reaction_0000006 hypernym "http://identifiers.org/ec-code/2.7.12.2",
175
- "http://identifiers.org/obo.go/GO:0018107",
176
- "http://identifiers.org/obo.go/GO:0004708"
177
- reaction_0000007 homolog "http://identifiers.org/reactome/REACT_1780",
178
- "http://identifiers.org/reactome/REACT_495"
179
- reaction_0000007 hypernym "http://identifiers.org/obo.go/GO:0051019",
180
- "http://identifiers.org/obo.go/GO:0031434"
181
- reaction_0000008 homolog "http://identifiers.org/reactome/REACT_2247",
182
- "http://identifiers.org/reactome/REACT_136"
183
- reaction_0000008 hypernym "http://identifiers.org/ec-code/2.7.12.2",
184
- "http://identifiers.org/obo.go/GO:0000187",
185
- "http://identifiers.org/obo.go/GO:0018108",
186
- "http://identifiers.org/obo.go/GO:0004708"
187
- reaction_0000009 hypernym "http://identifiers.org/obo.go/GO:0051019"
188
- reaction_0000010 hypernym "http://identifiers.org/ec-code/3.1.3.16",
189
- "http://identifiers.org/obo.go/GO:0006470",
190
- "http://identifiers.org/obo.go/GO:0000188"
191
- reaction_0000011 hypernym "http://identifiers.org/obo.go/GO:0043241"
192
- reaction_0000012 hypernym "http://identifiers.org/ec-code/3.1.3.16",
193
- "http://identifiers.org/obo.go/GO:0006470"
194
- reaction_0000013 hypernym "http://identifiers.org/obo.go/GO:0051019"
195
- reaction_0000014 hypernym "http://identifiers.org/ec-code/3.1.3.16",
196
- "http://identifiers.org/obo.go/GO:0006470"
197
- reaction_0000015 hypernym "http://identifiers.org/obo.go/GO:0043241"
198
- reaction_0000017 hypernym "http://identifiers.org/obo.go/GO:0051019"
199
- reaction_0000019 hypernym "http://identifiers.org/obo.go/GO:0043241"
200
- end
201
-
202
- model_0000001 is "Markevich2004_MAPK_phosphoRandomElementary"
203
-
204
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL6618552953"
205
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000028"
206
- model_0000001 description "http://identifiers.org/pubmed/14744999"
207
- model_0000001 hypernym "http://identifiers.org/obo.go/GO:0000165"
208
- model_0000001 taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000029.txt DELETED
@@ -1,112 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *model_0000001()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species M in cell, MpY in cell, MpT in cell, Mpp in cell, $MEK in cell;
7
- species $MKP3 in cell;
8
-
9
- // Reactions:
10
- v1: M => MpY; cell*(kcat1*MEK*M/Km1/(1 + M*((Km1 + Km3)/(Km1*Km3)) + MpY/Km2 + MpT/Km4));
11
- v2: MpY => Mpp; cell*(kcat2*MEK*MpY/Km2/(1 + M*((Km1 + Km3)/(Km1*Km3)) + MpY/Km2 + MpT/Km4));
12
- v3: M => MpT; cell*(kcat3*MEK*M/Km3/(1 + M*((Km1 + Km3)/(Km1*Km3)) + MpY/Km2 + MpT/Km4));
13
- v4: MpT => Mpp; cell*(kcat4*MEK*MpT/Km4/(1 + M*((Km1 + Km3)/(Km1*Km3)) + MpY/Km2 + MpT/Km4));
14
- v5: Mpp => MpT; cell*(kcat5*MKP3*Mpp/Km5/(1 + Mpp/Km5 + MpT/Km6 + MpY/Km7 + M/Km8));
15
- v6: MpT => M; cell*(kcat6*MKP3*MpT/Km6/(1 + Mpp/Km5 + MpT/Km6 + MpY/Km7 + M/Km8));
16
- v7: MpY => M; cell*(kcat7*MKP3*MpY/Km7/(1 + Mpp/Km5 + MpT/Km6 + MpY/Km7 + M/Km8));
17
-
18
- // Species initializations:
19
- M = 800;
20
- MpY = 0;
21
- MpT = 0;
22
- Mpp = 0;
23
- MEK = 180;
24
- MKP3 = 100;
25
-
26
- // Compartment initializations:
27
- cell = 1;
28
-
29
- // Variable initializations:
30
- Km1 = 410;
31
- kcat1 = 1.08;
32
- Km2 = 40;
33
- kcat2 = 0.007;
34
- Km3 = 20;
35
- kcat3 = 0.008;
36
- Km4 = 300;
37
- kcat4 = 0.45;
38
- Km5 = 22;
39
- kcat5 = 0.084;
40
- Km6 = 18;
41
- kcat6 = 0.06;
42
- Km7 = 34;
43
- kcat7 = 0.108;
44
- Km8 = 40;
45
-
46
- // Other declarations:
47
- const cell, Km1, kcat1, Km2, kcat2, Km3, kcat3, Km4, kcat4, Km5, kcat5;
48
- const Km6, kcat6, Km7, kcat7, Km8;
49
-
50
- // Unit definitions:
51
- unit substance = 1e-9 mole;
52
-
53
- // Display Names:
54
- substance is "nanomole (default)";
55
- M is "ERK";
56
- MpY is "ERK-PY";
57
- MpT is "ERK-PT";
58
- Mpp is "ERK-PP";
59
- v1 is "phosphorylation of ERK on Tyr";
60
- v2 is "phosphorylation of ERK-PY on Thr";
61
- v3 is "phosphorylation of ERK on Thr";
62
- v4 is "phosphorylation of ERK-PT on Tyr";
63
- v5 is "dephosphorylation of ERK-PP on Tyr";
64
- v6 is "dephosphorylation of ERK-PT";
65
- v7 is "dephosphorylation of ERK-PY";
66
-
67
- // CV terms:
68
- cell identity "http://identifiers.org/obo.go/GO:0005623"
69
- M hypernym "http://identifiers.org/uniprot/P26696"
70
- MpY hypernym "http://identifiers.org/uniprot/P26696"
71
- MpT hypernym "http://identifiers.org/uniprot/P26696"
72
- Mpp hypernym "http://identifiers.org/uniprot/P26696"
73
- MEK identity "http://identifiers.org/uniprot/Q05116"
74
- MKP3 identity "http://identifiers.org/uniprot/Q90W58"
75
- v1 hypernym "http://identifiers.org/ec-code/2.7.12.2",
76
- "http://identifiers.org/obo.go/GO:0018108",
77
- "http://identifiers.org/obo.go/GO:0004708"
78
- v1 homolog "http://identifiers.org/reactome/REACT_2247",
79
- "http://identifiers.org/reactome/REACT_136"
80
- v2 homolog "http://identifiers.org/reactome/REACT_2247",
81
- "http://identifiers.org/reactome/REACT_136"
82
- v2 hypernym "http://identifiers.org/ec-code/2.7.12.2",
83
- "http://identifiers.org/obo.go/GO:0018107",
84
- "http://identifiers.org/obo.go/GO:0000187",
85
- "http://identifiers.org/obo.go/GO:0004708"
86
- v3 hypernym "http://identifiers.org/ec-code/2.7.12.2",
87
- "http://identifiers.org/obo.go/GO:0018107",
88
- "http://identifiers.org/obo.go/GO:0004708"
89
- v3 homolog "http://identifiers.org/reactome/REACT_2247",
90
- "http://identifiers.org/reactome/REACT_136"
91
- v4 homolog "http://identifiers.org/reactome/REACT_2247",
92
- "http://identifiers.org/reactome/REACT_136"
93
- v4 hypernym "http://identifiers.org/ec-code/2.7.12.2",
94
- "http://identifiers.org/obo.go/GO:0004708",
95
- "http://identifiers.org/obo.go/GO:0000187",
96
- "http://identifiers.org/obo.go/GO:0018108"
97
- v5 hypernym "http://identifiers.org/ec-code/3.1.3.16",
98
- "http://identifiers.org/obo.go/GO:0000188",
99
- "http://identifiers.org/obo.go/GO:0006470"
100
- v6 hypernym "http://identifiers.org/ec-code/3.1.3.16",
101
- "http://identifiers.org/obo.go/GO:0006470"
102
- v7 hypernym "http://identifiers.org/ec-code/3.1.3.16",
103
- "http://identifiers.org/obo.go/GO:0006470"
104
- end
105
-
106
- model_0000001 is "Markevich2004_MAPK_phosphoRandomMM"
107
-
108
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL6618620128"
109
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000029"
110
- model_0000001 description "http://identifiers.org/pubmed/14744999"
111
- model_0000001 hypernym "http://identifiers.org/obo.go/GO:0000165"
112
- model_0000001 taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000030.txt DELETED
@@ -1,233 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *model_0000001()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species M in cell, MpY in cell, MpT in cell, Mpp in cell, MAPKK in cell;
7
- species MKP in cell, MpY_MAPKK in cell, MpT_MAPKK in cell, M_MAPKK_Y in cell;
8
- species M_MAPKK_T in cell, Mpp_MKP_Y in cell, Mpp_MKP_T in cell, MpY_MKP_Y in cell;
9
- species MpY_MKP_T in cell, MpT_MKP_Y in cell, MpT_MKP_T in cell, M_MKP_T in cell;
10
- species M_MKP_Y in cell;
11
-
12
- // Reactions:
13
- reaction_0000001: M + MAPKK -> M_MAPKK_Y; cell*(k1*M*MAPKK - k_1*M_MAPKK_Y);
14
- reaction_0000002: M_MAPKK_Y => MpY + MAPKK; cell*k2*M_MAPKK_Y;
15
- reaction_0000003: MpY + MAPKK -> MpY_MAPKK; cell*(k3*MpY*MAPKK - k_3*MpY_MAPKK);
16
- reaction_0000004: MpY_MAPKK => Mpp + MAPKK; cell*k4*MpY_MAPKK;
17
- reaction_0000005: M + MAPKK -> M_MAPKK_T; cell*(k5*M*MAPKK - k_5*M_MAPKK_T);
18
- reaction_0000006: M_MAPKK_T => MpT + MAPKK; cell*k6*M_MAPKK_T;
19
- reaction_0000007: MpT + MAPKK -> MpT_MAPKK; cell*(k7*MpT*MAPKK - k_7*MpT_MAPKK);
20
- reaction_0000008: MpT_MAPKK => Mpp + MAPKK; cell*k8*MpT_MAPKK;
21
- reaction_0000009: Mpp + MKP -> Mpp_MKP_Y; cell*(h1*Mpp*MKP - h_1*Mpp_MKP_Y);
22
- reaction_0000010: Mpp_MKP_Y => MpT_MKP_Y; cell*h2*Mpp_MKP_Y;
23
- reaction_0000011: MpT_MKP_Y -> MpT + MKP; cell*(h3*MpT_MKP_Y - h_3*MpT*MKP);
24
- reaction_0000013: MpT + MKP -> MpT_MKP_T; cell*(h4*MpT*MKP - h_4*MpT_MKP_T);
25
- reaction_0000012: MpT_MKP_T => M_MKP_T; cell*h5*MpT_MKP_T;
26
- reaction_0000015: M_MKP_T -> M + MKP; cell*(h6*M_MKP_T - h_6*M*MKP);
27
- reaction_0000017: MpY + MKP -> MpY_MKP_Y; cell*(h7*MpY*MKP - h_7*MpY_MKP_Y);
28
- reaction_0000014: MpY_MKP_Y => M_MKP_Y; cell*h8*MpY_MKP_Y;
29
- reaction_0000019: M_MKP_Y -> M + MKP; cell*(h9*M_MKP_Y - h_9*M*MKP);
30
- reaction_0000020: Mpp + MKP -> Mpp_MKP_T; cell*(h10*Mpp*MKP - h_10*Mpp_MKP_T);
31
- reaction_0000021: Mpp_MKP_T => MpY_MKP_T; cell*h11*Mpp_MKP_T;
32
- reaction_0000022: MpY_MKP_T -> MpY + MKP; cell*(h12*MpY_MKP_T - h_12*MpY*MKP);
33
-
34
- // Species initializations:
35
- M = 800;
36
- MpY = 0;
37
- MpT = 0;
38
- Mpp = 0;
39
- MAPKK = 180;
40
- MKP = 100;
41
- MpY_MAPKK = 0;
42
- MpT_MAPKK = 0;
43
- M_MAPKK_Y = 0;
44
- M_MAPKK_T = 0;
45
- Mpp_MKP_Y = 0;
46
- Mpp_MKP_T = 0;
47
- MpY_MKP_Y = 0;
48
- MpY_MKP_T = 0;
49
- MpT_MKP_Y = 0;
50
- MpT_MKP_T = 0;
51
- M_MKP_T = 0;
52
- M_MKP_Y = 0;
53
-
54
- // Compartment initializations:
55
- cell = 1;
56
-
57
- // Variable initializations:
58
- k1 = 0.02;
59
- k_1 = 1;
60
- k2 = 0.01;
61
- k3 = 0.032;
62
- k_3 = 1;
63
- k4 = 15;
64
- k5 = 0.02;
65
- k_5 = 1;
66
- k6 = 0.01;
67
- k7 = 0.032;
68
- k_7 = 1;
69
- k8 = 15;
70
- h1 = 0.045;
71
- h_1 = 1;
72
- h2 = 0.092;
73
- h3 = 1;
74
- h_3 = 0.01;
75
- h4 = 0.01;
76
- h_4 = 1;
77
- h5 = 0.5;
78
- h6 = 0.086;
79
- h_6 = 0.0011;
80
- h7 = 0.01;
81
- h_7 = 1;
82
- h8 = 0.47;
83
- h9 = 0.14;
84
- h_9 = 0.0018;
85
- h10 = 0.045;
86
- h_10 = 1;
87
- h11 = 0.092;
88
- h12 = 1;
89
- h_12 = 0.01;
90
-
91
- // Other declarations:
92
- const cell, k1, k_1, k2, k3, k_3, k4, k5, k_5, k6, k7, k_7, k8, h1, h_1;
93
- const h2, h3, h_3, h4, h_4, h5, h6, h_6, h7, h_7, h8, h9, h_9, h10, h_10;
94
- const h11, h12, h_12;
95
-
96
- // Unit definitions:
97
- unit substance = 1e-9 mole;
98
-
99
- // Display Names:
100
- substance is "nanomole (default)";
101
- M is "MAPK";
102
- MpY is "MAPK-PY";
103
- MpT is "MAPK-PT";
104
- Mpp is "MAPK-PP";
105
- MpY_MAPKK is "MAPK-PY_MAPKK";
106
- MpT_MAPKK is "MAPK-PT_MAPKK";
107
- M_MAPKK_Y is "MAPK_MAPKK_Y";
108
- M_MAPKK_T is "MAPK_MAPKK_T";
109
- Mpp_MKP_Y is "MAPK-PP_MKP_T";
110
- Mpp_MKP_T is "MAPK-PP_MKP_Y";
111
- MpY_MKP_Y is "MAPK-PY_MKP_Y";
112
- MpY_MKP_T is "MAPK-PY_MKP_T";
113
- MpT_MKP_Y is "MAPK-PT_MKP_Y";
114
- MpT_MKP_T is "MAPK-PT_MKP_T";
115
- M_MKP_T is "MAPK_MKP_T";
116
- M_MKP_Y is "MAPK_MKP_Y";
117
- reaction_0000001 is "binding MAPKK on Tyr site of MAPK";
118
- reaction_0000002 is "tyr phosphorylation of MAPK";
119
- reaction_0000003 is "binding of MAPKK on MAPK-PY";
120
- reaction_0000004 is "thr phosphorylation of MAPK";
121
- reaction_0000005 is "binding of MAPKK on Thr site of MAPK";
122
- reaction_0000006 is "thr phosphorylation of MAPK";
123
- reaction_0000007 is "binding MAPK-PT and MAPKK";
124
- reaction_0000008 is "tyr phosphorylation of MAPK";
125
- reaction_0000009 is "binding of MKP on Tyr site of MAPK-PP";
126
- reaction_0000010 is "dephosphorylation of Tyr on MAPKK-PP";
127
- reaction_0000011 is "dissociation MAPK-PT and MKP";
128
- reaction_0000013 is "binding of MKP on Thr site of MAPK-PT";
129
- reaction_0000012 is "dephosphorylation of MAPK-PT";
130
- reaction_0000015 is "dissociation MAPK and MKP";
131
- reaction_0000017 is "binding of MKP on the Tyr site of MAPK-PY";
132
- reaction_0000014 is "dephosphorylation of MAPK-PY";
133
- reaction_0000019 is "Dissociation MAPK and MKP";
134
- reaction_0000020 is "binding of MKP on Thr site of MAPK-PP";
135
- reaction_0000021 is "dephosphorylation of Thr on MAPKK-PP";
136
- reaction_0000022 is "dissociation MAPK-PY and MKP";
137
-
138
- // CV terms:
139
- cell identity "http://identifiers.org/obo.go/GO:0005623"
140
- M hypernym "http://identifiers.org/uniprot/P26696"
141
- MpY hypernym "http://identifiers.org/uniprot/P26696"
142
- MpT hypernym "http://identifiers.org/uniprot/P26696"
143
- Mpp hypernym "http://identifiers.org/uniprot/P26696"
144
- MAPKK identity "http://identifiers.org/uniprot/Q05116"
145
- MKP identity "http://identifiers.org/uniprot/Q90W58"
146
- MpY_MAPKK part "http://identifiers.org/uniprot/P26696",
147
- "http://identifiers.org/uniprot/Q05116"
148
- MpT_MAPKK part "http://identifiers.org/uniprot/Q05116",
149
- "http://identifiers.org/uniprot/P26696"
150
- M_MAPKK_Y part "http://identifiers.org/uniprot/Q05116",
151
- "http://identifiers.org/uniprot/P26696"
152
- M_MAPKK_T part "http://identifiers.org/uniprot/Q05116",
153
- "http://identifiers.org/uniprot/P26696"
154
- Mpp_MKP_Y part "http://identifiers.org/uniprot/Q90W58",
155
- "http://identifiers.org/uniprot/P26696"
156
- Mpp_MKP_T part "http://identifiers.org/uniprot/Q90W58",
157
- "http://identifiers.org/uniprot/P26696"
158
- MpY_MKP_Y part "http://identifiers.org/uniprot/Q90W58",
159
- "http://identifiers.org/uniprot/P26696"
160
- MpY_MKP_T part "http://identifiers.org/uniprot/Q90W58",
161
- "http://identifiers.org/uniprot/P26696"
162
- MpT_MKP_Y part "http://identifiers.org/uniprot/Q90W58",
163
- "http://identifiers.org/uniprot/P26696"
164
- MpT_MKP_T part "http://identifiers.org/uniprot/Q90W58",
165
- "http://identifiers.org/uniprot/P26696"
166
- M_MKP_T part "http://identifiers.org/uniprot/Q90W58",
167
- "http://identifiers.org/uniprot/P26696"
168
- M_MKP_Y part "http://identifiers.org/uniprot/Q90W58",
169
- "http://identifiers.org/uniprot/P26696"
170
- reaction_0000001 homolog "http://identifiers.org/reactome/REACT_1780",
171
- "http://identifiers.org/reactome/REACT_495"
172
- reaction_0000001 hypernym "http://identifiers.org/obo.go/GO:0031434",
173
- "http://identifiers.org/obo.go/GO:0051019"
174
- reaction_0000002 homolog "http://identifiers.org/reactome/REACT_136",
175
- "http://identifiers.org/reactome/REACT_2247"
176
- reaction_0000002 hypernym "http://identifiers.org/ec-code/2.7.12.2",
177
- "http://identifiers.org/obo.go/GO:0004708",
178
- "http://identifiers.org/obo.go/GO:0018108"
179
- reaction_0000003 homolog "http://identifiers.org/reactome/REACT_1780",
180
- "http://identifiers.org/reactome/REACT_495"
181
- reaction_0000003 hypernym "http://identifiers.org/obo.go/GO:0031434",
182
- "http://identifiers.org/obo.go/GO:0051019"
183
- reaction_0000004 homolog "http://identifiers.org/reactome/REACT_136",
184
- "http://identifiers.org/reactome/REACT_2247"
185
- reaction_0000004 hypernym "http://identifiers.org/ec-code/2.7.12.2",
186
- "http://identifiers.org/obo.go/GO:0004708",
187
- "http://identifiers.org/obo.go/GO:0018107",
188
- "http://identifiers.org/obo.go/GO:0000187"
189
- reaction_0000005 homolog "http://identifiers.org/reactome/REACT_1780",
190
- "http://identifiers.org/reactome/REACT_495"
191
- reaction_0000005 hypernym "http://identifiers.org/obo.go/GO:0031434",
192
- "http://identifiers.org/obo.go/GO:0051019"
193
- reaction_0000006 homolog "http://identifiers.org/reactome/REACT_136",
194
- "http://identifiers.org/reactome/REACT_2247"
195
- reaction_0000006 hypernym "http://identifiers.org/ec-code/2.7.12.2",
196
- "http://identifiers.org/obo.go/GO:0004708",
197
- "http://identifiers.org/obo.go/GO:0018107"
198
- reaction_0000007 homolog "http://identifiers.org/reactome/REACT_1780",
199
- "http://identifiers.org/reactome/REACT_495"
200
- reaction_0000007 hypernym "http://identifiers.org/obo.go/GO:0051019"
201
- reaction_0000008 homolog "http://identifiers.org/reactome/REACT_136",
202
- "http://identifiers.org/reactome/REACT_2247"
203
- reaction_0000008 hypernym "http://identifiers.org/ec-code/2.7.12.2",
204
- "http://identifiers.org/obo.go/GO:0004708",
205
- "http://identifiers.org/obo.go/GO:0018108",
206
- "http://identifiers.org/obo.go/GO:0000187"
207
- reaction_0000009 hypernym "http://identifiers.org/obo.go/GO:0051019"
208
- reaction_0000010 hypernym "http://identifiers.org/ec-code/3.1.3.16",
209
- "http://identifiers.org/obo.go/GO:0000188",
210
- "http://identifiers.org/obo.go/GO:0006470"
211
- reaction_0000011 hypernym "http://identifiers.org/obo.go/GO:0043241"
212
- reaction_0000013 hypernym "http://identifiers.org/obo.go/GO:0051019"
213
- reaction_0000012 hypernym "http://identifiers.org/ec-code/3.1.3.16",
214
- "http://identifiers.org/obo.go/GO:0006470"
215
- reaction_0000015 hypernym "http://identifiers.org/obo.go/GO:0043241"
216
- reaction_0000017 hypernym "http://identifiers.org/obo.go/GO:0051019"
217
- reaction_0000014 hypernym "http://identifiers.org/ec-code/3.1.3.16",
218
- "http://identifiers.org/obo.go/GO:0006470"
219
- reaction_0000019 hypernym "http://identifiers.org/obo.go/GO:0043241"
220
- reaction_0000020 hypernym "http://identifiers.org/obo.go/GO:0051019"
221
- reaction_0000021 hypernym "http://identifiers.org/ec-code/3.1.3.16",
222
- "http://identifiers.org/obo.go/GO:0000188",
223
- "http://identifiers.org/obo.go/GO:0006470"
224
- reaction_0000022 hypernym "http://identifiers.org/obo.go/GO:0043241"
225
- end
226
-
227
- model_0000001 is "Markevich2004_MAPK_AllRandomElementary"
228
-
229
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL6618676537"
230
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000030"
231
- model_0000001 description "http://identifiers.org/pubmed/14744999"
232
- model_0000001 hypernym "http://identifiers.org/obo.go/GO:0000165"
233
- model_0000001 taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000031.txt DELETED
@@ -1,80 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Markevich2004_MAPK_orderedMM2kinases()
3
-
4
- // Compartments and Species:
5
- compartment uVol;
6
- species M in uVol, Mp in uVol, Mpp in uVol, $MAPKK1 in uVol, $MAPKK2 in uVol;
7
- species $MKP3 in uVol;
8
-
9
- // Reactions:
10
- v1: M => Mp; uVol*(k1cat*MAPKK1*M/Km1/(1 + M/Km1));
11
- v2: Mp => Mpp; uVol*(k2cat*MAPKK2*Mp/Km2/(1 + Mp/Km2));
12
- v3: Mpp => Mp; uVol*(k3cat*MKP3*Mpp/Km3/(1 + Mpp/Km3 + Mp/Km4 + M/Km5));
13
- v4: Mp => M; uVol*(k4cat*MKP3*Mp/Km4/(1 + Mpp/Km3 + Mp/Km4 + M/Km5));
14
-
15
- // Species initializations:
16
- M = 500/uVol;
17
- Mp = 0;
18
- Mpp = 0;
19
- MAPKK1 = 100/uVol;
20
- MAPKK2 = 1/uVol;
21
- MKP3 = 100/uVol;
22
-
23
- // Compartment initializations:
24
- uVol = 1;
25
-
26
- // Variable initializations:
27
- k1cat = 0.01;
28
- Km1 = 50;
29
- k2cat = 15;
30
- Km2 = 500;
31
- k3cat = 0.084;
32
- Km3 = 5;
33
- k4cat = 0.06;
34
- Km4 = 18;
35
- Km5 = 78;
36
-
37
- // Other declarations:
38
- const uVol, k1cat, Km1, k2cat, Km2, k3cat, Km3, k4cat, Km4, Km5;
39
-
40
- // Unit definitions:
41
- unit substance = 1e-9 mole;
42
-
43
- // Display Names:
44
- substance is "nanomole (default)";
45
- v1 is "phosphorylation of MAPK";
46
- v2 is "phosphorylation of P-MAPK";
47
- v3 is "dephosphorylation of PP-MAPK";
48
- v4 is "dephosphorylation of P-MAPK";
49
-
50
- // CV terms:
51
- M hypernym "http://identifiers.org/uniprot/P26696"
52
- Mp hypernym "http://identifiers.org/uniprot/P26696"
53
- Mpp hypernym "http://identifiers.org/uniprot/P26696"
54
- MAPKK1 identity "http://identifiers.org/uniprot/Q05116"
55
- MAPKK2 identity "http://identifiers.org/uniprot/Q05116"
56
- MKP3 identity "http://identifiers.org/uniprot/Q90W58"
57
- v1 homolog "http://identifiers.org/reactome/REACT_136",
58
- "http://identifiers.org/reactome/REACT_2247"
59
- v1 hypernym "http://identifiers.org/ec-code/2.7.12.2",
60
- "http://identifiers.org/obo.go/GO:0006468",
61
- "http://identifiers.org/obo.go/GO:0004708"
62
- v2 homolog "http://identifiers.org/reactome/REACT_136",
63
- "http://identifiers.org/reactome/REACT_2247"
64
- v2 hypernym "http://identifiers.org/ec-code/2.7.12.2",
65
- "http://identifiers.org/obo.go/GO:0004708",
66
- "http://identifiers.org/obo.go/GO:0000187"
67
- v3 hypernym "http://identifiers.org/ec-code/3.1.3.16",
68
- "http://identifiers.org/obo.go/GO:0000188",
69
- "http://identifiers.org/obo.go/GO:0006470"
70
- v4 hypernym "http://identifiers.org/ec-code/3.1.3.16",
71
- "http://identifiers.org/obo.go/GO:0006470"
72
- end
73
-
74
- Markevich2004_MAPK_orderedMM2kinases is "Markevich2004_MAPK_orderedMM2kinases"
75
-
76
- Markevich2004_MAPK_orderedMM2kinases model_entity_is "http://identifiers.org/biomodels.db/MODEL6618738800"
77
- Markevich2004_MAPK_orderedMM2kinases model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000031"
78
- Markevich2004_MAPK_orderedMM2kinases description "http://identifiers.org/pubmed/14744999"
79
- Markevich2004_MAPK_orderedMM2kinases hypernym "http://identifiers.org/obo.go/GO:0000165"
80
- Markevich2004_MAPK_orderedMM2kinases taxon "http://identifiers.org/taxonomy/8355"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000032.txt DELETED
@@ -1,423 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Kofahl2004_PheromonePathway()
3
-
4
- // Compartments and Species:
5
- compartment Extracellular, compartment_;
6
- species alpha in Extracellular, Ste2 in compartment_, Ste2a in compartment_;
7
- species Gabc in compartment_, GaGTP in compartment_, Gbc in compartment_;
8
- species GaGDP in compartment_, complexC in compartment_, complexD in compartment_;
9
- species Ste5 in compartment_, Ste11 in compartment_, complexA in compartment_;
10
- species Ste7 in compartment_, Fus3 in compartment_, complexB in compartment_;
11
- species Ste20 in compartment_, complexE in compartment_, complexF in compartment_;
12
- species complexG in compartment_, complexH in compartment_, complexI in compartment_;
13
- species complexL in compartment_, Fus3PP in compartment_, complexK in compartment_;
14
- species Ste12 in compartment_, Ste12a in compartment_, Bar1 in compartment_;
15
- species Bar1a in compartment_, Bar1aex in Extracellular, Far1 in compartment_;
16
- species Far1PP in compartment_, Far1U in compartment_, complexM in compartment_;
17
- species complexN in compartment_, Cdc28 in compartment_, Sst2 in compartment_;
18
- species $p in compartment_;
19
-
20
- // Reactions:
21
- v1: alpha -> ; Extracellular*alpha*Bar1aex*v1_k1;
22
- v2: Ste2 -> Ste2a; compartment_*Ste2*alpha*v2_k2;
23
- v3: Ste2a -> Ste2; compartment_*Ste2a*v3_k3;
24
- v4: Ste2a -> $p; compartment_*Ste2a*v4_k4;
25
- v5: Ste2 -> ; compartment_*Ste2*v5_k5;
26
- v6: Gabc -> GaGTP + Gbc; compartment_*Ste2a*Gabc*v6_k6;
27
- v7: GaGTP -> GaGDP; compartment_*GaGTP*v7_k7;
28
- v8: GaGTP -> GaGDP; compartment_*GaGTP*Sst2*v8_k8;
29
- v9: GaGDP + Gbc -> Gabc; compartment_*GaGDP*Gbc*v9_k9;
30
- v10: Gbc + complexC -> complexD; compartment_*Gbc*complexC*v10_k10;
31
- v11: complexD -> Gbc + complexC; compartment_*complexD*v11_k11;
32
- v12: Ste11 + Ste5 -> complexA; compartment_*Ste5*Ste11*v12_k12;
33
- v13: complexA -> Ste11 + Ste5; compartment_*complexA*v13_k13;
34
- v14: Fus3 + Ste7 -> complexB; compartment_*Ste7*Fus3*v14_k14;
35
- v15: complexB -> Fus3 + Ste7; compartment_*complexB*v15_k15;
36
- v16: complexA + complexB -> complexC; compartment_*complexA*complexB*v16_k16;
37
- v17: complexC -> Fus3 + Ste11 + Ste7 + Ste5; compartment_*complexC*v17_k17;
38
- v18: complexD + Ste20 -> complexE; compartment_*complexD*Ste20*v18_k18;
39
- v19: complexE -> complexD + Ste20; compartment_*complexE*v19_k19;
40
- v20: complexE -> complexF; compartment_*complexE*v20_k20;
41
- v21: complexE -> Gbc + Ste7 + Ste5 + Fus3 + Ste20 + Ste11; compartment_*complexE*v21_k21;
42
- v22: complexF -> complexG; compartment_*complexF*v22_k22;
43
- v23: complexF -> Gbc + Ste7 + Ste5 + Fus3 + Ste20 + Ste11; compartment_*complexF*v23_k23;
44
- v24: complexG -> complexH; compartment_*complexG*v24_k24;
45
- v25: complexG -> Gbc + Ste7 + Ste5 + Fus3 + Ste20 + Ste11; compartment_*complexG*v25_k25;
46
- v26: complexH -> complexI; compartment_*complexH*v26_k26;
47
- v27: complexH -> Gbc + Ste7 + Ste5 + Fus3 + Ste20 + Ste11; compartment_*complexH*v27_k27;
48
- v28: complexI -> complexL + Fus3PP; compartment_*complexI*v28_k28;
49
- v29: complexL + Fus3 -> complexK; compartment_*complexL*Fus3*v29_k29;
50
- v30: complexK -> complexL + Fus3; compartment_*complexK*v30_k30;
51
- v31: complexK -> complexI; compartment_*complexK*v31_k31;
52
- v32: complexL -> Gbc + Ste7 + Ste5 + Ste20 + Ste11; compartment_*complexL*v32_k32;
53
- v33: Fus3PP -> Fus3; compartment_*Fus3PP*v33_k33;
54
- v34: Ste12 + Fus3PP -> Ste12a; compartment_*Ste12*Fus3PP*v34_k34;
55
- v35: Ste12a -> Ste12 + Fus3PP; compartment_*Ste12a*v35_k35;
56
- v36: Bar1 -> Bar1a; compartment_*Ste12a*Bar1*v36_k36;
57
- v37: Bar1a -> Bar1; compartment_*Bar1a*v37_k37;
58
- v38: Bar1a -> Bar1aex; compartment_*Bar1a*v38_k38;
59
- v39: Far1 -> Far1PP; compartment_*(Far1*Fus3PP*Fus3PP/(100*100 + Fus3PP*Fus3PP))*v39_k39;
60
- v40: Far1PP -> Far1; compartment_*Far1PP*v40_k40;
61
- v41: Far1 -> Far1U; compartment_*Far1*Cdc28*v41_k41;
62
- v42: Gbc + Far1PP -> complexM; compartment_*Gbc*Far1PP*v42_k42;
63
- v43: complexM -> Gbc + Far1PP; compartment_*complexM*v43_k43;
64
- v44: complexN -> Cdc28 + Far1PP; compartment_*complexN*v44_k44;
65
- v45: Cdc28 + Far1PP -> complexN; compartment_*Far1PP*Cdc28*v45_k45;
66
- v46: $p -> Sst2; compartment_*(Fus3PP^2/(4^2 + Fus3PP^2))*v46_k46;
67
- v47: Sst2 -> $p; compartment_*Sst2*v47_k47;
68
-
69
- // Species initializations:
70
- alpha = 100;
71
- Ste2 = 1666.6666667;
72
- Ste2a = 0;
73
- Gabc = 1666.6666667;
74
- GaGTP = 0;
75
- Gbc = 0;
76
- GaGDP = 0;
77
- complexC = 235.724935791903;
78
- complexD = 0;
79
- Ste5 = 158.33176608789;
80
- Ste11 = 158.33176608789;
81
- complexA = 105.943298120207;
82
- Ste7 = 36.3997016405141;
83
- Fus3 = 686.399701640513;
84
- complexB = 77.8753625675829;
85
- Ste20 = 1000;
86
- complexE = 0;
87
- complexF = 0;
88
- complexG = 0;
89
- complexH = 0;
90
- complexI = 0;
91
- complexL = 0;
92
- Fus3PP = 0;
93
- complexK = 0;
94
- Ste12 = 200;
95
- Ste12a = 0;
96
- Bar1 = 200;
97
- Bar1a = 0;
98
- Bar1aex = 0;
99
- Far1 = 500;
100
- Far1PP = 0;
101
- Far1U = 0;
102
- complexM = 0;
103
- complexN = 0;
104
- Cdc28 = 300;
105
- Sst2 = 0;
106
- p = 0;
107
-
108
- // Compartment initializations:
109
- Extracellular = 1;
110
- compartment_ = 1;
111
-
112
- // Variable initializations:
113
- v1_k1 = 0.03;
114
- v1_k1 has min_inv_nM_inv;
115
- v2_k2 = 0.0012;
116
- v2_k2 has min_inv_nM_inv;
117
- v3_k3 = 0.6;
118
- v3_k3 has min_inv;
119
- v4_k4 = 0.24;
120
- v4_k4 has min_inv;
121
- v5_k5 = 0.024;
122
- v5_k5 has min_inv;
123
- v6_k6 = 0.0036;
124
- v6_k6 has min_inv_nM_inv;
125
- v7_k7 = 0.24;
126
- v7_k7 has min_inv;
127
- v8_k8 = 0.033;
128
- v8_k8 has min_inv_nM_inv;
129
- v9_k9 = 2000;
130
- v9_k9 has min_inv_nM_inv;
131
- v10_k10 = 0.1;
132
- v10_k10 has min_inv_nM_inv;
133
- v11_k11 = 5;
134
- v11_k11 has min_inv;
135
- v12_k12 = 1;
136
- v12_k12 has min_inv_nM_inv;
137
- v13_k13 = 3;
138
- v13_k13 has min_inv;
139
- v14_k14 = 1;
140
- v14_k14 has min_inv_nM_inv;
141
- v15_k15 = 3;
142
- v15_k15 has min_inv;
143
- v16_k16 = 3;
144
- v16_k16 has min_inv_nM_inv;
145
- v17_k17 = 100;
146
- v17_k17 has min_inv;
147
- v18_k18 = 5;
148
- v18_k18 has min_inv_nM_inv;
149
- v19_k19 = 1;
150
- v19_k19 has min_inv;
151
- v20_k20 = 10;
152
- v20_k20 has min_inv;
153
- v21_k21 = 5;
154
- v21_k21 has min_inv;
155
- v22_k22 = 47;
156
- v22_k22 has min_inv;
157
- v23_k23 = 5;
158
- v23_k23 has min_inv;
159
- v24_k24 = 345;
160
- v24_k24 has min_inv;
161
- v25_k25 = 5;
162
- v25_k25 has min_inv;
163
- v26_k26 = 50;
164
- v26_k26 has min_inv;
165
- v27_k27 = 5;
166
- v27_k27 has min_inv;
167
- v28_k28 = 140;
168
- v28_k28 has min_inv;
169
- v29_k29 = 10;
170
- v29_k29 has min_inv_nM_inv;
171
- v30_k30 = 1;
172
- v30_k30 has min_inv;
173
- v31_k31 = 250;
174
- v31_k31 has min_inv;
175
- v32_k32 = 5;
176
- v32_k32 has min_inv;
177
- v33_k33 = 50;
178
- v33_k33 has min_inv;
179
- v34_k34 = 18;
180
- v34_k34 has min_inv_nM_inv;
181
- v35_k35 = 10;
182
- v35_k35 has min_inv;
183
- v36_k36 = 0.1;
184
- v36_k36 has min_inv_nM_inv;
185
- v37_k37 = 0.1;
186
- v37_k37 has min_inv;
187
- v38_k38 = 0.01;
188
- v38_k38 has min_inv;
189
- v39_k39 = 18;
190
- v39_k39 has min_inv;
191
- v40_k40 = 1;
192
- v40_k40 has min_inv;
193
- v41_k41 = 0.02;
194
- v41_k41 has min_inv_nM_inv;
195
- v42_k42 = 0.1;
196
- v42_k42 has min_inv_nM_inv;
197
- v43_k43 = 0.01;
198
- v43_k43 has min_inv;
199
- v44_k44 = 0.01;
200
- v44_k44 has min_inv;
201
- v45_k45 = 0.1;
202
- v45_k45 has min_inv_nM_inv;
203
- v46_k46 = 200;
204
- v46_k46 has nM_min_inv;
205
- v47_k47 = 1;
206
- v47_k47 has min_inv;
207
-
208
- // Other declarations:
209
- const Extracellular, compartment_;
210
-
211
- // Unit definitions:
212
- unit substance = 1e-9 mole;
213
- unit time_unit = 60 second;
214
- unit nanoMolar = 1e-9 mole / litre;
215
- unit min_inv = 1 / 60 second;
216
- unit min_inv_nM_inv = litre / (1e-9 mole * 60 second);
217
- unit nM_min_inv = 1e-9 mole / (litre * 60 second);
218
-
219
- // Display Names:
220
- substance is "nanomole (default)";
221
- time_unit is "minute (default)";
222
- compartment_ is "cell";
223
- alpha is "α-factor";
224
- Ste2a is "Ste2active";
225
- Gabc is "Gαβγ";
226
- GaGTP is "GαGTP";
227
- Gbc is "Gβγ";
228
- GaGDP is "GαGDP";
229
- Ste12a is "Ste12active";
230
- Bar1a is "Bar1active";
231
- Bar1aex is "Bar1activeEx";
232
- Far1U is "Far1ubiquitin";
233
- v1 is "alpha degradation";
234
-
235
- // CV terms:
236
- Extracellular hypernym "http://identifiers.org/go/GO:0005615"
237
- compartment_ hypernym "http://identifiers.org/go/GO:0005623"
238
- Ste2 identity "http://identifiers.org/uniprot/P06842"
239
- Ste2a identity "http://identifiers.org/uniprot/P06842"
240
- Gabc part "http://identifiers.org/uniprot/P08539",
241
- "http://identifiers.org/uniprot/P18851",
242
- "http://identifiers.org/uniprot/P18852"
243
- GaGTP identity "http://identifiers.org/uniprot/P08539"
244
- Gbc part "http://identifiers.org/uniprot/P18851",
245
- "http://identifiers.org/uniprot/P18852"
246
- Gbc identity "http://identifiers.org/bind/50058"
247
- GaGDP identity "http://identifiers.org/uniprot/P08539"
248
- complexC part "http://identifiers.org/uniprot/P16892",
249
- "http://identifiers.org/uniprot/P23561",
250
- "http://identifiers.org/uniprot/P06784",
251
- "http://identifiers.org/uniprot/P32917"
252
- complexC identity "http://identifiers.org/bind/133390"
253
- complexD part "http://identifiers.org/uniprot/P23561",
254
- "http://identifiers.org/uniprot/P18851",
255
- "http://identifiers.org/uniprot/P32917",
256
- "http://identifiers.org/uniprot/P06784",
257
- "http://identifiers.org/uniprot/P08539",
258
- "http://identifiers.org/uniprot/P16892",
259
- "http://identifiers.org/uniprot/P18852"
260
- Ste5 identity "http://identifiers.org/uniprot/P32917"
261
- Ste11 identity "http://identifiers.org/uniprot/P23561"
262
- complexA part "http://identifiers.org/uniprot/P32917",
263
- "http://identifiers.org/uniprot/P23561"
264
- Ste7 identity "http://identifiers.org/uniprot/P06784"
265
- Fus3 identity "http://identifiers.org/uniprot/P16892"
266
- complexB part "http://identifiers.org/uniprot/P06784",
267
- "http://identifiers.org/uniprot/P16892"
268
- complexB identity "http://identifiers.org/bind/130661"
269
- Ste20 identity "http://identifiers.org/uniprot/Q03497"
270
- complexE part "http://identifiers.org/uniprot/P18852",
271
- "http://identifiers.org/uniprot/P18851",
272
- "http://identifiers.org/uniprot/P08539",
273
- "http://identifiers.org/uniprot/P16892",
274
- "http://identifiers.org/uniprot/P06784",
275
- "http://identifiers.org/uniprot/Q03497",
276
- "http://identifiers.org/uniprot/P23561",
277
- "http://identifiers.org/uniprot/P32917"
278
- complexF part "http://identifiers.org/uniprot/P18851",
279
- "http://identifiers.org/uniprot/P18852",
280
- "http://identifiers.org/uniprot/P08539",
281
- "http://identifiers.org/uniprot/P16892",
282
- "http://identifiers.org/uniprot/Q03497",
283
- "http://identifiers.org/uniprot/P06784",
284
- "http://identifiers.org/uniprot/P32917",
285
- "http://identifiers.org/uniprot/P23561"
286
- complexG part "http://identifiers.org/uniprot/P18852",
287
- "http://identifiers.org/uniprot/P18851",
288
- "http://identifiers.org/uniprot/P08539",
289
- "http://identifiers.org/uniprot/P16892",
290
- "http://identifiers.org/uniprot/P06784",
291
- "http://identifiers.org/uniprot/P23561",
292
- "http://identifiers.org/uniprot/Q03497",
293
- "http://identifiers.org/uniprot/P32917"
294
- complexH part "http://identifiers.org/uniprot/P18852",
295
- "http://identifiers.org/uniprot/P18851",
296
- "http://identifiers.org/uniprot/P16892",
297
- "http://identifiers.org/uniprot/P08539",
298
- "http://identifiers.org/uniprot/P06784",
299
- "http://identifiers.org/uniprot/P23561",
300
- "http://identifiers.org/uniprot/Q03497",
301
- "http://identifiers.org/uniprot/P32917"
302
- complexI part "http://identifiers.org/uniprot/P18852",
303
- "http://identifiers.org/uniprot/P18851",
304
- "http://identifiers.org/uniprot/P08539",
305
- "http://identifiers.org/uniprot/P06784",
306
- "http://identifiers.org/uniprot/P16892",
307
- "http://identifiers.org/uniprot/Q03497",
308
- "http://identifiers.org/uniprot/P23561",
309
- "http://identifiers.org/uniprot/P32917"
310
- complexL part "http://identifiers.org/uniprot/P18852",
311
- "http://identifiers.org/uniprot/P18851",
312
- "http://identifiers.org/uniprot/P08539",
313
- "http://identifiers.org/uniprot/P06784",
314
- "http://identifiers.org/uniprot/Q03497",
315
- "http://identifiers.org/uniprot/P23561",
316
- "http://identifiers.org/uniprot/P32917"
317
- Fus3PP identity "http://identifiers.org/uniprot/P16892"
318
- complexK part "http://identifiers.org/uniprot/P18852",
319
- "http://identifiers.org/uniprot/P18851",
320
- "http://identifiers.org/uniprot/P08539",
321
- "http://identifiers.org/uniprot/P16892",
322
- "http://identifiers.org/uniprot/P06784",
323
- "http://identifiers.org/uniprot/Q03497",
324
- "http://identifiers.org/uniprot/P23561",
325
- "http://identifiers.org/uniprot/P32917"
326
- Ste12 identity "http://identifiers.org/uniprot/P13574"
327
- Ste12a identity "http://identifiers.org/uniprot/P13574"
328
- Bar1 identity "http://identifiers.org/uniprot/P12630"
329
- Bar1a identity "http://identifiers.org/uniprot/P12630"
330
- Bar1aex identity "http://identifiers.org/uniprot/P12630"
331
- Far1 identity "http://identifiers.org/uniprot/P21268"
332
- Far1PP identity "http://identifiers.org/uniprot/P21268"
333
- Far1U identity "http://identifiers.org/uniprot/P21268"
334
- complexM part "http://identifiers.org/uniprot/P21268",
335
- "http://identifiers.org/uniprot/P18851",
336
- "http://identifiers.org/uniprot/P18852"
337
- complexN part "http://identifiers.org/uniprot/P21268",
338
- "http://identifiers.org/uniprot/P00546"
339
- Cdc28 identity "http://identifiers.org/uniprot/P00546"
340
- Sst2 identity "http://identifiers.org/uniprot/P11972"
341
- v1 hypernym "http://identifiers.org/go/GO:0030163"
342
- v2 identity "http://identifiers.org/intact/EBI-904275"
343
- v2 hypernym "http://identifiers.org/go/GO:0004934"
344
- v3 identity "http://identifiers.org/intact/EBI-904275"
345
- v4 hypernym "http://identifiers.org/go/GO:0030163"
346
- v5 hypernym "http://identifiers.org/go/GO:0030163"
347
- v6 version "http://identifiers.org/intact/EBI-380703",
348
- "http://identifiers.org/intact/EBI-48387",
349
- "http://identifiers.org/intact/EBI-877237"
350
- v6 hypernym "http://identifiers.org/go/GO:0004930"
351
- v7 hypernym "http://identifiers.org/go/GO:0003924"
352
- v8 hypernym "http://identifiers.org/go/GO:0005096"
353
- v8 identity "http://identifiers.org/intact/EBI-904406"
354
- v9 version "http://identifiers.org/intact/EBI-877243",
355
- "http://identifiers.org/intact/EBI-380703"
356
- v10 hypernym "http://identifiers.org/go/GO:0005078"
357
- v10 identity "http://identifiers.org/intact/EBI-903953"
358
- v11 hypernym "http://identifiers.org/go/GO:0043241"
359
- v12 identity "http://identifiers.org/intact/EBI-877414"
360
- v13 hypernym "http://identifiers.org/go/GO:0043241"
361
- v14 hypernym "http://identifiers.org/go/GO:0051019"
362
- v14 identity "http://identifiers.org/intact/EBI-877260"
363
- v15 hypernym "http://identifiers.org/go/GO:0043241"
364
- v16 hypernym "http://identifiers.org/go/GO:0005078"
365
- v16 part "http://identifiers.org/intact/EBI-895753",
366
- "http://identifiers.org/intact/EBI-877421",
367
- "http://identifiers.org/intact/EBI-877417"
368
- v17 hypernym "http://identifiers.org/go/GO:0043241"
369
- v18 hypernym "http://identifiers.org/go/GO:0004674"
370
- v18 identity "http://identifiers.org/intact/EBI-903992"
371
- v19 hypernym "http://identifiers.org/go/GO:0043241"
372
- v20 hypernym "http://identifiers.org/ec-code/2.7.11.1",
373
- "http://identifiers.org/go/GO:0000185",
374
- "http://identifiers.org/go/GO:0008349"
375
- v21 hypernym "http://identifiers.org/go/GO:0043241"
376
- v22 hypernym "http://identifiers.org/ec-code/2.7.11.25",
377
- "http://identifiers.org/go/GO:0000186",
378
- "http://identifiers.org/go/GO:0004709"
379
- v23 hypernym "http://identifiers.org/go/GO:0043241"
380
- v24 hypernym "http://identifiers.org/ec-code/2.7.12.2",
381
- "http://identifiers.org/go/GO:0004708",
382
- "http://identifiers.org/go/GO:0000187"
383
- v25 hypernym "http://identifiers.org/go/GO:0043241"
384
- v26 hypernym "http://identifiers.org/go/GO:0006468"
385
- v27 hypernym "http://identifiers.org/go/GO:0043241"
386
- v28 hypernym "http://identifiers.org/go/GO:0043241"
387
- v29 hypernym "http://identifiers.org/go/GO:0051019"
388
- v29 part "http://identifiers.org/intact/EBI-877260",
389
- "http://identifiers.org/intact/EBI-877421"
390
- v30 hypernym "http://identifiers.org/go/GO:0043241"
391
- v31 hypernym "http://identifiers.org/ec-code/2.7.12.2",
392
- "http://identifiers.org/go/GO:0004708",
393
- "http://identifiers.org/go/GO:0000187"
394
- v32 hypernym "http://identifiers.org/go/GO:0043241"
395
- v33 hypernym "http://identifiers.org/ec-code/3.1.3.16",
396
- "http://identifiers.org/go/GO:0016311",
397
- "http://identifiers.org/go/GO:0000188"
398
- v34 hypernym "http://identifiers.org/go/GO:0004707",
399
- "http://identifiers.org/go/GO:0051019"
400
- v35 hypernym "http://identifiers.org/go/GO:0043241"
401
- v36 hypernym "http://identifiers.org/go/GO:0003700"
402
- v37 hypernym "http://identifiers.org/go/GO:0043241"
403
- v38 hypernym "http://identifiers.org/go/GO:0006611"
404
- v39 hypernym "http://identifiers.org/ec-code/2.7.11.24",
405
- "http://identifiers.org/go/GO:0004707"
406
- v40 hypernym "http://identifiers.org/ec-code/3.1.3.16",
407
- "http://identifiers.org/go/GO:0016311"
408
- v41 hypernym "http://identifiers.org/go/GO:0016567"
409
- v43 hypernym "http://identifiers.org/go/GO:0043241"
410
- v44 hypernym "http://identifiers.org/go/GO:0043241"
411
- v45 hypernym "http://identifiers.org/go/GO:0004861"
412
- v46 hypernym "http://identifiers.org/ec-code/2.7.11.24",
413
- "http://identifiers.org/go/GO:0004707"
414
- end
415
-
416
- Kofahl2004_PheromonePathway is "Kofahl2004_PheromonePathway"
417
-
418
- Kofahl2004_PheromonePathway model_entity_is "http://identifiers.org/biomodels.db/MODEL6618819961"
419
- Kofahl2004_PheromonePathway model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000032"
420
- Kofahl2004_PheromonePathway description "http://identifiers.org/pubmed/15300679"
421
- Kofahl2004_PheromonePathway hypernym "http://identifiers.org/go/GO:0019236"
422
- Kofahl2004_PheromonePathway taxon "http://identifiers.org/taxonomy/4932"
423
- Kofahl2004_PheromonePathway part "http://identifiers.org/go/GO:0000165"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000033.txt DELETED
@@ -1,278 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Brown2004_NGF_EGF_signaling()
3
-
4
- // Compartments and Species:
5
- compartment cell;
6
- species EGF in cell, NGF in cell, freeEGFReceptor in cell, boundEGFReceptor in cell;
7
- species freeNGFReceptor in cell, boundNGFReceptor in cell, SosInactive in cell;
8
- species SosActive in cell, P90RskInactive in cell, P90RskActive in cell;
9
- species RasInactive in cell, RasActive in cell, $RasGapActive in cell, Raf1Inactive in cell;
10
- species Raf1Active in cell, BRafInactive in cell, BRafActive in cell, MekInactive in cell;
11
- species MekActive in cell, ErkInactive in cell, ErkActive in cell, PI3KInactive in cell;
12
- species PI3KActive in cell, AktInactive in cell, AktActive in cell, C3GInactive in cell;
13
- species C3GActive in cell, Rap1Inactive in cell, Rap1Active in cell, $RapGapActive in cell;
14
- species $PP2AActive in cell, $Raf1PPtase in cell;
15
-
16
- // Reactions:
17
- EGFBindingReaction: EGF + freeEGFReceptor => boundEGFReceptor; cell*krbEGF*EGF*freeEGFReceptor;
18
- EGFUnbindingReaction: boundEGFReceptor => EGF + freeEGFReceptor; cell*kruEGF*boundEGFReceptor;
19
- NGFBindingReaction: NGF + freeNGFReceptor => boundNGFReceptor; krbNGF*NGF*freeNGFReceptor*cell;
20
- NGFUnbindingReaction: boundNGFReceptor => NGF + freeNGFReceptor; kruNGF*boundNGFReceptor*cell;
21
- SosActivationByEGFReaction: SosInactive -> SosActive; cell*(kEGF*boundEGFReceptor*SosInactive/(SosInactive + KmEGF));
22
- SosActivationByNGFReaction: SosInactive -> SosActive; cell*(kNGF*boundNGFReceptor*SosInactive/(SosInactive + KmNGF));
23
- SosDeactivationReaction: SosActive -> SosInactive; cell*(kdSos*P90RskActive*SosActive/(SosActive + KmdSos));
24
- RasActivationReaction: RasInactive -> RasActive; cell*(kSos*SosActive*RasInactive/(RasInactive + KmSos));
25
- RasDeactivationReaction: RasActive -> RasInactive; cell*(kRasGap*RasGapActive*RasActive/(RasActive + KmRasGap));
26
- Raf1ByRasActivationReaction: Raf1Inactive -> Raf1Active; cell*(kRasToRaf1*RasActive*Raf1Inactive/(Raf1Inactive + KmRasToRaf1));
27
- MekbyRaf1ActivationReaction: MekInactive -> MekActive; cell*(kpRaf1*Raf1Active*MekInactive/(MekInactive + KmpRaf1));
28
- MekbyBRafActivationReaction: MekInactive -> MekActive; cell*(kpBRaf*BRafActive*MekInactive/(MekInactive + KmpBRaf));
29
- ErkActivationReaction: ErkInactive -> ErkActive; cell*(kpMekCytoplasmic*MekActive*ErkInactive/(ErkInactive + KmpMekCytoplasmic));
30
- MekDeactivationReaction: MekActive -> MekInactive; cell*(kdMek*PP2AActive*MekActive/(MekActive + KmdMek));
31
- ErkDeactivationReaction: ErkActive -> ErkInactive; cell*(kdErk*PP2AActive*ErkActive/(ErkActive + KmdErk));
32
- Raf1byPPtaseDeactivationReaction: Raf1Active -> Raf1Inactive; cell*(kdRaf1*Raf1PPtase*Raf1Active/(Raf1Active + KmdRaf1));
33
- P90RskActivationReaction: P90RskInactive -> P90RskActive; cell*(kpP90Rsk*ErkActive*P90RskInactive/(P90RskInactive + KmpP90Rsk));
34
- PI3KbyEGFRActivationReaction: PI3KInactive -> PI3KActive; cell*(kPI3K*boundEGFReceptor*PI3KInactive/(PI3KInactive + KmPI3K));
35
- PI3KbyRasActivationReaction: PI3KInactive -> PI3KActive; cell*(kPI3KRas*RasActive*PI3KInactive/(PI3KInactive + KmPI3KRas));
36
- AktActivationReaction: AktInactive -> AktActive; cell*(kAkt*PI3KActive*AktInactive/(AktInactive + KmAkt));
37
- Raf1ByAktDeactivationReaction: Raf1Active -> Raf1Inactive; cell*(kdRaf1ByAkt*AktActive*Raf1Active/(Raf1Active + KmRaf1ByAkt));
38
- C3GActivationReaction: C3GInactive -> C3GActive; cell*(kC3GNGF*boundNGFReceptor*C3GInactive/(C3GInactive + KmC3GNGF));
39
- Rap1ActivationReaction: Rap1Inactive -> Rap1Active; cell*(kC3G*C3GActive*Rap1Inactive/(Rap1Inactive + KmC3G));
40
- Rap1DeactivationReaction: Rap1Active -> Rap1Inactive; cell*(kRapGap*RapGapActive*Rap1Active/(Rap1Active + KmRapGap));
41
- BRafByRap1ActivationReaction: BRafInactive -> BRafActive; cell*(kRap1ToBRaf*Rap1Active*BRafInactive/(BRafInactive + KmRap1ToBRaf));
42
- BRafbyPPtaseDeactivationReaction: BRafActive -> BRafInactive; cell*(kdBRaf*Raf1PPtase*BRafActive/(BRafActive + KmdBRaf));
43
-
44
- // Species initializations:
45
- EGF = 10002000;
46
- NGF = 456000;
47
- freeEGFReceptor = 80000;
48
- boundEGFReceptor = 0;
49
- freeNGFReceptor = 10000;
50
- boundNGFReceptor = 0;
51
- SosInactive = 120000;
52
- SosActive = 0;
53
- P90RskInactive = 120000;
54
- P90RskActive = 0;
55
- RasInactive = 120000;
56
- RasActive = 0;
57
- RasGapActive = 120000;
58
- Raf1Inactive = 120000;
59
- Raf1Active = 0;
60
- BRafInactive = 120000;
61
- BRafActive = 0;
62
- MekInactive = 600000;
63
- MekActive = 0;
64
- ErkInactive = 600000;
65
- ErkActive = 0;
66
- PI3KInactive = 120000;
67
- PI3KActive = 0;
68
- AktInactive = 120000;
69
- AktActive = 0;
70
- C3GInactive = 120000;
71
- C3GActive = 0;
72
- Rap1Inactive = 120000;
73
- Rap1Active = 0;
74
- RapGapActive = 120000;
75
- PP2AActive = 120000;
76
- Raf1PPtase = 120000;
77
-
78
- // Compartment initializations:
79
- cell = 1;
80
-
81
- // Variable initializations:
82
- krbEGF = 2.18503e-05;
83
- kruEGF = 0.0121008;
84
- krbNGF = 1.38209e-07;
85
- kruNGF = 0.00723811;
86
- kEGF = 694.731;
87
- KmEGF = 6086070;
88
- kNGF = 389.428;
89
- KmNGF = 2112.66;
90
- kdSos = 1611.97;
91
- KmdSos = 896896;
92
- kSos = 32.344;
93
- KmSos = 35954.3;
94
- kRasGap = 1509.36;
95
- KmRasGap = 1432410;
96
- kRasToRaf1 = 0.884096;
97
- KmRasToRaf1 = 62464.6;
98
- kpRaf1 = 185.759;
99
- KmpRaf1 = 4768350;
100
- kpBRaf = 125.089;
101
- KmpBRaf = 157948;
102
- kdMek = 2.83243;
103
- KmdMek = 518753;
104
- kpMekCytoplasmic = 9.85367;
105
- KmpMekCytoplasmic = 1007340;
106
- kdErk = 8.8912;
107
- KmdErk = 3496490;
108
- kpP90Rsk = 0.0213697;
109
- KmpP90Rsk = 763523;
110
- kPI3K = 10.6737;
111
- KmPI3K = 184912;
112
- kPI3KRas = 0.0771067;
113
- KmPI3KRas = 272056;
114
- kAkt = 0.0566279;
115
- KmAkt = 653951;
116
- kdRaf1ByAkt = 15.1212;
117
- KmRaf1ByAkt = 119355;
118
- kC3GNGF = 146.912;
119
- KmC3GNGF = 12876.2;
120
- kC3G = 1.40145;
121
- KmC3G = 10965.6;
122
- kRapGap = 27.265;
123
- KmRapGap = 295990;
124
- kRap1ToBRaf = 2.20995;
125
- KmRap1ToBRaf = 1025460;
126
- kdRaf1 = 0.126329;
127
- KmdRaf1 = 1061.71;
128
- kdBRaf = 441.287;
129
- KmdBRaf = 10879500;
130
-
131
- // Other declarations:
132
- const cell, krbEGF, kruEGF, krbNGF, kruNGF, kEGF, KmEGF, kNGF, KmNGF, kdSos;
133
- const KmdSos, kSos, KmSos, kRasGap, KmRasGap, kRasToRaf1, KmRasToRaf1, kpRaf1;
134
- const KmpRaf1, kpBRaf, KmpBRaf, kdMek, KmdMek, kpMekCytoplasmic, KmpMekCytoplasmic;
135
- const kdErk, KmdErk, kpP90Rsk, KmpP90Rsk, kPI3K, KmPI3K, kPI3KRas, KmPI3KRas;
136
- const kAkt, KmAkt, kdRaf1ByAkt, KmRaf1ByAkt, kC3GNGF, KmC3GNGF, kC3G, KmC3G;
137
- const kRapGap, KmRapGap, kRap1ToBRaf, KmRap1ToBRaf, kdRaf1, KmdRaf1, kdBRaf;
138
- const KmdBRaf;
139
-
140
- // Unit definitions:
141
- unit substance = item;
142
- unit time_unit = 60 second;
143
-
144
- // Display Names:
145
- substance is "item (default)";
146
- time_unit is "minute (default)";
147
- EGFBindingReaction is "EGF binding";
148
- EGFUnbindingReaction is "EFG unbinding";
149
- NGFBindingReaction is "NGF binding";
150
- NGFUnbindingReaction is "NGF unbinding";
151
- SosActivationByEGFReaction is "SOS activation by EGF";
152
- SosActivationByNGFReaction is "SOS activation by NGF";
153
- SosDeactivationReaction is "SOS deactivation";
154
- RasActivationReaction is "Ras activation";
155
- RasDeactivationReaction is "Ras deactivation";
156
- Raf1ByRasActivationReaction is "Raf1 activation by Ras";
157
- MekbyRaf1ActivationReaction is "Mek activation by Raf1";
158
- MekbyBRafActivationReaction is "Mek activation by B-Raf";
159
- ErkActivationReaction is "Erk activation";
160
- MekDeactivationReaction is "Mek deactivation";
161
- ErkDeactivationReaction is "Erk deactivation";
162
- Raf1byPPtaseDeactivationReaction is "Raf1 deactivation by PPase";
163
- P90RskActivationReaction is "P90Rsk activation";
164
- PI3KbyEGFRActivationReaction is "PI3K activation by EGFR";
165
- PI3KbyRasActivationReaction is "PI3K activation by Ras";
166
- AktActivationReaction is "Akt activation";
167
- Raf1ByAktDeactivationReaction is "Raf1 deactivation by Akt";
168
- C3GActivationReaction is "C3G activation";
169
- Rap1ActivationReaction is "Rap1 activation";
170
- Rap1DeactivationReaction is "Rap1 deactivation";
171
- BRafByRap1ActivationReaction is "BRaf activation by Rap1";
172
- BRafbyPPtaseDeactivationReaction is "BRaf deactivation by PPase";
173
-
174
- // CV terms:
175
- cell identity "http://identifiers.org/go/GO:0005623"
176
- EGF identity "http://identifiers.org/uniprot/P07522"
177
- NGF identity "http://identifiers.org/uniprot/P25427"
178
- freeEGFReceptor identity "http://identifiers.org/uniprot/Q9QX70"
179
- boundEGFReceptor part "http://identifiers.org/uniprot/Q9QX70",
180
- "http://identifiers.org/uniprot/P07522"
181
- freeNGFReceptor identity "http://identifiers.org/uniprot/P35739"
182
- boundNGFReceptor part "http://identifiers.org/uniprot/P35739",
183
- "http://identifiers.org/uniprot/P25427"
184
- SosInactive hypernym "http://identifiers.org/ensembl/ENSRNOP00000009359",
185
- "http://identifiers.org/uniprot/Q9Z1I1"
186
- SosActive hypernym "http://identifiers.org/ensembl/ENSRNOP00000009359",
187
- "http://identifiers.org/uniprot/Q9Z1I1"
188
- P90RskInactive version "http://identifiers.org/uniprot/Q9Z1I2",
189
- "http://identifiers.org/uniprot/Q63531"
190
- P90RskActive version "http://identifiers.org/uniprot/Q9Z1I2",
191
- "http://identifiers.org/uniprot/Q63531"
192
- RasInactive hypernym "http://identifiers.org/interpro/IPR003577"
193
- RasActive hypernym "http://identifiers.org/interpro/IPR003577"
194
- RasGapActive identity "http://identifiers.org/uniprot/P50904"
195
- Raf1Inactive hypernym "http://identifiers.org/uniprot/P11345"
196
- Raf1Active hypernym "http://identifiers.org/uniprot/P11345"
197
- BRafInactive hypernym "http://identifiers.org/uniprot/Q99MC6"
198
- BRafActive hypernym "http://identifiers.org/uniprot/Q99MC6"
199
- MekInactive hypernym "http://identifiers.org/uniprot/Q01986",
200
- "http://identifiers.org/uniprot/P36506"
201
- MekActive hypernym "http://identifiers.org/uniprot/Q01986",
202
- "http://identifiers.org/uniprot/P36506"
203
- ErkInactive hypernym "http://identifiers.org/uniprot/P21708",
204
- "http://identifiers.org/uniprot/P63086"
205
- ErkActive hypernym "http://identifiers.org/uniprot/P21708",
206
- "http://identifiers.org/uniprot/P63086"
207
- PI3KInactive part "http://identifiers.org/interpro/IPR015433"
208
- PI3KInactive hypernym "http://identifiers.org/go/GO:0005942"
209
- PI3KActive part "http://identifiers.org/interpro/IPR015433"
210
- PI3KActive hypernym "http://identifiers.org/go/GO:0005942"
211
- AktInactive version "http://identifiers.org/uniprot/P47196",
212
- "http://identifiers.org/uniprot/P47197",
213
- "http://identifiers.org/uniprot/Q63484"
214
- AktActive version "http://identifiers.org/uniprot/P47196",
215
- "http://identifiers.org/uniprot/P47197",
216
- "http://identifiers.org/uniprot/Q63484"
217
- C3GInactive hypernym "http://identifiers.org/uniprot/Q9QYV3"
218
- C3GActive hypernym "http://identifiers.org/uniprot/Q9QYV3"
219
- Rap1Inactive version "http://identifiers.org/uniprot/P10113",
220
- "http://identifiers.org/uniprot/Q62636"
221
- Rap1Active version "http://identifiers.org/uniprot/P10113",
222
- "http://identifiers.org/uniprot/Q62636"
223
- RapGapActive identity "http://identifiers.org/uniprot/P47736"
224
- PP2AActive identity "http://identifiers.org/go/GO:0000159"
225
- EGFBindingReaction identity "http://identifiers.org/go/GO:0048408"
226
- EGFBindingReaction hypernym "http://identifiers.org/go/GO:0045741"
227
- EGFUnbindingReaction hypernym "http://identifiers.org/go/GO:0007175"
228
- NGFBindingReaction hypernym "http://identifiers.org/go/GO:0051396"
229
- NGFBindingReaction identity "http://identifiers.org/go/GO:0048406"
230
- NGFUnbindingReaction hypernym "http://identifiers.org/go/GO:0051395"
231
- SosActivationByEGFReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
232
- "http://identifiers.org/go/GO:0004716"
233
- SosActivationByNGFReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
234
- "http://identifiers.org/go/GO:0004716"
235
- SosDeactivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37"
236
- RasActivationReaction identity "http://identifiers.org/go/GO:0046579"
237
- RasDeactivationReaction identity "http://identifiers.org/go/GO:0046580"
238
- Raf1ByRasActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
239
- "http://identifiers.org/go/GO:0008349",
240
- "http://identifiers.org/go/GO:0000185"
241
- MekbyRaf1ActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
242
- "http://identifiers.org/go/GO:0004709",
243
- "http://identifiers.org/go/GO:0000186"
244
- MekbyBRafActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
245
- "http://identifiers.org/go/GO:0004709",
246
- "http://identifiers.org/go/GO:0000186"
247
- ErkActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
248
- "http://identifiers.org/go/GO:0000187",
249
- "http://identifiers.org/go/GO:0004708"
250
- MekDeactivationReaction hypernym "http://identifiers.org/ec-code/3.1.3.16"
251
- ErkDeactivationReaction hypernym "http://identifiers.org/ec-code/3.1.3.16",
252
- "http://identifiers.org/go/GO:0000188"
253
- Raf1byPPtaseDeactivationReaction hypernym "http://identifiers.org/ec-code/3.1.3.16"
254
- P90RskActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
255
- "http://identifiers.org/go/GO:0004707"
256
- PI3KbyEGFRActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37"
257
- PI3KbyRasActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
258
- "http://identifiers.org/go/GO:0008349"
259
- AktActivationReaction hypernym "http://identifiers.org/go/GO:0045860"
260
- Raf1ByAktDeactivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37"
261
- C3GActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
262
- "http://identifiers.org/go/GO:0004716"
263
- Rap1ActivationReaction identity "http://identifiers.org/go/GO:0046582"
264
- BRafByRap1ActivationReaction hypernym "http://identifiers.org/ec-code/2.7.1.37",
265
- "http://identifiers.org/go/GO:0000185"
266
- BRafbyPPtaseDeactivationReaction hypernym "http://identifiers.org/ec-code/3.1.3.16"
267
- end
268
-
269
- Brown2004_NGF_EGF_signaling is "Brown2004 - NGF and EGF signaling"
270
-
271
- Brown2004_NGF_EGF_signaling model_entity_is "http://identifiers.org/biomodels.db/MODEL6619514794"
272
- Brown2004_NGF_EGF_signaling model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000033"
273
- Brown2004_NGF_EGF_signaling description "http://identifiers.org/pubmed/16204838"
274
- Brown2004_NGF_EGF_signaling hypernym "http://identifiers.org/go/GO:0070371"
275
- Brown2004_NGF_EGF_signaling taxon "http://identifiers.org/taxonomy/131567"
276
- Brown2004_NGF_EGF_signaling property "http://identifiers.org/mamo/MAMO_0000046"
277
- Brown2004_NGF_EGF_signaling part "http://identifiers.org/go/GO:0048011",
278
- "http://identifiers.org/go/GO:0007173"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000034.txt DELETED
@@ -1,259 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *model_0000001()
3
-
4
- // Compartments and Species:
5
- compartment compartment_0000002, compartment_0000001;
6
- species species_0000001 in compartment_0000001, species_0000002 in compartment_0000001;
7
- species species_0000003 in compartment_0000001, species_0000004 in compartment_0000002;
8
- species species_0000005 in compartment_0000002, species_0000006 in compartment_0000002;
9
- species species_0000007 in compartment_0000001, species_0000008 in compartment_0000001;
10
- species species_0000009 in compartment_0000001;
11
-
12
- // Rate Rules:
13
- parameter_0000001' = parameter_0000017*(species_0000008/(species_0000008 + parameter_0000011))*(parameter_0000005/(parameter_0000005 + species_0000001 + species_0000002 + species_0000003))*(1 - parameter_0000001) - parameter_0000014*parameter_0000001;
14
- parameter_0000002' = parameter_0000018*(species_0000008/(species_0000008 + parameter_0000012))*(parameter_0000006/(parameter_0000006 + species_0000001 + species_0000002 + species_0000003))*(1 - parameter_0000002) - parameter_0000015*parameter_0000002;
15
- parameter_0000003' = parameter_0000019*(species_0000008/(species_0000008 + parameter_0000013))*(parameter_0000007/(parameter_0000007 + species_0000001 + species_0000002 + species_0000003))*(1 - parameter_0000003) - parameter_0000016*parameter_0000003;
16
- parameter_0000020' = (parameter_0000001^parameter_0000026 - parameter_0000020)/parameter_0000023;
17
- parameter_0000021' = (parameter_0000002^parameter_0000026 - parameter_0000021)/parameter_0000024;
18
- parameter_0000022' = (parameter_0000003^parameter_0000026 - parameter_0000022)/parameter_0000025;
19
-
20
- // Reactions:
21
- reaction_0000001: => species_0000004; compartment_0000002*(parameter_0000027*parameter_0000021 + parameter_0000031);
22
- reaction_0000002: => species_0000007; compartment_0000001*(parameter_0000028*parameter_0000020 + parameter_0000032);
23
- reaction_0000003: => species_0000009; compartment_0000001*delay(parameter_0000029*parameter_0000022 + parameter_0000034, parameter_0000039);
24
- reaction_0000004: => species_0000008; compartment_0000001*(parameter_0000030*(species_0000009^2/(species_0000009^2 + parameter_0000010^2))*(parameter_0000008^2/(species_0000007^2 + parameter_0000008^2)) + parameter_0000033);
25
- reaction_0000005: species_0000008 => ; compartment_0000001*parameter_0000036*species_0000008;
26
- reaction_0000006: species_0000009 => ; compartment_0000001*parameter_0000038*species_0000009;
27
- reaction_0000007: species_0000007 => ; compartment_0000001*parameter_0000037*species_0000007;
28
- reaction_0000008: species_0000004 => species_0000005; compartment_0000002*(parameter_0000040*species_0000004/(parameter_0000041 + species_0000004));
29
- reaction_0000009: species_0000005 => species_0000006; compartment_0000002*(parameter_0000040*species_0000005/(parameter_0000041 + species_0000005));
30
- reaction_0000010: species_0000006 => species_0000001; compartment_0000002*(parameter_0000044*species_0000006/(parameter_0000045 + species_0000006));
31
- reaction_0000011: species_0000001 => species_0000002; compartment_0000001*(parameter_0000042*species_0000001/(parameter_0000043 + species_0000001));
32
- reaction_0000012: species_0000002 => species_0000003; compartment_0000001*(parameter_0000042*species_0000002/(parameter_0000043 + species_0000002));
33
- reaction_0000013: species_0000003 => ; compartment_0000001*(parameter_0000046*species_0000003/(parameter_0000047 + species_0000003));
34
- reaction_0000014: species_0000008 => ; compartment_0000001*parameter_0000048*species_0000008;
35
- reaction_0000015: species_0000009 => ; compartment_0000001*parameter_0000048*species_0000009;
36
- reaction_0000016: species_0000007 => ; compartment_0000001*parameter_0000048*species_0000007;
37
- reaction_0000017: species_0000004 => ; compartment_0000002*parameter_0000048*species_0000004;
38
- reaction_0000018: species_0000005 => ; compartment_0000002*parameter_0000048*species_0000005;
39
- reaction_0000019: species_0000006 => ; compartment_0000002*parameter_0000048*species_0000006;
40
- reaction_0000020: species_0000001 => ; compartment_0000001*parameter_0000048*species_0000001;
41
- reaction_0000021: species_0000002 => ; compartment_0000001*parameter_0000048*species_0000002;
42
- reaction_0000022: species_0000003 => ; compartment_0000001*parameter_0000048*species_0000003;
43
-
44
- // Species initializations:
45
- species_0000001 = 0.001;
46
- species_0000002 = 0.001;
47
- species_0000003 = 0.001;
48
- species_0000004 = 0.001;
49
- species_0000005 = 0.001;
50
- species_0000006 = 0.001;
51
- species_0000007 = 0.001;
52
- species_0000008 = 0.001;
53
- species_0000009 = 0.001;
54
-
55
- // Compartment initializations:
56
- compartment_0000002 = 1;
57
- compartment_0000001 = 1;
58
-
59
- // Variable initializations:
60
- parameter_0000001 = ;
61
- parameter_0000017 = 1.062;
62
- parameter_0000011 = 0.083;
63
- parameter_0000005 = 0.2;
64
- parameter_0000014 = 0.2124;
65
- parameter_0000002 = ;
66
- parameter_0000018 = 1.062;
67
- parameter_0000012 = 0.134;
68
- parameter_0000006 = 0.24;
69
- parameter_0000015 = 0.2124;
70
- parameter_0000003 = ;
71
- parameter_0000019 = 1.062;
72
- parameter_0000013 = 0.248;
73
- parameter_0000007 = 0.1;
74
- parameter_0000016 = 0.2124;
75
- parameter_0000008 = 0.54;
76
- parameter_0000010 = 0.54;
77
- parameter_0000020 = ;
78
- parameter_0000026 = 5;
79
- parameter_0000023 = 2.8249;
80
- parameter_0000021 = ;
81
- parameter_0000024 = 2.8249;
82
- parameter_0000022 = ;
83
- parameter_0000025 = 2.8249;
84
- parameter_0000027 = 10.62;
85
- parameter_0000028 = 76.464;
86
- parameter_0000029 = 344.09;
87
- parameter_0000030 = 1.062;
88
- parameter_0000031 = 0.02124;
89
- parameter_0000032 = 0.19116;
90
- parameter_0000033 = 0.001062;
91
- parameter_0000034 = 0.38232;
92
- parameter_0000036 = 0.2124;
93
- parameter_0000037 = 0.7434;
94
- parameter_0000038 = 0.6903;
95
- parameter_0000039 = 2.8249;
96
- parameter_0000040 = 1.6992;
97
- parameter_0000041 = 0.25;
98
- parameter_0000042 = 0.3186;
99
- parameter_0000043 = 0.001;
100
- parameter_0000044 = 1.6992;
101
- parameter_0000045 = 0.25;
102
- parameter_0000046 = 5.31;
103
- parameter_0000047 = 0.01;
104
- parameter_0000048 = 0.00531;
105
-
106
- // Other declarations:
107
- var parameter_0000001, parameter_0000002, parameter_0000003, parameter_0000020;
108
- var parameter_0000021, parameter_0000022;
109
- const compartment_0000002, compartment_0000001, parameter_0000017, parameter_0000011;
110
- const parameter_0000005, parameter_0000014, parameter_0000018, parameter_0000012;
111
- const parameter_0000006, parameter_0000015, parameter_0000019, parameter_0000013;
112
- const parameter_0000007, parameter_0000016, parameter_0000008, parameter_0000010;
113
- const parameter_0000026, parameter_0000023, parameter_0000024, parameter_0000025;
114
- const parameter_0000027, parameter_0000028, parameter_0000029, parameter_0000030;
115
- const parameter_0000031, parameter_0000032, parameter_0000033, parameter_0000034;
116
- const parameter_0000036, parameter_0000037, parameter_0000038, parameter_0000039;
117
- const parameter_0000040, parameter_0000041, parameter_0000042, parameter_0000043;
118
- const parameter_0000044, parameter_0000045, parameter_0000046, parameter_0000047;
119
- const parameter_0000048;
120
-
121
- // Unit definitions:
122
- unit time_unit = 3600 second;
123
- unit substance = 1e-9 mole;
124
-
125
- // Display Names:
126
- time_unit is "hour";
127
- substance is "nanomole";
128
- compartment_0000002 is "cytoplasm";
129
- compartment_0000001 is "nucleus";
130
- species_0000001 is "P0nuc";
131
- species_0000002 is "P1nuc";
132
- species_0000003 is "P2nuc";
133
- species_0000004 is "P0cyt";
134
- species_0000005 is "P1cyt";
135
- species_0000006 is "P2cyt";
136
- species_0000007 is "VRI";
137
- species_0000008 is "CLK";
138
- species_0000009 is "PDP";
139
- parameter_0000001 is "ACvri";
140
- parameter_0000017 is "Fv";
141
- parameter_0000011 is "Kcv";
142
- parameter_0000005 is "Kpv";
143
- parameter_0000014 is "Kvdeac";
144
- parameter_0000002 is "ACper";
145
- parameter_0000018 is "Fp";
146
- parameter_0000012 is "Kcp";
147
- parameter_0000006 is "Kpp";
148
- parameter_0000015 is "Kpdeac";
149
- parameter_0000003 is "ACpdp";
150
- parameter_0000019 is "Fpd";
151
- parameter_0000013 is "Kcpd";
152
- parameter_0000007 is "Kppd";
153
- parameter_0000016 is "Kpddeac";
154
- parameter_0000008 is "Kvc";
155
- parameter_0000010 is "Kpdc";
156
- parameter_0000020 is "OPvri";
157
- parameter_0000026 is "N";
158
- parameter_0000023 is "Tvriop";
159
- parameter_0000021 is "OPper";
160
- parameter_0000024 is "Tperop";
161
- parameter_0000022 is "OPpdp";
162
- parameter_0000025 is "Tpdpop";
163
- parameter_0000027 is "Vper";
164
- parameter_0000028 is "Vvri";
165
- parameter_0000029 is "Vpdp";
166
- parameter_0000030 is "Vclk";
167
- parameter_0000031 is "Rpbas";
168
- parameter_0000032 is "Rvbas";
169
- parameter_0000033 is "Rcbas";
170
- parameter_0000034 is "Rpdbas";
171
- parameter_0000036 is "Vdclk";
172
- parameter_0000037 is "vdvri";
173
- parameter_0000038 is "vdpdp";
174
- parameter_0000039 is "Tdelay";
175
- parameter_0000040 is "Vpcyt";
176
- parameter_0000041 is "Kpcyt";
177
- parameter_0000042 is "Vpnuc";
178
- parameter_0000043 is "Kpnuc";
179
- parameter_0000044 is "Vtrans";
180
- parameter_0000045 is "Ktrans";
181
- parameter_0000046 is "Vdegp";
182
- parameter_0000047 is "Kdegp";
183
- parameter_0000048 is "kd";
184
- reaction_0000001 is "Per production";
185
- reaction_0000002 is "Vri production";
186
- reaction_0000003 is "Pdp production";
187
- reaction_0000004 is "Clk production";
188
- reaction_0000005 is "Clk specific degradation";
189
- reaction_0000006 is "Pdp specific degradation";
190
- reaction_0000007 is "Vri specific degradation";
191
- reaction_0000008 is "first cytoplasmic Per phosphorylation";
192
- reaction_0000009 is "second cytoplasmic Per phosphorylation";
193
- reaction_0000010 is "Per nuclear transport";
194
- reaction_0000011 is "first nuclear Per phosphorylation";
195
- reaction_0000012 is "second nuclear Rer phosphorylation";
196
- reaction_0000013 is "Per specific degradation";
197
- reaction_0000014 is "Clk aspecific degradation";
198
- reaction_0000015 is "Pdp aspecific degradation";
199
- reaction_0000016 is "Vri aspecific degradation";
200
- reaction_0000017 is "Per_cyt aspecific degradation";
201
- reaction_0000018 is "Per-P_cyt aspecific degradation";
202
- reaction_0000019 is "Per-PP_cyt aspecific degradation";
203
- reaction_0000020 is "Per_nuc aspecific degradation";
204
- reaction_0000021 is "Per-P_nuc aspecific degradation";
205
- reaction_0000022 is "Per-PP_nuc aspecific degradation";
206
-
207
- // CV terms:
208
- compartment_0000002 identity "http://identifiers.org/go/GO:0005737"
209
- compartment_0000001 identity "http://identifiers.org/go/GO:0005634"
210
- species_0000001 hypernym "http://identifiers.org/uniprot/P07663"
211
- species_0000002 hypernym "http://identifiers.org/uniprot/P07663"
212
- species_0000003 hypernym "http://identifiers.org/uniprot/P07663"
213
- species_0000004 hypernym "http://identifiers.org/uniprot/P07663"
214
- species_0000005 hypernym "http://identifiers.org/uniprot/P07663"
215
- species_0000006 hypernym "http://identifiers.org/uniprot/P07663"
216
- species_0000007 identity "http://identifiers.org/uniprot/O18660"
217
- species_0000008 part "http://identifiers.org/uniprot/O61735",
218
- "http://identifiers.org/uniprot/P07663"
219
- species_0000009 identity "http://identifiers.org/uniprot/Q9TVS7"
220
- reaction_0000001 part "http://identifiers.org/go/GO:0006412",
221
- "http://identifiers.org/go/GO:0006351"
222
- reaction_0000002 part "http://identifiers.org/go/GO:0006412",
223
- "http://identifiers.org/go/GO:0006351"
224
- reaction_0000003 part "http://identifiers.org/go/GO:0006412",
225
- "http://identifiers.org/go/GO:0006351"
226
- reaction_0000004 part "http://identifiers.org/go/GO:0006412",
227
- "http://identifiers.org/go/GO:0006351"
228
- reaction_0000005 hypernym "http://identifiers.org/go/GO:0030163"
229
- reaction_0000006 hypernym "http://identifiers.org/go/GO:0030163"
230
- reaction_0000007 hypernym "http://identifiers.org/go/GO:0030163"
231
- reaction_0000008 hypernym "http://identifiers.org/ec-code/2.7.1.37",
232
- "http://identifiers.org/go/GO:0006468"
233
- reaction_0000009 hypernym "http://identifiers.org/ec-code/2.7.1.37",
234
- "http://identifiers.org/go/GO:0006468"
235
- reaction_0000010 hypernym "http://identifiers.org/go/GO:0006606"
236
- reaction_0000011 hypernym "http://identifiers.org/ec-code/2.7.1.37",
237
- "http://identifiers.org/go/GO:0006468"
238
- reaction_0000012 hypernym "http://identifiers.org/ec-code/2.7.1.37",
239
- "http://identifiers.org/go/GO:0006468"
240
- reaction_0000013 hypernym "http://identifiers.org/go/GO:0030163"
241
- reaction_0000014 hypernym "http://identifiers.org/go/GO:0030163"
242
- reaction_0000015 hypernym "http://identifiers.org/go/GO:0030163"
243
- reaction_0000016 hypernym "http://identifiers.org/go/GO:0030163"
244
- reaction_0000017 hypernym "http://identifiers.org/go/GO:0030163"
245
- reaction_0000018 hypernym "http://identifiers.org/go/GO:0030163"
246
- reaction_0000019 hypernym "http://identifiers.org/go/GO:0030163"
247
- reaction_0000020 hypernym "http://identifiers.org/go/GO:0030163"
248
- reaction_0000021 hypernym "http://identifiers.org/go/GO:0030163"
249
- reaction_0000022 hypernym "http://identifiers.org/go/GO:0030163"
250
- end
251
-
252
- model_0000001 is "Smolen2004_CircClock"
253
-
254
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/MODEL6619579403"
255
- model_0000001 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000034"
256
- model_0000001 description "http://identifiers.org/pubmed/15111397"
257
- model_0000001 taxon "http://identifiers.org/taxonomy/7227"
258
- model_0000001 identity "http://identifiers.org/kegg.pathway/dme04710"
259
- model_0000001 hypernym "http://identifiers.org/go/GO:0042752"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000035.txt DELETED
@@ -1,103 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *vilarOscillator()
3
-
4
- // Compartments and Species:
5
- compartment deterministicOscillator;
6
- substanceOnly species $EmptySet in deterministicOscillator, A in deterministicOscillator;
7
- substanceOnly species C in deterministicOscillator, DA in deterministicOscillator;
8
- substanceOnly species DAp in deterministicOscillator, DR in deterministicOscillator;
9
- substanceOnly species DRp in deterministicOscillator, MA in deterministicOscillator;
10
- substanceOnly species MR in deterministicOscillator, R in deterministicOscillator;
11
-
12
- // Reactions:
13
- Reaction1: A + R => C; A*R*Reaction1_gammaC;
14
- Reaction2: A => $EmptySet; A*Reaction2_deltaA;
15
- Reaction3: C => R; C*Reaction3_deltaA;
16
- Reaction4: R => $EmptySet; R*Reaction4_deltaR;
17
- Reaction5: A + DA => DAp; A*DA*Reaction5_gammaA;
18
- Reaction6: DAp => A + DA; DAp*Reaction6_thetaA;
19
- Reaction7: DA => DA + MA; DA*Reaction7_alphaA;
20
- Reaction8: DAp => DAp + MA; DAp*Reaction8_alphaAp;
21
- Reaction9: MA => $EmptySet; MA*Reaction9_deltaMA;
22
- Reaction10: MA => A + MA; MA*Reaction10_betaA;
23
- Reaction11: A + DR => DRp; A*DR*Reaction11_gammaR;
24
- Reaction12: DRp => A + DR; DRp*Reaction12_thetaR;
25
- Reaction13: DR => DR + MR; DR*Reaction13_alphaR;
26
- Reaction14: DRp => DRp + MR; DRp*Reaction14_alphaRp;
27
- Reaction15: MR => $EmptySet; MR*Reaction15_deltaMR;
28
- Reaction16: MR => MR + R; MR*Reaction16_betaR;
29
-
30
- // Species initializations:
31
- EmptySet = 0;
32
- A = 0;
33
- C = 0;
34
- DA = 1/deterministicOscillator;
35
- DAp = 0;
36
- DR = 1/deterministicOscillator;
37
- DRp = 0;
38
- MA = 0;
39
- MR = 0;
40
- R = 0;
41
-
42
- // Compartment initializations:
43
- deterministicOscillator = 1;
44
-
45
- // Variable initializations:
46
- Reaction1_gammaC = 2;
47
- Reaction2_deltaA = 1;
48
- Reaction3_deltaA = 1;
49
- Reaction4_deltaR = 0.2;
50
- Reaction5_gammaA = 1;
51
- Reaction6_thetaA = 50;
52
- Reaction7_alphaA = 50;
53
- Reaction8_alphaAp = 500;
54
- Reaction9_deltaMA = 10;
55
- Reaction10_betaA = 50;
56
- Reaction11_gammaR = 1;
57
- Reaction12_thetaR = 100;
58
- Reaction13_alphaR = 0.01;
59
- Reaction14_alphaRp = 50;
60
- Reaction15_deltaMR = 0.5;
61
- Reaction16_betaR = 5;
62
-
63
- // Other declarations:
64
- const deterministicOscillator;
65
-
66
- // Unit definitions:
67
- unit time_unit = 3600 second;
68
-
69
- // Display Names:
70
- time_unit is "hour";
71
-
72
- // CV terms:
73
- A hypernym "http://identifiers.org/chebi/CHEBI:36080"
74
- C hypernym "http://identifiers.org/chebi/CHEBI:36080"
75
- MA hypernym "http://identifiers.org/chebi/CHEBI:33699"
76
- MR hypernym "http://identifiers.org/chebi/CHEBI:33699"
77
- R hypernym "http://identifiers.org/chebi/CHEBI:36080"
78
- Reaction1 hypernym "http://identifiers.org/obo.go/GO:0006461"
79
- Reaction2 hypernym "http://identifiers.org/obo.go/GO:0030163"
80
- Reaction3 hypernym "http://identifiers.org/obo.go/GO:0030163"
81
- Reaction4 hypernym "http://identifiers.org/obo.go/GO:0030163"
82
- Reaction5 hypernym "http://identifiers.org/obo.go/GO:0016563"
83
- Reaction6 hypernym "http://identifiers.org/obo.go/GO:0032986"
84
- Reaction7 hypernym "http://identifiers.org/obo.go/GO:0006351"
85
- Reaction8 hypernym "http://identifiers.org/obo.go/GO:0006351"
86
- Reaction9 hypernym "http://identifiers.org/obo.go/GO:0006402"
87
- Reaction10 hypernym "http://identifiers.org/obo.go/GO:0006412"
88
- Reaction11 hypernym "http://identifiers.org/obo.go/GO:0016563",
89
- "http://identifiers.org/obo.go/GO:0010843"
90
- Reaction12 hypernym "http://identifiers.org/obo.go/GO:0032986"
91
- Reaction13 hypernym "http://identifiers.org/obo.go/GO:0006351"
92
- Reaction14 hypernym "http://identifiers.org/obo.go/GO:0006351"
93
- Reaction15 hypernym "http://identifiers.org/obo.go/GO:0006402"
94
- Reaction16 hypernym "http://identifiers.org/obo.go/GO:0006412"
95
- end
96
-
97
- vilarOscillator is "Vilar2002_Oscillator"
98
-
99
- vilarOscillator model_entity_is "http://identifiers.org/biomodels.db/MODEL6619651140"
100
- vilarOscillator model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000035"
101
- vilarOscillator description "http://identifiers.org/pubmed/11972055"
102
- vilarOscillator hypernym "http://identifiers.org/obo.go/GO:0042752"
103
- vilarOscillator taxon "http://identifiers.org/taxonomy/131567"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000036.txt DELETED
@@ -1,72 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Tyson1999()
3
-
4
- // Compartments and Species:
5
- compartment default, CYTOPLASM;
6
- species $EmptySet in default, M in CYTOPLASM, P in CYTOPLASM;
7
-
8
- // Reactions:
9
- TC: $EmptySet => M; CYTOPLASM*(TC_Vm/(1 + (P*(1 - 2/(1 + (1 + 8*TC_Keq*P)^0.5))/(2*TC_Pcrit))^2));
10
- TL: $EmptySet => P; TL_V*M*CYTOPLASM;
11
- mRNAD: M => $EmptySet; mRNAD_D*M*CYTOPLASM;
12
- ProteinD: P => $EmptySet; ProteinD_D*P*CYTOPLASM;
13
- DBT: P => $EmptySet; CYTOPLASM*((DBT_k1*P*(2/(1 + (1 + 8*DBT_Keq*P)^0.5)) + DBT_k2*P)/(DBT_J + P));
14
-
15
- // Species initializations:
16
- EmptySet = 0;
17
- M = 1/CYTOPLASM;
18
- P = 1/CYTOPLASM;
19
-
20
- // Compartment initializations:
21
- default = 1;
22
- CYTOPLASM = 1;
23
-
24
- // Variable initializations:
25
- N_A = 6.0221367e+23;
26
- TC_Vm = 1;
27
- TC_Pcrit = 0.1;
28
- TC_Keq = 200;
29
- TL_V = 0.5;
30
- mRNAD_D = 0.1;
31
- ProteinD_D = 0.1;
32
- DBT_k1 = 10;
33
- DBT_k2 = 0.03;
34
- DBT_J = 0.05;
35
- DBT_Keq = 200;
36
-
37
- // Other declarations:
38
- const default, CYTOPLASM, N_A;
39
-
40
- // Unit definitions:
41
- unit time_unit = 3600 second;
42
-
43
- // Display Names:
44
- time_unit is "hour";
45
- P is "Pt";
46
- TC is "transcription";
47
- TL is "translation";
48
- mRNAD is "mRNA degradation";
49
- ProteinD is "protein degradation";
50
- DBT is "Per phosphorylation and degradation";
51
-
52
- // CV terms:
53
- CYTOPLASM hypernym "http://identifiers.org/go/GO:0005737"
54
- P identity "http://identifiers.org/uniprot/P07663"
55
- TC hypernym "http://identifiers.org/go/GO:0006355",
56
- "http://identifiers.org/go/GO:0009299"
57
- TL hypernym "http://identifiers.org/go/GO:0006412"
58
- mRNAD hypernym "http://identifiers.org/go/GO:0006402"
59
- ProteinD hypernym "http://identifiers.org/go/GO:0030163"
60
- DBT hypernym "http://identifiers.org/ec-code/2.7.1.37",
61
- "http://identifiers.org/go/GO:0006468",
62
- "http://identifiers.org/go/GO:0030163"
63
- end
64
-
65
- Tyson1999 is "Tyson1999_CircClock"
66
-
67
- Tyson1999 model_entity_is "http://identifiers.org/biomodels.db/MODEL6619720081"
68
- Tyson1999 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000036"
69
- Tyson1999 description "http://identifiers.org/pubmed/20540926"
70
- Tyson1999 identity "http://identifiers.org/kegg.pathway/dme04710"
71
- Tyson1999 taxon "http://identifiers.org/taxonomy/7227"
72
- Tyson1999 hypernym "http://identifiers.org/go/GO:0042752"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000037.txt DELETED
@@ -1,89 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *BIOMD0000000037()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species Pfr in compartment_, Pr in compartment_, Xi in compartment_, Xa in compartment_;
7
- species prepreS in compartment_, preS in compartment_, Ya in compartment_;
8
- species S in compartment_, $Gluc in compartment_, Yi in compartment_, V in compartment_;
9
- species Pi in compartment_;
10
-
11
- // Reactions:
12
- Photoreceptor_activation: Pfr => Pr; compartment_*Pfr*Photoreceptor_activation_IfrSfrPfr;
13
- Photoreceptor_inactivation: Pr => Pfr; Photoreceptor_inactivation_IrSrPr*Pr*compartment_;
14
- Transducer_activation: Xi => Xa; Xi*Transducer_activation_kia*Pr*compartment_;
15
- Transducer_inactivation: Xa => Xi; Transducer_inactivation_kai*Xa*compartment_;
16
- preS_formation: prepreS => preS; prepreS*preS_formation_kx*Xa*compartment_;
17
- S_generation: preS => S; preS*S_generation_ky*Ya*compartment_;
18
- Glucose_sensor_inactivation: Ya + $Gluc => Yi; Glucose_sensor_inactivation_kG*Ya*Gluc*compartment_;
19
- S_formation: => S; compartment_*(S_formation_alpha1/(1 + V^3));
20
- V_formation: => V; compartment_*(V_formation_alpha2/(1 + S^3));
21
- S_degradation: S => ; S_degradation_kd_s*S*compartment_;
22
- V_degradation: V => ; compartment_*V*V_degradation_kd_v;
23
- Photoreceptor_decay: Pr => Pi; compartment_*Photoreceptor_decay_kd*Pr;
24
-
25
- // Species initializations:
26
- Pfr = 10/compartment_;
27
- Pr = 0;
28
- Xi = 6/compartment_;
29
- Xa = 0;
30
- prepreS = 200/compartment_;
31
- preS = 0;
32
- Ya = 0.9/compartment_;
33
- S = 0;
34
- Gluc = 0;
35
- Yi = 0;
36
- V = 30/compartment_;
37
- Pi = 0;
38
-
39
- // Compartment initializations:
40
- compartment_ = 1;
41
-
42
- // Variable initializations:
43
- Photoreceptor_activation_IfrSfrPfr = 0.1;
44
- Photoreceptor_inactivation_IrSrPr = 0;
45
- Transducer_activation_kia = 0.1;
46
- Transducer_inactivation_kai = 0.8;
47
- preS_formation_kx = 0.2;
48
- S_generation_ky = 1;
49
- Glucose_sensor_inactivation_kG = 0.1;
50
- S_formation_alpha1 = 30;
51
- V_formation_alpha2 = 50;
52
- S_degradation_kd_s = 1;
53
- V_degradation_kd_v = 1;
54
- Photoreceptor_decay_kd = 0.1;
55
-
56
- // Other declarations:
57
- const compartment_;
58
-
59
- // Unit definitions:
60
- unit time_unit = 3600 second;
61
-
62
- // Display Names:
63
- time_unit is "hour";
64
-
65
- // CV terms:
66
- Pfr version "http://identifiers.org/chebi/CHEBI:35799",
67
- "http://identifiers.org/interpro/IPR001294"
68
- Pr version "http://identifiers.org/chebi/CHEBI:35799",
69
- "http://identifiers.org/interpro/IPR001294"
70
- Gluc identity "http://identifiers.org/chebi/CHEBI:17234",
71
- "http://identifiers.org/kegg.compound/C00293"
72
- Photoreceptor_activation hypernym "http://identifiers.org/go/GO:0031516"
73
- Photoreceptor_inactivation hypernym "http://identifiers.org/go/GO:0031517"
74
- S_formation hypernym "http://identifiers.org/go/GO:0009299",
75
- "http://identifiers.org/go/GO:0006412"
76
- V_formation hypernym "http://identifiers.org/go/GO:0009299",
77
- "http://identifiers.org/go/GO:0006412"
78
- S_degradation hypernym "http://identifiers.org/go/GO:0006402"
79
- V_degradation hypernym "http://identifiers.org/go/GO:0006402"
80
- end
81
-
82
- BIOMD0000000037 is "Marwan2003 - Genetics, regulatory hierarchy between genes"
83
-
84
- BIOMD0000000037 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000037"
85
- BIOMD0000000037 model_entity_is "http://identifiers.org/biomodels.db/MODEL6621175859"
86
- BIOMD0000000037 description "http://identifiers.org/pubmed/12750324"
87
- BIOMD0000000037 hypernym "http://identifiers.org/go/GO:0010018",
88
- "http://identifiers.org/go/GO:0042173"
89
- BIOMD0000000037 taxon "http://identifiers.org/taxonomy/5791"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000038.txt DELETED
@@ -1,158 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Rohwer2000_Phosphotransferase_System()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species EI in compartment_, PyrPI in compartment_, EIP in compartment_;
7
- species HPr in compartment_, EIPHPr in compartment_, HPrP in compartment_;
8
- species EIIA in compartment_, HPrPIIA in compartment_, EIIAP in compartment_;
9
- species EIICB in compartment_, EIIAPIICB in compartment_, EIICBP in compartment_;
10
- species EIICBPGlc in compartment_, $PEP in compartment_, $Pyr in compartment_;
11
- species $GlcP in compartment_, $Glc in compartment_;
12
-
13
- // Reactions:
14
- v1: $PEP + EI -> PyrPI; compartment_*(v1_k1f*PEP*EI - v1_k1r*PyrPI);
15
- v2: PyrPI -> EIP + $Pyr; compartment_*(v2_k2f*PyrPI - v2_k2r*Pyr*EIP);
16
- v3: HPr + EIP -> EIPHPr; compartment_*(v3_k3f*EIP*HPr - v3_k3r*EIPHPr);
17
- v4: EIPHPr -> HPrP + EI; compartment_*(v4_k4f*EIPHPr - v4_k4r*EI*HPrP);
18
- v5: HPrP + EIIA -> HPrPIIA; compartment_*(v5_k5f*HPrP*EIIA - v5_k5r*HPrPIIA);
19
- v6: HPrPIIA -> EIIAP + HPr; compartment_*(v6_k6f*HPrPIIA - v6_k6r*HPr*EIIAP);
20
- v7: EIICB + EIIAP -> EIIAPIICB; compartment_*(v7_k7f*EIIAP*EIICB - v7_k7r*EIIAPIICB);
21
- v8: EIIAPIICB -> EIICBP + EIIA; compartment_*(v8_k8f*EIIAPIICB - v8_k8r*EIIA*EIICBP);
22
- v9: EIICBP + $Glc -> EIICBPGlc; compartment_*(v9_k9f*EIICBP*Glc - v9_k9r*EIICBPGlc);
23
- v10: EIICBPGlc -> EIICB + $GlcP; compartment_*(v10_k10f*EIICBPGlc - v10_k10r*EIICB*GlcP);
24
-
25
- // Species initializations:
26
- EI = 3;
27
- PyrPI = 0;
28
- EIP = 2;
29
- HPr = 25;
30
- EIPHPr = 0;
31
- HPrP = 25;
32
- EIIA = 20;
33
- HPrPIIA = 0;
34
- EIIAP = 20;
35
- EIICB = 5;
36
- EIIAPIICB = 0;
37
- EIICBP = 5;
38
- EIICBPGlc = 0;
39
- PEP = 2800;
40
- Pyr = 900;
41
- GlcP = 50;
42
- Glc = 500;
43
-
44
- // Compartment initializations:
45
- compartment_ = 1;
46
-
47
- // Variable initializations:
48
- v1_k1f = 1960;
49
- v1_k1r = 480000;
50
- v2_k2f = 108000;
51
- v2_k2r = 294;
52
- v3_k3f = 14000;
53
- v3_k3r = 14000;
54
- v4_k4f = 84000;
55
- v4_k4r = 3360;
56
- v5_k5f = 21960;
57
- v5_k5r = 21960;
58
- v6_k6f = 4392;
59
- v6_k6r = 3384;
60
- v7_k7f = 880;
61
- v7_k7r = 880;
62
- v8_k8f = 2640;
63
- v8_k8r = 960;
64
- v9_k9f = 260;
65
- v9_k9r = 389;
66
- v10_k10f = 4800;
67
- v10_k10r = 0.0054;
68
-
69
- // Other declarations:
70
- const compartment_;
71
-
72
- // Unit definitions:
73
- unit substance = 1e-6 mole;
74
- unit time_unit = 60 second;
75
-
76
- // Display Names:
77
- substance is "micromole (default)";
78
- time_unit is "minute (default)";
79
- compartment_ is "cell";
80
-
81
- // CV terms:
82
- compartment_ hypernym "http://identifiers.org/go/GO:0005623"
83
- EI hypernym "http://identifiers.org/uniprot/P08839"
84
- PyrPI part "http://identifiers.org/uniprot/P08839",
85
- "http://identifiers.org/kegg.compound/C00074",
86
- "http://identifiers.org/chebi/CHEBI:18021"
87
- PyrPI part "http://identifiers.org/chebi/CHEBI:18021",
88
- "http://identifiers.org/uniprot/P08839",
89
- "http://identifiers.org/kegg.compound/C00615"
90
- EIP hypernym "http://identifiers.org/uniprot/P08839"
91
- HPr identity "http://identifiers.org/uniprot/P07006"
92
- EIPHPr part "http://identifiers.org/uniprot/P07006",
93
- "http://identifiers.org/uniprot/P08839"
94
- HPrP part "http://identifiers.org/uniprot/P07006",
95
- "http://identifiers.org/kegg.compound/C00615"
96
- EIIA identity "http://identifiers.org/uniprot/P69783"
97
- HPrPIIA part "http://identifiers.org/uniprot/P07006",
98
- "http://identifiers.org/uniprot/P69783"
99
- EIIAP identity "http://identifiers.org/uniprot/P69783"
100
- EIICB identity "http://identifiers.org/uniprot/P69786"
101
- EIIAPIICB identity "http://identifiers.org/uniprot/P69786",
102
- "http://identifiers.org/uniprot/P69783"
103
- EIICBP identity "http://identifiers.org/uniprot/P69786"
104
- EIICBPGlc part "http://identifiers.org/chebi/CHEBI:17234",
105
- "http://identifiers.org/uniprot/P69786",
106
- "http://identifiers.org/kegg.compound/C00293"
107
- PEP identity "http://identifiers.org/chebi/CHEBI:18021",
108
- "http://identifiers.org/kegg.compound/C00074"
109
- Pyr identity "http://identifiers.org/chebi/CHEBI:15361",
110
- "http://identifiers.org/kegg.compound/C00022"
111
- GlcP identity "http://identifiers.org/chebi/CHEBI:14314",
112
- "http://identifiers.org/kegg.compound/C00092"
113
- Glc identity "http://identifiers.org/chebi/CHEBI:17234",
114
- "http://identifiers.org/kegg.compound/C00293"
115
- v1 hypernym "http://identifiers.org/ec-code/2.7.3.9",
116
- "http://identifiers.org/go/GO:0018106",
117
- "http://identifiers.org/go/GO:0008965",
118
- "http://identifiers.org/go/GO:0016772"
119
- v1 identity "http://identifiers.org/kegg.reaction/R02628"
120
- v2 hypernym "http://identifiers.org/ec-code/2.7.3.9",
121
- "http://identifiers.org/go/GO:0016772",
122
- "http://identifiers.org/go/GO:0008965",
123
- "http://identifiers.org/go/GO:0018106"
124
- v2 identity "http://identifiers.org/kegg.reaction/R02628"
125
- v3 hypernym "http://identifiers.org/go/GO:0016772",
126
- "http://identifiers.org/go/GO:0018106"
127
- v3 identity "http://identifiers.org/intact/EBI-902828"
128
- v4 hypernym "http://identifiers.org/go/GO:0016772",
129
- "http://identifiers.org/go/GO:0018106"
130
- v4 identity "http://identifiers.org/intact/EBI-902828"
131
- v5 hypernym "http://identifiers.org/go/GO:0018106",
132
- "http://identifiers.org/go/GO:0016772"
133
- v5 identity "http://identifiers.org/intact/EBI-903339"
134
- v6 hypernym "http://identifiers.org/go/GO:0018106",
135
- "http://identifiers.org/go/GO:0016772"
136
- v6 identity "http://identifiers.org/intact/EBI-903339"
137
- v7 hypernym "http://identifiers.org/go/GO:0018106",
138
- "http://identifiers.org/go/GO:0016772"
139
- v7 identity "http://identifiers.org/intact/EBI-903826"
140
- v8 identity "http://identifiers.org/intact/EBI-903826"
141
- v8 hypernym "http://identifiers.org/go/GO:0016772",
142
- "http://identifiers.org/go/GO:0018106"
143
- v9 hypernym "http://identifiers.org/go/GO:0016772",
144
- "http://identifiers.org/go/GO:0046835"
145
- v10 hypernym "http://identifiers.org/go/GO:0016772",
146
- "http://identifiers.org/go/GO:0046835"
147
- end
148
-
149
- Rohwer2000_Phosphotransferase_System is "Rohwer2000_Phosphotransferase_System"
150
-
151
- Rohwer2000_Phosphotransferase_System model_entity_is "http://identifiers.org/biomodels.db/MODEL6621395815"
152
- Rohwer2000_Phosphotransferase_System model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000038"
153
- Rohwer2000_Phosphotransferase_System description "http://identifiers.org/pubmed/10889194"
154
- Rohwer2000_Phosphotransferase_System identity "http://identifiers.org/kegg.pathway/eco02060"
155
- Rohwer2000_Phosphotransferase_System hypernym "http://identifiers.org/go/GO:0009401",
156
- "http://identifiers.org/go/GO:0010827"
157
- Rohwer2000_Phosphotransferase_System taxon "http://identifiers.org/taxonomy/562"
158
- Rohwer2000_Phosphotransferase_System property "http://identifiers.org/mamo/MAMO_0000046"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000039.txt DELETED
@@ -1,95 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins()
3
-
4
- // Compartments and Species:
5
- compartment Cytosol, Endoplasmic_Reticulum, Mitochondria;
6
- species Ca_cyt in Cytosol, CaER in Endoplasmic_Reticulum, CaM in Mitochondria;
7
- species CaPr in Cytosol, Pr in Cytosol;
8
-
9
- // Reactions:
10
- v1: 0.25 CaER => Ca_cyt; Cytosol*(v1_Kch*Ca_cyt^2*(CaER - Ca_cyt)/(v1_K1^2 + Ca_cyt^2));
11
- v3: 0.25 CaER => Ca_cyt; Cytosol*v3_Kleak*(CaER - Ca_cyt);
12
- v5: Ca_cyt => 0.25 CaER; Endoplasmic_Reticulum*v5_Kpump*Ca_cyt;
13
- v7: 0.25 CaM => Ca_cyt; Cytosol*CaM*(v7_Kout*Ca_cyt^2/(v7_K3^2 + Ca_cyt^2) + v7_Km);
14
- v9: Ca_cyt => 0.25 CaM; Mitochondria*(v9_Kin*Ca_cyt^8/(v9_K2^8 + Ca_cyt^8));
15
- v11: CaPr => Pr + Ca_cyt; Cytosol*v11_Kminus*CaPr;
16
- v12: Pr + Ca_cyt => CaPr; Cytosol*v12_Kplus*Ca_cyt*Pr;
17
-
18
- // Species initializations:
19
- Ca_cyt = 0.35;
20
- CaER = 0.76;
21
- CaM = 0.29;
22
- CaPr = 85.45;
23
- Pr = 34.55;
24
-
25
- // Compartment initializations:
26
- Cytosol = 1;
27
- Endoplasmic_Reticulum = 1;
28
- Mitochondria = 1;
29
-
30
- // Variable initializations:
31
- v1_Kch = 4100;
32
- v1_K1 = 5;
33
- v3_Kleak = 0.05;
34
- v5_Kpump = 20;
35
- v7_Kout = 125;
36
- v7_K3 = 5;
37
- v7_Km = 0.00625;
38
- v9_Kin = 300;
39
- v9_K2 = 0.8;
40
- v11_Kminus = 0.01;
41
- v12_Kplus = 0.1;
42
-
43
- // Other declarations:
44
- const Cytosol, Endoplasmic_Reticulum, Mitochondria;
45
-
46
- // Unit definitions:
47
- unit substance = 1e-6 mole;
48
-
49
- // Display Names:
50
- substance is "micromole (default)";
51
- v1 is "Jch";
52
- v3 is "Jleak";
53
- v5 is "Jpump";
54
- v7 is "Jout";
55
- v9 is "Jin";
56
- v11 is "dissociation of CaPr";
57
- v12 is "binding of Ca on Pr";
58
-
59
- // CV terms:
60
- Cytosol identity "http://identifiers.org/go/GO:0005829"
61
- Endoplasmic_Reticulum identity "http://identifiers.org/go/GO:0005790"
62
- Mitochondria identity "http://identifiers.org/go/GO:0005739"
63
- Ca_cyt identity "http://identifiers.org/chebi/CHEBI:29108"
64
- CaER identity "http://identifiers.org/chebi/CHEBI:29108"
65
- CaM identity "http://identifiers.org/chebi/CHEBI:29108"
66
- CaPr part "http://identifiers.org/chebi/CHEBI:29108",
67
- "http://identifiers.org/kegg.compound/C00017"
68
- Pr hypernym "http://identifiers.org/kegg.compound/C00017",
69
- "http://identifiers.org/chebi/CHEBI:16541"
70
- v1 hypernym "http://identifiers.org/go/GO:0051482",
71
- "http://identifiers.org/go/GO:0006816"
72
- v3 hypernym "http://identifiers.org/go/GO:0006816",
73
- "http://identifiers.org/go/GO:0007204"
74
- v5 hypernym "http://identifiers.org/go/GO:0051481",
75
- "http://identifiers.org/go/GO:0006816"
76
- v7 identity "http://identifiers.org/go/GO:0006816",
77
- "http://identifiers.org/go/GO:0007204"
78
- v9 hypernym "http://identifiers.org/go/GO:0006816",
79
- "http://identifiers.org/go/GO:0051481"
80
- v11 hypernym "http://identifiers.org/go/GO:0007204"
81
- v12 hypernym "http://identifiers.org/go/GO:0005509",
82
- "http://identifiers.org/go/GO:0051481"
83
- end
84
-
85
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins is "Marhl2000_CaOscillations"
86
-
87
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins model_entity_is "http://identifiers.org/biomodels.db/MODEL6621933497"
88
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000039"
89
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins description "http://identifiers.org/pubmed/11004387"
90
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins origin "http://identifiers.org/pubmed/17029696",
91
- "http://identifiers.org/pubmed/12362939"
92
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins taxon "http://identifiers.org/taxonomy/8355"
93
- Marhl_Calcium_Oscillations_role_of_mitochondria_and_cytosolic_proteins identity "http://identifiers.org/kegg.pathway/hsa04020",
94
- "http://identifiers.org/go/GO:0019722",
95
- "http://identifiers.org/go/GO:0048016"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000040.txt DELETED
@@ -1,61 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
-
3
- // Warnings from automatic translation:
4
- // Unable to set the stoichiometry math for the product Br in reaction Reaction5 because stoichiometry math is not a defined concept in Antimony.
5
-
6
- model *Field1974_Oregonator()
7
-
8
- // Compartments and Species:
9
- compartment BZ;
10
- species Br in BZ, $BrO3 in BZ, Ce in BZ, HBrO2 in BZ, $HOBr in BZ;
11
-
12
- // Reactions:
13
- Reaction1: Br + $BrO3 => HBrO2 + $HOBr; Br*BrO3*Reaction1_k1*BZ;
14
- Reaction2: Br + HBrO2 => 2 $HOBr; Br*HBrO2*Reaction2_k2*BZ;
15
- Reaction3: $BrO3 + HBrO2 => Ce + 2 HBrO2; BrO3*HBrO2*Reaction3_k3*BZ;
16
- Reaction4: 2 HBrO2 => $BrO3 + $HOBr; HBrO2^2*Reaction4_k4*BZ;
17
- Reaction5: Ce => Br; Ce*Reaction5_k5*BZ;
18
-
19
- // Species initializations:
20
- Br = 1e-07;
21
- BrO3 = 0.06;
22
- Ce = 0.05;
23
- HBrO2 = 5e-11;
24
- HOBr = 0;
25
-
26
- // Compartment initializations:
27
- BZ = 1;
28
-
29
- // Variable initializations:
30
- f = 1;
31
- Reaction1_k1 = 1.34;
32
- Reaction2_k2 = 1600000000;
33
- Reaction3_k3 = 8000;
34
- Reaction4_k4 = 40000000;
35
- Reaction5_k5 = 1;
36
-
37
- // Other declarations:
38
- const BZ, f;
39
-
40
- // Display Names:
41
- Br is "Br-";
42
- BrO3 is "BrO3-";
43
- Ce is "Ce4+";
44
- Reaction1 is "M1";
45
- Reaction2 is "M2";
46
- Reaction3 is "M3";
47
- Reaction4 is "M4";
48
- Reaction5 is "M5";
49
-
50
- // CV terms:
51
- Br identity "http://identifiers.org/chebi/CHEBI:15858"
52
- BrO3 identity "http://identifiers.org/chebi/CHEBI:29223"
53
- end
54
-
55
- Field1974_Oregonator is "Field1974_Oregonator"
56
-
57
- Field1974_Oregonator model_entity_is "http://identifiers.org/biomodels.db/MODEL6622000424"
58
- Field1974_Oregonator model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000040"
59
- Field1974_Oregonator description "http://identifiers.org/doi/10.1063/1.1681288"
60
- Field1974_Oregonator taxon "http://identifiers.org/taxonomy/131567"
61
- Field1974_Oregonator hypernym "http://identifiers.org/go/GO:0007622"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000041.txt DELETED
@@ -1,127 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Kongas___Van_Beek()
3
-
4
- // Compartments and Species:
5
- compartment IMS, CYT;
6
- species ADPi in IMS, ATPi in IMS, Cri in IMS, PCri in IMS, PCr in CYT, ADP in CYT;
7
- species ATP in CYT, Cr in CYT, Pi in IMS, P in CYT;
8
-
9
- // Reactions:
10
- OxPhos: ADPi + Pi -> ATPi; IMS*(OxPhos_V_1*ADPi*Pi/(OxPhos_Ka_1*OxPhos_Kb_1*(1 + ADPi/OxPhos_Ka_1 + Pi/OxPhos_Kb_1 + ADPi*Pi/(OxPhos_Ka_1*OxPhos_Kb_1))));
11
- MiCK: ATPi + Cri -> ADPi + PCri; IMS*((MiCK_Vf_2*ATPi*Cri/(MiCK_Kia_2*MiCK_Kb_2) - MiCK_Vb_2*ADPi*PCri/(MiCK_Kic_2*MiCK_Kd_2))/(1 + Cri/MiCK_Kib_2 + PCri/MiCK_Kid_2 + ATPi*(1/MiCK_Kia_2 + Cri/(MiCK_Kia_2*MiCK_Kb_2)) + ADPi*(1/MiCK_Kic_2 + Cri/(MiCK_Kic_2*MiCK_Kib_2) + PCri/(MiCK_Kid_2*(MiCK_Kic_2*MiCK_Kd_2/MiCK_Kid_2)))));
12
- MMCK: ATP + Cr -> PCr + ADP; CYT*((MMCK_Vf_3*ATP*Cr/(MMCK_Kia_3*MMCK_Kb_3) - MMCK_Vb_3*ADP*PCr/(MMCK_Kic_3*MMCK_Kd_3))/(1 + Cr/MMCK_Kib_3 + PCr/MMCK_Kid_3 + ATP*(1/MMCK_Kia_3 + Cr/(MMCK_Kia_3*MMCK_Kb_3)) + ADP*(1/MMCK_Kic_3 + Cr/(MMCK_Kic_3*MMCK_Kib_3) + PCr/(MMCK_Kid_3*(MMCK_Kic_3*MMCK_Kd_3/MMCK_Kid_3)))));
13
- ATPase: ATP => ADP + P; CYT*ATPase_v_4*ATP;
14
- Pi_diffusion: Pi -> P; IMS*Pi_diffusion_k2_5*Pi - CYT*Pi_diffusion_k2_5*P;
15
- Cr_diffusion: Cri -> Cr; IMS*Cr_diffusion_k1_6*Cri - CYT*Cr_diffusion_k1_6*Cr;
16
- ADP_diffusion: ADPi -> ADP; IMS*ADP_diffusion_k1_7*ADPi - CYT*ADP_diffusion_k1_7*ADP;
17
- PCr_diffusion: PCri -> PCr; IMS*PCr_diffusion_k1_8*PCri - CYT*PCr_diffusion_k1_8*PCr;
18
- ATP_diffusion: ATPi -> ATP; IMS*ATP_diffusion_k1_9*ATPi - CYT*ATP_diffusion_k1_9*ATP;
19
-
20
- // Species initializations:
21
- ADPi = 0;
22
- ATPi = 0;
23
- Cri = 0;
24
- PCri = 0;
25
- PCr = 0;
26
- ADP = 0;
27
- ATP = 9700;
28
- Cr = 26000;
29
- Pi = 32000;
30
- P = 0;
31
-
32
- // Compartment initializations:
33
- IMS = 0.0625;
34
- CYT = 0.75;
35
-
36
- // Variable initializations:
37
- OxPhos_V_1 = 4600;
38
- OxPhos_Ka_1 = 800;
39
- OxPhos_Kb_1 = 20;
40
- MiCK_Vf_2 = 2658;
41
- MiCK_Kia_2 = 750;
42
- MiCK_Kb_2 = 5200;
43
- MiCK_Vb_2 = 11160;
44
- MiCK_Kic_2 = 204.8;
45
- MiCK_Kd_2 = 500;
46
- MiCK_Kib_2 = 28800;
47
- MiCK_Kid_2 = 1600;
48
- MMCK_Vf_3 = 6966;
49
- MMCK_Kia_3 = 900;
50
- MMCK_Kb_3 = 15500;
51
- MMCK_Vb_3 = 29250;
52
- MMCK_Kic_3 = 222.4;
53
- MMCK_Kd_3 = 1670;
54
- MMCK_Kib_3 = 34900;
55
- MMCK_Kid_3 = 4730;
56
- ATPase_v_4 = 4600;
57
- Pi_diffusion_k2_5 = 18.4;
58
- Cr_diffusion_k1_6 = 14.6;
59
- ADP_diffusion_k1_7 = 8.16;
60
- PCr_diffusion_k1_8 = 14.6;
61
- ATP_diffusion_k1_9 = 8.16;
62
-
63
- // Other declarations:
64
- const IMS, CYT;
65
-
66
- // Unit definitions:
67
- unit substance = 1e-6 mole;
68
-
69
- // Display Names:
70
- substance is "micromole";
71
- Pi is "Pii";
72
- P is "Pi";
73
- OxPhos is "Vsyn";
74
- MiCK is "Vmick";
75
- MMCK is "Vmmck";
76
- ATPase is "Vhyd";
77
- Pi_diffusion is "Jpi";
78
- Cr_diffusion is "Jcr";
79
- ADP_diffusion is "Jadp";
80
- PCr_diffusion is "Jpcr";
81
- ATP_diffusion is "Jatp";
82
-
83
- // CV terms:
84
- IMS hypernym "http://identifiers.org/go/GO:0005758"
85
- CYT hypernym "http://identifiers.org/go/GO:0005829"
86
- ADPi identity "http://identifiers.org/chebi/CHEBI:16761",
87
- "http://identifiers.org/kegg.compound/C00008"
88
- ATPi identity "http://identifiers.org/chebi/CHEBI:15422",
89
- "http://identifiers.org/kegg.compound/C00002"
90
- Cri identity "http://identifiers.org/chebi/CHEBI:16919",
91
- "http://identifiers.org/kegg.compound/C00300"
92
- PCri identity "http://identifiers.org/chebi/CHEBI:17287",
93
- "http://identifiers.org/kegg.compound/C02305"
94
- PCr identity "http://identifiers.org/chebi/CHEBI:17287",
95
- "http://identifiers.org/kegg.compound/C02305"
96
- ADP identity "http://identifiers.org/chebi/CHEBI:16761",
97
- "http://identifiers.org/kegg.compound/C00008"
98
- ATP identity "http://identifiers.org/chebi/CHEBI:15422",
99
- "http://identifiers.org/kegg.compound/C00002"
100
- Cr identity "http://identifiers.org/chebi/CHEBI:16919",
101
- "http://identifiers.org/kegg.compound/C00300"
102
- Pi identity "http://identifiers.org/chebi/CHEBI:18367",
103
- "http://identifiers.org/kegg.compound/C00009"
104
- P identity "http://identifiers.org/chebi/CHEBI:18367",
105
- "http://identifiers.org/kegg.compound/C00009"
106
- OxPhos hypernym "http://identifiers.org/go/GO:0006119"
107
- MiCK hypernym "http://identifiers.org/ec-code/2.7.3.2",
108
- "http://identifiers.org/go/GO:0004111"
109
- MMCK hypernym "http://identifiers.org/ec-code/2.7.3.2",
110
- "http://identifiers.org/go/GO:0004111"
111
- ATPase hypernym "http://identifiers.org/go/GO:0016887"
112
- Pi_diffusion hypernym "http://identifiers.org/go/GO:0006817"
113
- Cr_diffusion hypernym "http://identifiers.org/go/GO:0015881"
114
- ADP_diffusion hypernym "http://identifiers.org/go/GO:0015866"
115
- PCr_diffusion hypernym "http://identifiers.org/go/GO:0015881"
116
- ATP_diffusion hypernym "http://identifiers.org/go/GO:0015867"
117
- end
118
-
119
- Kongas___Van_Beek is "Kongas2007 - Creatine Kinase in energy metabolic signaling in muscle"
120
-
121
- Kongas___Van_Beek model_entity_is "http://identifiers.org/biomodels.db/MODEL6622188656"
122
- Kongas___Van_Beek model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000041"
123
- Kongas___Van_Beek description "http://identifiers.org/doi/10.1038/npre.2007.1317.1"
124
- Kongas___Van_Beek origin "http://identifiers.org/pubmed/10751324"
125
- Kongas___Van_Beek hypernym "http://identifiers.org/go/GO:0006600",
126
- "http://identifiers.org/go/GO:0046034"
127
- Kongas___Van_Beek taxon "http://identifiers.org/taxonomy/9984"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000042.txt DELETED
@@ -1,189 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Glycolysis_Nielsen()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species ATP in compartment_, ADP in compartment_, AMP in compartment_, GLC in compartment_;
7
- species F6P in compartment_, FBP in compartment_, GAP in compartment_, NAD in compartment_;
8
- species NADH in compartment_, DPG in compartment_, PEP in compartment_;
9
- species PYR in compartment_, ACA in compartment_, EtOH in compartment_;
10
- species P in compartment_;
11
-
12
- // Reactions:
13
- ATPflow: -> ATP; compartment_*(3.5 - ATP)*flow;
14
- ADPflow: -> ADP; compartment_*(1.1 - ADP)*flow;
15
- NADHflow: -> NADH; compartment_*(0.24 - NADH)*flow;
16
- NADflow: -> NAD; compartment_*(4 - NAD)*flow;
17
- GLCflow: -> GLC; compartment_*(50 - GLC)*flow;
18
- F6Pflow: F6P => ; compartment_*F6P*flow;
19
- FBPflow: FBP => ; compartment_*FBP*flow;
20
- GAPflow: GAP => ; compartment_*GAP*flow;
21
- DPGflow: DPG => ; compartment_*DPG*flow;
22
- PEPflow: PEP => ; compartment_*PEP*flow;
23
- PYRflow: PYR => ; compartment_*PYR*flow;
24
- ACAflow: ACA => ; compartment_*ACA*flow;
25
- EtOHflow: EtOH => ; compartment_*EtOH*flow;
26
- AMPflow: AMP => ; compartment_*AMP*flow;
27
- Pflow: P => ; compartment_*P*flow;
28
- reaction_1: GLC + ATP => F6P + ADP; compartment_*(V1*ATP*GLC/((K1GLC + GLC)*(K1ATP + ATP)));
29
- reaction_2: F6P + ATP => FBP + ADP; compartment_*(V2*ATP*F6P^2/((K2*(1 + k2*(ATP/AMP)^2) + F6P^2)*(K2ATP + ATP)));
30
- reaction_3: FBP -> 2 GAP; compartment_*(k3f*FBP - k3b*GAP^2);
31
- reaction_4: GAP + NAD => DPG + NADH; compartment_*(V4*NAD*GAP/((K4GAP + GAP)*(K4NAD + NAD)));
32
- reaction_5: DPG + ADP -> PEP + ATP; compartment_*(k5f*DPG*ADP - k5b*PEP*ATP);
33
- reaction_6: PEP + ADP => PYR + ATP; compartment_*(V6*ADP*PEP/((K6PEP + PEP)*(K6ADP + ADP)));
34
- reaction_7: PYR => ACA; compartment_*(V7*PYR/(K7PYR + PYR));
35
- reaction_8: ACA + NADH -> EtOH + NAD; compartment_*(k8f*NADH*ACA - k8b*NAD*EtOH);
36
- reaction_9: AMP + ATP -> 2 ADP; compartment_*(k9f*AMP*ATP - k9b*ADP^2);
37
- reaction_10: F6P => P; compartment_*k10*F6P;
38
-
39
- // Species initializations:
40
- ATP = 4.49064/compartment_;
41
- ADP = 0.108367/compartment_;
42
- AMP = 0.00261149/compartment_;
43
- GLC = 0.0112817/compartment_;
44
- F6P = 0.65939/compartment_;
45
- FBP = 0.00770135/compartment_;
46
- GAP = 0.00190919/compartment_;
47
- NAD = 3.62057/compartment_;
48
- NADH = 0.616118/compartment_;
49
- DPG = 0.299109/compartment_;
50
- PEP = 0.0021125/compartment_;
51
- PYR = 0.00422702/compartment_;
52
- ACA = 0.0738334/compartment_;
53
- EtOH = 0.33981/compartment_;
54
- P = 0;
55
-
56
- // Compartment initializations:
57
- compartment_ = 1;
58
-
59
- // Variable initializations:
60
- V1 = 0.5;
61
- K1GLC = 0.1;
62
- K1ATP = 0.063;
63
- V2 = 1.5;
64
- K2 = 0.0016;
65
- k2 = 0.017;
66
- K2ATP = 0.01;
67
- k3f = 1;
68
- k3b = 50;
69
- V4 = 10;
70
- K4GAP = 1;
71
- K4NAD = 1;
72
- k5f = 1;
73
- k5b = 0.5;
74
- V6 = 10;
75
- K6PEP = 0.2;
76
- K6ADP = 0.3;
77
- V7 = 2;
78
- K7PYR = 0.3;
79
- k8f = 1;
80
- k8b = 0.000143;
81
- k9f = 10;
82
- k9b = 10;
83
- k10 = 0.05;
84
- flow = 0.011;
85
-
86
- // Other declarations:
87
- const compartment_, V1, K1GLC, K1ATP, V2, K2, k2, K2ATP, k3f, k3b, V4, K4GAP;
88
- const K4NAD, k5f, k5b, V6, K6PEP, K6ADP, V7, K7PYR, k8f, k8b, k9f, k9b;
89
- const k10, flow;
90
-
91
- // Unit definitions:
92
- unit substance = 1e-3 mole;
93
- unit time_unit = 60 second;
94
-
95
- // Display Names:
96
- substance is "millimole";
97
- time_unit is "minute";
98
-
99
- // CV terms:
100
- compartment_ hypernym "http://identifiers.org/go/GO:0005737"
101
- ATP identity "http://identifiers.org/chebi/CHEBI:15422",
102
- "http://identifiers.org/kegg.compound/C00002"
103
- ADP identity "http://identifiers.org/chebi/CHEBI:16761",
104
- "http://identifiers.org/kegg.compound/C00008"
105
- AMP identity "http://identifiers.org/chebi/CHEBI:16027",
106
- "http://identifiers.org/kegg.compound/C00020"
107
- GLC identity "http://identifiers.org/chebi/CHEBI:17234",
108
- "http://identifiers.org/kegg.compound/C00293"
109
- F6P identity "http://identifiers.org/chebi/CHEBI:20935",
110
- "http://identifiers.org/kegg.compound/C05345"
111
- FBP identity "http://identifiers.org/chebi/CHEBI:16905",
112
- "http://identifiers.org/kegg.compound/C05378"
113
- GAP identity "http://identifiers.org/chebi/CHEBI:29052",
114
- "http://identifiers.org/kegg.compound/C00118"
115
- NAD identity "http://identifiers.org/chebi/CHEBI:15846",
116
- "http://identifiers.org/kegg.compound/C00003"
117
- NADH identity "http://identifiers.org/chebi/CHEBI:16908",
118
- "http://identifiers.org/kegg.compound/C00004"
119
- DPG identity "http://identifiers.org/chebi/CHEBI:16001",
120
- "http://identifiers.org/kegg.compound/C00236"
121
- PEP identity "http://identifiers.org/chebi/CHEBI:18021",
122
- "http://identifiers.org/kegg.compound/C00074"
123
- PYR identity "http://identifiers.org/chebi/CHEBI:15361",
124
- "http://identifiers.org/kegg.compound/C00022"
125
- ACA identity "http://identifiers.org/chebi/CHEBI:15343",
126
- "http://identifiers.org/kegg.compound/C00084"
127
- EtOH identity "http://identifiers.org/chebi/CHEBI:16236",
128
- "http://identifiers.org/kegg.compound/C00469"
129
- ATPflow hypernym "http://identifiers.org/go/GO:0006754"
130
- ADPflow hypernym "http://identifiers.org/go/GO:0006172"
131
- NADHflow hypernym "http://identifiers.org/go/GO:0006735"
132
- NADflow hypernym "http://identifiers.org/go/GO:0009435"
133
- GLCflow hypernym "http://identifiers.org/go/GO:0046323"
134
- F6Pflow hypernym "http://identifiers.org/go/GO:0006002"
135
- FBPflow hypernym "http://identifiers.org/go/GO:0030388"
136
- GAPflow hypernym "http://identifiers.org/go/GO:0019683"
137
- PYRflow hypernym "http://identifiers.org/go/GO:0042867"
138
- ACAflow hypernym "http://identifiers.org/go/GO:0046187"
139
- EtOHflow hypernym "http://identifiers.org/go/GO:0006068"
140
- AMPflow hypernym "http://identifiers.org/go/GO:0006196"
141
- reaction_1 homolog "http://identifiers.org/reactome/REACT_1164"
142
- reaction_1 part "http://identifiers.org/ec-code/2.7.1.2",
143
- "http://identifiers.org/ec-code/5.3.1.9"
144
- reaction_1 part "http://identifiers.org/kegg.reaction/R00771",
145
- "http://identifiers.org/kegg.reaction/R00299"
146
- reaction_2 homolog "http://identifiers.org/reactome/REACT_1840"
147
- reaction_2 hypernym "http://identifiers.org/ec-code/2.7.1.11",
148
- "http://identifiers.org/kegg.reaction/R00756"
149
- reaction_3 homolog "http://identifiers.org/reactome/REACT_1693"
150
- reaction_3 part "http://identifiers.org/kegg.reaction/R01070",
151
- "http://identifiers.org/kegg.reaction/R01015"
152
- reaction_3 part "http://identifiers.org/ec-code/5.3.1.1",
153
- "http://identifiers.org/ec-code/4.1.2.13"
154
- reaction_4 homolog "http://identifiers.org/reactome/REACT_587"
155
- reaction_4 hypernym "http://identifiers.org/ec-code/1.2.1.12",
156
- "http://identifiers.org/kegg.reaction/R01061"
157
- reaction_5 part "http://identifiers.org/ec-code/5.4.2.1",
158
- "http://identifiers.org/ec-code/2.7.2.3",
159
- "http://identifiers.org/ec-code/4.2.1.11"
160
- reaction_5 part "http://identifiers.org/kegg.reaction/R00658",
161
- "http://identifiers.org/kegg.reaction/R01512",
162
- "http://identifiers.org/kegg.reaction/R01518"
163
- reaction_5 part "http://identifiers.org/reactome/REACT_1771",
164
- "http://identifiers.org/reactome/REACT_1400"
165
- reaction_6 version "http://identifiers.org/ec-code/2.7.1.40",
166
- "http://identifiers.org/kegg.reaction/R00200"
167
- reaction_6 homolog "http://identifiers.org/reactome/REACT_1911"
168
- reaction_7 hypernym "http://identifiers.org/ec-code/4.1.1.1",
169
- "http://identifiers.org/kegg.reaction/R00224"
170
- reaction_8 hypernym "http://identifiers.org/ec-code/1.1.1.71",
171
- "http://identifiers.org/kegg.reaction/R00754"
172
- reaction_8 homolog "http://identifiers.org/reactome/REACT_799"
173
- reaction_9 hypernym "http://identifiers.org/ec-code/2.7.4.3",
174
- "http://identifiers.org/kegg.reaction/R00127"
175
- reaction_10 hypernym "http://identifiers.org/go/GO:0006001"
176
- reaction_10 homolog "http://identifiers.org/reactome/REACT_1571"
177
- end
178
-
179
- Glycolysis_Nielsen is "Nielsen1998_Glycolysis"
180
-
181
- Glycolysis_Nielsen model_entity_is "http://identifiers.org/biomodels.db/MODEL6622455387"
182
- Glycolysis_Nielsen model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000042"
183
- Glycolysis_Nielsen description "http://identifiers.org/pubmed/17029704"
184
- Glycolysis_Nielsen origin "http://identifiers.org/pubmed/6454892",
185
- "http://identifiers.org/pubmed/8061224"
186
- Glycolysis_Nielsen homolog "http://identifiers.org/reactome/REACT_1383"
187
- Glycolysis_Nielsen taxon "http://identifiers.org/taxonomy/4932"
188
- Glycolysis_Nielsen identity "http://identifiers.org/kegg.pathway/sce00010"
189
- Glycolysis_Nielsen hypernym "http://identifiers.org/go/GO:0006096"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000043.txt DELETED
@@ -1,88 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition()
3
-
4
- // Compartments and Species:
5
- compartment extracellular, cytosol, intravesicular;
6
- species EC in extracellular, Z in cytosol, Rho in cytosol, Y in intravesicular;
7
- species Fraction_Inactive_Channels in cytosol;
8
-
9
- // Reactions:
10
- vin: EC => Z; cytosol*(vin_v0 + vin_v1*beta);
11
- v2: Z => Y; intravesicular*(v2_Vm2*Z^2/(v2_K2^2 + Z^2));
12
- v3: Y => Z; cytosol*(beta*(Rho*(a/d)*Z^4/(1 + (a/d)*Z^4))*v3_Vm3*Y^2/(v3_Ky^2 + Y^2));
13
- v4: Y => Z; cytosol*v4_Kf*Y;
14
- v5: Z => EC; extracellular*v5_K*Z;
15
- v6: Rho => Fraction_Inactive_Channels; cytosol*v6_Kd*Z^4*Rho;
16
- v7: Fraction_Inactive_Channels => Rho; cytosol*v7_Kr*(1 - Rho);
17
-
18
- // Species initializations:
19
- EC = 0;
20
- Z = 0;
21
- Rho = 0;
22
- Y = 0.36;
23
- Fraction_Inactive_Channels = 0;
24
-
25
- // Compartment initializations:
26
- extracellular = 1;
27
- cytosol = 1;
28
- intravesicular = 1;
29
-
30
- // Variable initializations:
31
- a = 40000;
32
- d = 100;
33
- beta = 1;
34
- vin_v0 = 1;
35
- vin_v1 = 1;
36
- v2_Vm2 = 6.5;
37
- v2_K2 = 0.1;
38
- v3_Vm3 = 50;
39
- v3_Ky = 0.2;
40
- v4_Kf = 1;
41
- v5_K = 10;
42
- v6_Kd = 5000;
43
- v7_Kr = 5;
44
-
45
- // Other declarations:
46
- const extracellular, cytosol, intravesicular, a, d, beta;
47
-
48
- // Unit definitions:
49
- unit substance = 1e-6 mole;
50
- unit time_unit = 60 second;
51
-
52
- // Display Names:
53
- substance is "micromole (default)";
54
- time_unit is "minute (default)";
55
-
56
- // CV terms:
57
- extracellular hypernym "http://identifiers.org/obo.go/GO:0005615"
58
- cytosol hypernym "http://identifiers.org/obo.go/GO:0005829"
59
- intravesicular hypernym "http://identifiers.org/obo.go/GO:0005790"
60
- EC identity "http://identifiers.org/chebi/CHEBI:29108",
61
- "http://identifiers.org/kegg.compound/C00076"
62
- Z identity "http://identifiers.org/chebi/CHEBI:29108",
63
- "http://identifiers.org/kegg.compound/C00076"
64
- Rho hypernym "http://identifiers.org/interpro/IPR016093",
65
- "http://identifiers.org/interpro/IPR000493"
66
- Y identity "http://identifiers.org/chebi/CHEBI:29108",
67
- "http://identifiers.org/kegg.compound/C00076"
68
- Fraction_Inactive_Channels hypernym "http://identifiers.org/interpro/IPR000493",
69
- "http://identifiers.org/pirsf/PIRSF002433"
70
- vin hypernym "http://identifiers.org/obo.go/GO:0006816",
71
- "http://identifiers.org/obo.go/GO:0007204"
72
- v2 hypernym "http://identifiers.org/obo.go/GO:0051481"
73
- v3 hypernym "http://identifiers.org/obo.go/GO:0007204"
74
- v4 hypernym "http://identifiers.org/obo.go/GO:0007204"
75
- v5 hypernym "http://identifiers.org/obo.go/GO:0051481"
76
- v6 hypernym "http://identifiers.org/obo.go/GO:0005220"
77
- v7 hypernym "http://identifiers.org/obo.go/GO:0005220"
78
- end
79
-
80
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition is "Borghans1997 - Calcium Oscillation - Model 1"
81
-
82
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition model_entity_is "http://identifiers.org/biomodels.db/MODEL6622689184"
83
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000043"
84
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition description "http://identifiers.org/pubmed/17029867"
85
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition hypernym "http://identifiers.org/obo.go/GO:0048016",
86
- "http://identifiers.org/obo.go/GO:0019722"
87
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition identity "http://identifiers.org/kegg.pathway/rno04020"
88
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_channel_inhibition taxon "http://identifiers.org/taxonomy/10114"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000044.txt DELETED
@@ -1,129 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3()
3
-
4
- // Compartments and Species:
5
- compartment extracellular, cytosol, intravesicular;
6
- species EC in extracellular, Z in cytosol, A in cytosol, Y in intravesicular;
7
-
8
- // Reactions:
9
- vin: EC => Z; cytosol*(vin_v0 + vin_v1*beta);
10
- v2: Z => Y; intravesicular*(v2_Vm2*Z^2/(v2_K2^2 + Z^2));
11
- v3: Y => Z; cytosol*v3_Vm3*A^4*Y^2*Z^4/((v3_Ka^4 + A^4)*(v3_Ky^2 + Y^2)*(v3_Kz^4 + Z^4));
12
- v4: Y => Z; cytosol*v4_Kf*Y;
13
- v5: Z => EC; extracellular*v5_K*Z;
14
- v6: => A; cytosol*beta*v6_Vp;
15
- v7: A => ; cytosol*v7_Vd*A^2*Z^v7_n/((v7_Kp^2 + A^2)*(v7_Kd^v7_n + Z^v7_n));
16
- v8: A => ; cytosol*v8_epsilon*A;
17
-
18
- // Species initializations:
19
- EC = 1000;
20
- Z = 0;
21
- A = 0.45;
22
- Y = 0.36;
23
-
24
- // Compartment initializations:
25
- extracellular = 1;
26
- cytosol = 1;
27
- intravesicular = 1;
28
-
29
- // Variable initializations:
30
- beta = 0.5;
31
- vin_v0 = 2;
32
- vin_v1 = 1;
33
- v2_Vm2 = 6.5;
34
- v2_K2 = 0.1;
35
- v3_Vm3 = 19.5;
36
- v3_Ka = 0.2;
37
- v3_Ky = 0.2;
38
- v3_Kz = 0.3;
39
- v4_Kf = 1;
40
- v5_K = 10;
41
- v6_Vp = 2.5;
42
- v7_Vd = 80;
43
- v7_Kp = 1;
44
- v7_Kd = 0.4;
45
- v7_n = 4;
46
- v8_epsilon = 0.1;
47
-
48
- // Other declarations:
49
- const extracellular, cytosol, intravesicular, beta;
50
-
51
- // Unit definitions:
52
- unit substance = 1e-6 mole;
53
- unit time_unit = 60 second;
54
-
55
- // Display Names:
56
- substance is "micromole (default)";
57
- time_unit is "minute (default)";
58
- v6 is "Agonist stimulated production of IP3";
59
- v7 is "Ca dependent IP3 degradation";
60
- v8 is "Ca independent IP3 degradation";
61
-
62
- // SBO terms:
63
- extracellular.sboTerm = 290
64
- cytosol.sboTerm = 290
65
- intravesicular.sboTerm = 290
66
- EC.sboTerm = 327
67
- Z.sboTerm = 327
68
- A.sboTerm = 327
69
- Y.sboTerm = 327
70
- beta.sboTerm = 498
71
- vin.sboTerm = 185
72
- vin_v0.sboTerm = 485
73
- vin_v1.sboTerm = 162
74
- v2.sboTerm = 185
75
- v2_Vm2.sboTerm = 186
76
- v2_K2.sboTerm = 424
77
- v3.sboTerm = 185
78
- v3_Vm3.sboTerm = 186
79
- v3_Ka.sboTerm = 194
80
- v3_Ky.sboTerm = 424
81
- v3_Kz.sboTerm = 423
82
- v4.sboTerm = 185
83
- v4_Kf.sboTerm = 35
84
- v5.sboTerm = 185
85
- v5_K.sboTerm = 35
86
- v6.sboTerm = 393
87
- v6_Vp.sboTerm = 48
88
- v7.sboTerm = 179
89
- v7_Vd.sboTerm = 324
90
- v7_Kp.sboTerm = 424
91
- v7_Kd.sboTerm = 194
92
- v7_n.sboTerm = 190
93
- v8.sboTerm = 179
94
- v8_epsilon.sboTerm = 498
95
-
96
- // CV terms:
97
- extracellular hypernym "http://identifiers.org/obo.go/GO:0005615"
98
- cytosol hypernym "http://identifiers.org/obo.go/GO:0005829"
99
- intravesicular hypernym "http://identifiers.org/obo.go/GO:0005790"
100
- EC identity "http://identifiers.org/chebi/CHEBI:29108",
101
- "http://identifiers.org/kegg.compound/C00076"
102
- Z identity "http://identifiers.org/chebi/CHEBI:29108",
103
- "http://identifiers.org/kegg.compound/C00076"
104
- A identity "http://identifiers.org/chebi/CHEBI:16595",
105
- "http://identifiers.org/kegg.compound/C01245"
106
- Y identity "http://identifiers.org/chebi/CHEBI:29108",
107
- "http://identifiers.org/kegg.compound/C00076"
108
- vin hypernym "http://identifiers.org/obo.go/GO:0006816",
109
- "http://identifiers.org/obo.go/GO:0007204"
110
- v2 hypernym "http://identifiers.org/obo.go/GO:0051481"
111
- v3 hypernym "http://identifiers.org/obo.go/GO:0006816",
112
- "http://identifiers.org/obo.go/GO:0051482"
113
- v4 hypernym "http://identifiers.org/obo.go/GO:0007204"
114
- v5 hypernym "http://identifiers.org/obo.go/GO:0051481"
115
- v6 hypernym "http://identifiers.org/obo.go/GO:0006021",
116
- "http://identifiers.org/obo.go/GO:0007200"
117
- v7 hypernym "http://identifiers.org/obo.go/GO:0019310"
118
- v8 hypernym "http://identifiers.org/obo.go/GO:0019310"
119
- end
120
-
121
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 is "Borghans1997 - Calcium Oscillation - Model 2"
122
-
123
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 model_entity_is "http://identifiers.org/biomodels.db/MODEL6622948601"
124
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000044"
125
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 description "http://identifiers.org/pubmed/17029867"
126
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 hypernym "http://identifiers.org/obo.go/GO:0019722",
127
- "http://identifiers.org/obo.go/GO:0048016"
128
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 parthood "http://identifiers.org/kegg.pathway/rno04020"
129
- Goldbeter_Calcium_Oscillation_based_on_CICR_AND_CA_Activated_degradation_of_IP3 taxon "http://identifiers.org/taxonomy/10114"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000045.txt DELETED
@@ -1,97 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model()
3
-
4
- // Compartments and Species:
5
- compartment extracellular, cytosol, intravesicular1, intravesicular2;
6
- species EC in extracellular, Z in cytosol, Y in intravesicular2, X in intravesicular1;
7
-
8
- // Reactions:
9
- vin: EC => Z; cytosol*(vin_v0 + vin_v1*beta);
10
- v2i: Z => Y; intravesicular2*v2i_Vm2i*Z^2/(v2i_K2i^2 + Z^2);
11
- v3i: Y => Z; cytosol*v3i_Vm3i*Y^2*Z^2/((v3i_K3y^2 + Y^2)*(v3i_K3z^2 + Z^2));
12
- v4: Y => Z; cytosol*v4_Kf*Y;
13
- v5: Z => EC; extracellular*v5_K*Z;
14
- v6: X => Z; cytosol*v6_Kf*X;
15
- v2s: Z => X; intravesicular1*v2s_Vm2s*Z^2/(v2s_K2s^2 + Z^2);
16
- v3s: X => Z; cytosol*beta*v3s_Vm3s*X^2/(v3s_K3s^2 + X^2);
17
-
18
- // Species initializations:
19
- EC = 0;
20
- Z = 0;
21
- Y = 0;
22
- X = 0.5;
23
-
24
- // Compartment initializations:
25
- extracellular = 1;
26
- cytosol = 1;
27
- intravesicular1 = 1;
28
- intravesicular2 = 1;
29
-
30
- // Variable initializations:
31
- beta = 1;
32
- vin_v0 = 0.015;
33
- vin_v1 = 0.012;
34
- v2i_Vm2i = 3.1;
35
- v2i_K2i = 0.005;
36
- v3i_Vm3i = 25;
37
- v3i_K3y = 0.065;
38
- v3i_K3z = 0.022;
39
- v4_Kf = 0.5;
40
- v5_K = 1;
41
- v6_Kf = 0.5;
42
- v2s_Vm2s = 1.5;
43
- v2s_K2s = 0.0265;
44
- v3s_Vm3s = 0.169;
45
- v3s_K3s = 0.1;
46
-
47
- // Other declarations:
48
- const extracellular, cytosol, intravesicular1, intravesicular2, beta;
49
-
50
- // Unit definitions:
51
- unit substance = 1e-6 mole;
52
- unit time_unit = 60 second;
53
-
54
- // Display Names:
55
- substance is "micromole (default)";
56
- time_unit is "minute (default)";
57
-
58
- // CV terms:
59
- extracellular hypernym "http://identifiers.org/obo.go/GO:0005615"
60
- cytosol hypernym "http://identifiers.org/obo.go/GO:0005829"
61
- intravesicular1 hypernym "http://identifiers.org/obo.go/GO:0005790"
62
- EC identity "http://identifiers.org/chebi/CHEBI:29108",
63
- "http://identifiers.org/kegg.compound/C00076"
64
- Z identity "http://identifiers.org/chebi/CHEBI:29108",
65
- "http://identifiers.org/kegg.compound/C00076"
66
- Y identity "http://identifiers.org/chebi/CHEBI:29108",
67
- "http://identifiers.org/kegg.compound/C00076"
68
- X identity "http://identifiers.org/chebi/CHEBI:29108",
69
- "http://identifiers.org/kegg.compound/C00076"
70
- vin hypernym "http://identifiers.org/obo.go/GO:0006816",
71
- "http://identifiers.org/obo.go/GO:0007204"
72
- v2i hypernym "http://identifiers.org/obo.go/GO:0051481",
73
- "http://identifiers.org/obo.go/GO:0006816"
74
- v3i hypernym "http://identifiers.org/obo.go/GO:0005219",
75
- "http://identifiers.org/obo.go/GO:0006816",
76
- "http://identifiers.org/obo.go/GO:0007204"
77
- v4 hypernym "http://identifiers.org/obo.go/GO:0006816",
78
- "http://identifiers.org/obo.go/GO:0007204"
79
- v5 hypernym "http://identifiers.org/obo.go/GO:0051481",
80
- "http://identifiers.org/obo.go/GO:0006816"
81
- v6 hypernym "http://identifiers.org/obo.go/GO:0006816",
82
- "http://identifiers.org/obo.go/GO:0007204"
83
- v2s hypernym "http://identifiers.org/obo.go/GO:0006816",
84
- "http://identifiers.org/obo.go/GO:0051481"
85
- v3s hypernym "http://identifiers.org/obo.go/GO:0006816",
86
- "http://identifiers.org/obo.go/GO:0051482"
87
- end
88
-
89
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model is "Borghans1997 - Calcium Oscillation - Model 3"
90
-
91
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model model_entity_is "http://identifiers.org/biomodels.db/MODEL6623009547"
92
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000045"
93
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model description "http://identifiers.org/pubmed/17029867"
94
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model hypernym "http://identifiers.org/obo.go/GO:0048016",
95
- "http://identifiers.org/obo.go/GO:0019722"
96
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model taxon "http://identifiers.org/taxonomy/10114"
97
- Goldbeter_Calcium_Oscillation_based_onCICR_AND_two_pool_model identity "http://identifiers.org/kegg.pathway/rno04020"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000046.txt DELETED
@@ -1,127 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Olsen2003_peroxidase()
3
-
4
- // Compartments and Species:
5
- compartment compartment_;
6
- species NADH in compartment_, O2 in compartment_, H2O2 in compartment_;
7
- species per3 in compartment_, coI in compartment_, ArH in compartment_;
8
- species coII in compartment_, Ar in compartment_, NADrad in compartment_;
9
- species super in compartment_, coIII in compartment_, per2 in compartment_;
10
- species $NAD2 in compartment_, $NAD in compartment_, $O2g in compartment_;
11
- species $NADHres in compartment_;
12
-
13
- // Reactions:
14
- v1: NADH + O2 => H2O2 + $NAD; compartment_*v1_k1*NADH*O2;
15
- v2: per3 + H2O2 => coI; compartment_*v2_k2*H2O2*per3;
16
- v3: ArH + coI => Ar + coII; compartment_*v3_k3*coI*ArH;
17
- v4: coII + ArH => per3 + Ar; compartment_*v4_k4*coII*ArH;
18
- v5: NADrad + O2 => $NAD + super; compartment_*v5_k5*NADrad*O2;
19
- v6: per3 + super => coIII; compartment_*v6_k6*super*per3;
20
- v7: 2 super => H2O2 + O2; compartment_*v7_k7*super*super;
21
- v8: NADrad + coIII => $NAD + coI; compartment_*v8_k8*coIII*NADrad;
22
- v9: 2 NADrad => $NAD2; compartment_*v9_k9*NADrad*NADrad;
23
- v10: per3 + NADrad => per2 + $NAD; compartment_*v10_k10*per3*NADrad;
24
- v11: per2 + O2 => coIII; compartment_*v11_k11*per2*O2;
25
- v12: $NADHres => NADH; compartment_*v12_k12;
26
- v131: $O2g => O2; compartment_*v131_k13f*O2g;
27
- v132: O2 => $O2g; compartment_*v132_k13b*O2;
28
- v14: NADH + Ar => NADrad + ArH; compartment_*v14_k14*Ar*NADH;
29
-
30
- // Species initializations:
31
- NADH = 0;
32
- O2 = 0;
33
- H2O2 = 0;
34
- per3 = 1.4;
35
- coI = 0;
36
- ArH = 500;
37
- coII = 0;
38
- Ar = 0;
39
- NADrad = 0;
40
- super = 0;
41
- coIII = 0;
42
- per2 = 0;
43
- NAD2 = 0;
44
- NAD = 0;
45
- O2g = 12;
46
- NADHres = 0;
47
-
48
- // Compartment initializations:
49
- compartment_ = 1;
50
-
51
- // Variable initializations:
52
- v1_k1 = 3e-06;
53
- v2_k2 = 18;
54
- v3_k3 = 0.15;
55
- v4_k4 = 0.0052;
56
- v5_k5 = 20;
57
- v6_k6 = 17;
58
- v7_k7 = 20;
59
- v8_k8 = 40;
60
- v9_k9 = 60;
61
- v10_k10 = 1.8;
62
- v11_k11 = 0.1;
63
- v12_k12 = 0.08;
64
- v131_k13f = 0.006;
65
- v132_k13b = 0.006;
66
- v14_k14 = 0.7;
67
-
68
- // Other declarations:
69
- const compartment_;
70
-
71
- // Unit definitions:
72
- unit substance = 1e-6 mole;
73
-
74
- // Display Names:
75
- substance is "micromole";
76
-
77
- // CV terms:
78
- NADH identity "http://identifiers.org/chebi/CHEBI:16908",
79
- "http://identifiers.org/kegg.compound/C00004"
80
- O2 identity "http://identifiers.org/chebi/CHEBI:15379",
81
- "http://identifiers.org/kegg.compound/C00007"
82
- H2O2 identity "http://identifiers.org/chebi/CHEBI:16240",
83
- "http://identifiers.org/kegg.compound/C00027"
84
- per3 hypernym "http://identifiers.org/interpro/IPR000823",
85
- "http://identifiers.org/pirsf/PIRSF000293"
86
- coI hypernym "http://identifiers.org/interpro/IPR000823",
87
- "http://identifiers.org/pirsf/PIRSF000293"
88
- ArH version "http://identifiers.org/chebi/CHEBI:30763",
89
- "http://identifiers.org/chebi/CHEBI:16796"
90
- ArH version "http://identifiers.org/kegg.compound/C00156",
91
- "http://identifiers.org/kegg.compound/C01598"
92
- coII hypernym "http://identifiers.org/interpro/IPR000823",
93
- "http://identifiers.org/pirsf/PIRSF000293"
94
- Ar version "http://identifiers.org/chebi/CHEBI:17879",
95
- "http://identifiers.org/chebi/CHEBI:16796"
96
- Ar version "http://identifiers.org/kegg.compound/C00156",
97
- "http://identifiers.org/kegg.compound/C01598"
98
- NADrad hypernym "http://identifiers.org/chebi/CHEBI:15846",
99
- "http://identifiers.org/kegg.compound/C00003"
100
- super identity "http://identifiers.org/chebi/CHEBI:18421",
101
- "http://identifiers.org/kegg.compound/C00704"
102
- coIII hypernym "http://identifiers.org/interpro/IPR000823",
103
- "http://identifiers.org/pirsf/PIRSF000293"
104
- per2 hypernym "http://identifiers.org/interpro/IPR000823",
105
- "http://identifiers.org/pirsf/PIRSF000293"
106
- NAD2 part "http://identifiers.org/chebi/CHEBI:15846"
107
- NAD2 part "http://identifiers.org/kegg.compound/C00003"
108
- NAD identity "http://identifiers.org/chebi/CHEBI:15846",
109
- "http://identifiers.org/kegg.compound/C00003"
110
- O2g identity "http://identifiers.org/chebi/CHEBI:15379",
111
- "http://identifiers.org/kegg.compound/C00007"
112
- NADHres identity "http://identifiers.org/chebi/CHEBI:16908",
113
- "http://identifiers.org/kegg.compound/C00004"
114
- v1 identity "http://identifiers.org/kegg.reaction/R07171"
115
- v1 hypernym "http://identifiers.org/ec-code/1.6.3.1"
116
- v7 identity "http://identifiers.org/kegg.reaction/R00275"
117
- v7 hypernym "http://identifiers.org/ec-code/1.15.1.1"
118
- end
119
-
120
- Olsen2003_peroxidase is "Olsen2003_peroxidase"
121
-
122
- Olsen2003_peroxidase model_entity_is "http://identifiers.org/biomodels.db/MODEL6623265463"
123
- Olsen2003_peroxidase model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000046"
124
- Olsen2003_peroxidase description "http://identifiers.org/pubmed/12823550"
125
- Olsen2003_peroxidase origin "http://identifiers.org/pubmed/11901676"
126
- Olsen2003_peroxidase taxon "http://identifiers.org/taxonomy/3704"
127
- Olsen2003_peroxidase hypernym "http://identifiers.org/go/GO:0016692"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
BioModelsRAG/data/BIOMD0000000047.txt DELETED
@@ -1,80 +0,0 @@
1
- // Created by libAntimony v2.13.0
2
- model *Oxhamre_Bacteria_induced_Ca_oscillations()
3
-
4
- // Compartments and Species:
5
- compartment Cytosol, Endoplasmic_Reticulum;
6
- species CaER in Endoplasmic_Reticulum, Ca_Cyt in Cytosol;
7
-
8
- // Assignment Rules:
9
- n := n0*(exp(-kbN*time) + kappa*(1 - exp(-kbN*time)));
10
- p1 := p11 + p12*n/(K1 + n);
11
- p2 := Ca_Cyt/(K2 + Ca_Cyt);
12
-
13
- // Rate Rules:
14
- p3' = -(k31*Ca_Cyt*p3) + k31*K3*(1 - p3);
15
-
16
- // Reactions:
17
- Jch: CaER => Ca_Cyt; Jch_Fch_0*p1*p2*p3;
18
- Jleak: CaER => Ca_Cyt; Jleak_Fleak;
19
- Jpump: Ca_Cyt => CaER; Jpump_Fpump_0*Ca_Cyt/(Jpump_Kpump + Ca_Cyt);
20
-
21
- // Species initializations:
22
- CaER = 0;
23
- Ca_Cyt = 0;
24
-
25
- // Compartment initializations:
26
- Cytosol = 1;
27
- Endoplasmic_Reticulum = 1;
28
-
29
- // Variable initializations:
30
- n0 = 1;
31
- kbN = 0.5;
32
- kappa = 5;
33
- p11 = 0.2;
34
- p12 = 0.8;
35
- K1 = 5;
36
- K2 = 0.7;
37
- p3 = 0.95;
38
- k31 = 0.5;
39
- K3 = 0.7;
40
- Jch_Fch_0 = 8;
41
- Jleak_Fleak = 0.5;
42
- Jpump_Fpump_0 = 2;
43
- Jpump_Kpump = 0.1;
44
-
45
- // Other declarations:
46
- var n, p1, p2, p3;
47
- const Cytosol, Endoplasmic_Reticulum, n0, kbN, kappa, p11, p12, K1, K2;
48
- const k31, K3;
49
-
50
- // Unit definitions:
51
- unit substance = 1e-6 mole;
52
- unit time_unit = 60 second;
53
-
54
- // Display Names:
55
- substance is "micromole (default)";
56
- time_unit is "minute (default)";
57
-
58
- // CV terms:
59
- Cytosol hypernym "http://identifiers.org/go/GO:0005829"
60
- Endoplasmic_Reticulum hypernym "http://identifiers.org/go/GO:0005790"
61
- CaER hypernym "http://identifiers.org/chebi/CHEBI:29108"
62
- Ca_Cyt hypernym "http://identifiers.org/chebi/CHEBI:29108"
63
- Jch hypernym "http://identifiers.org/go/GO:0006816",
64
- "http://identifiers.org/go/GO:0051482"
65
- Jleak hypernym "http://identifiers.org/go/GO:0007204",
66
- "http://identifiers.org/go/GO:0006816"
67
- Jpump hypernym "http://identifiers.org/go/GO:0051481",
68
- "http://identifiers.org/go/GO:0006816"
69
- end
70
-
71
- Oxhamre_Bacteria_induced_Ca_oscillations is "Oxhamre2005_Ca_oscillation"
72
-
73
- Oxhamre_Bacteria_induced_Ca_oscillations model_entity_is "http://identifiers.org/biomodels.db/MODEL6623415355"
74
- Oxhamre_Bacteria_induced_Ca_oscillations model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000047"
75
- Oxhamre_Bacteria_induced_Ca_oscillations description "http://identifiers.org/pubmed/15596518"
76
- Oxhamre_Bacteria_induced_Ca_oscillations origin "http://identifiers.org/pubmed/11874447"
77
- Oxhamre_Bacteria_induced_Ca_oscillations identity "http://identifiers.org/kegg.pathway/rno04020"
78
- Oxhamre_Bacteria_induced_Ca_oscillations taxon "http://identifiers.org/taxonomy/10114"
79
- Oxhamre_Bacteria_induced_Ca_oscillations hypernym "http://identifiers.org/go/GO:0048016",
80
- "http://identifiers.org/go/GO:0019722"