|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4"> |
| 3 | + <model id="swameye2003"> |
| 4 | + <listOfUnitDefinitions> |
| 5 | + <unitDefinition id="time" name="time"> |
| 6 | + <listOfUnits> |
| 7 | + <unit kind="second" exponent="1" scale="0" multiplier="60"/> |
| 8 | + </listOfUnits> |
| 9 | + </unitDefinition> |
| 10 | + </listOfUnitDefinitions> |
| 11 | + <listOfCompartments> |
| 12 | + <compartment id="cyt" spatialDimensions="3" size="1.4" constant="true"/> |
| 13 | + <compartment id="nuc" spatialDimensions="3" size="0.45" constant="true"/> |
| 14 | + </listOfCompartments> |
| 15 | + <listOfSpecies> |
| 16 | + <species id="pEpoR" compartment="cyt" initialConcentration="0.0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 17 | + <species id="STAT5" compartment="cyt" initialConcentration="1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 18 | + <species id="pSTAT5" compartment="cyt" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 19 | + <species id="pSTAT5_pSTAT5" compartment="cyt" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 20 | + <species id="npSTAT5_npSTAT5" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 21 | + <species id="nSTAT5_1" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 22 | + <species id="nSTAT5_2" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 23 | + <species id="nSTAT5_3" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 24 | + <species id="nSTAT5_4" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 25 | + <species id="nSTAT5_5" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 26 | + <species id="nSTAT5_6" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 27 | + <species id="nSTAT5_7" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 28 | + <species id="nSTAT5_8" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 29 | + <species id="nSTAT5_9" compartment="nuc" initialConcentration="0" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 30 | + </listOfSpecies> |
| 31 | + <listOfParameters> |
| 32 | + <parameter id="k1" value="1.95" constant="true"/> |
| 33 | + <parameter id="k2" value="0.11" constant="true"/> |
| 34 | + <parameter id="k3" value="98400" constant="true"/> |
| 35 | + <parameter id="k4" value="1.49" constant="true"/> |
| 36 | + </listOfParameters> |
| 37 | + <listOfReactions> |
| 38 | + <reaction id="reaction1" reversible="false"> |
| 39 | + <listOfReactants> |
| 40 | + <speciesReference species="STAT5" stoichiometry="1"/> |
| 41 | + </listOfReactants> |
| 42 | + <listOfProducts> |
| 43 | + <speciesReference species="pSTAT5" stoichiometry="1"/> |
| 44 | + </listOfProducts> |
| 45 | + <listOfModifiers> |
| 46 | + <modifierSpeciesReference species="pEpoR"/> |
| 47 | + </listOfModifiers> |
| 48 | + <kineticLaw> |
| 49 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 50 | + <apply> |
| 51 | + <times/> |
| 52 | + <ci> cyt </ci> |
| 53 | + <ci> k1 </ci> |
| 54 | + <ci> STAT5 </ci> |
| 55 | + <ci> pEpoR </ci> |
| 56 | + </apply> |
| 57 | + </math> |
| 58 | + </kineticLaw> |
| 59 | + </reaction> |
| 60 | + <reaction id="reaction2" reversible="false"> |
| 61 | + <listOfReactants> |
| 62 | + <speciesReference species="pSTAT5" stoichiometry="2"/> |
| 63 | + </listOfReactants> |
| 64 | + <listOfProducts> |
| 65 | + <speciesReference species="pSTAT5_pSTAT5" stoichiometry="1"/> |
| 66 | + </listOfProducts> |
| 67 | + <kineticLaw> |
| 68 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 69 | + <apply> |
| 70 | + <times/> |
| 71 | + <ci> cyt </ci> |
| 72 | + <ci> k2 </ci> |
| 73 | + <apply> |
| 74 | + <power/> |
| 75 | + <ci> pSTAT5 </ci> |
| 76 | + <cn type="integer"> 2 </cn> |
| 77 | + </apply> |
| 78 | + </apply> |
| 79 | + </math> |
| 80 | + </kineticLaw> |
| 81 | + </reaction> |
| 82 | + <reaction id="reaction3" reversible="false"> |
| 83 | + <listOfReactants> |
| 84 | + <speciesReference species="pSTAT5_pSTAT5" stoichiometry="1"/> |
| 85 | + </listOfReactants> |
| 86 | + <listOfProducts> |
| 87 | + <speciesReference species="npSTAT5_npSTAT5" stoichiometry="1"/> |
| 88 | + </listOfProducts> |
| 89 | + <kineticLaw> |
| 90 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 91 | + <apply> |
| 92 | + <times/> |
| 93 | + <ci> cyt </ci> |
| 94 | + <ci> k3 </ci> |
| 95 | + <ci> pSTAT5_pSTAT5 </ci> |
| 96 | + </apply> |
| 97 | + </math> |
| 98 | + </kineticLaw> |
| 99 | + </reaction> |
| 100 | + <reaction id="reaction4_01" reversible="false"> |
| 101 | + <listOfReactants> |
| 102 | + <speciesReference species="npSTAT5_npSTAT5" stoichiometry="1"/> |
| 103 | + </listOfReactants> |
| 104 | + <listOfProducts> |
| 105 | + <speciesReference species="nSTAT5_1" stoichiometry="2"/> |
| 106 | + </listOfProducts> |
| 107 | + <kineticLaw> |
| 108 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 109 | + <apply> |
| 110 | + <times/> |
| 111 | + <ci> nuc </ci> |
| 112 | + <ci> k4 </ci> |
| 113 | + <ci> npSTAT5_npSTAT5 </ci> |
| 114 | + </apply> |
| 115 | + </math> |
| 116 | + </kineticLaw> |
| 117 | + </reaction> |
| 118 | + <reaction id="reaction4_02" reversible="false"> |
| 119 | + <listOfReactants> |
| 120 | + <speciesReference species="nSTAT5_1" stoichiometry="1"/> |
| 121 | + </listOfReactants> |
| 122 | + <listOfProducts> |
| 123 | + <speciesReference species="nSTAT5_2" stoichiometry="1"/> |
| 124 | + </listOfProducts> |
| 125 | + <kineticLaw> |
| 126 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 127 | + <apply> |
| 128 | + <times/> |
| 129 | + <ci> nuc </ci> |
| 130 | + <ci> k4 </ci> |
| 131 | + <ci> nSTAT5_1 </ci> |
| 132 | + </apply> |
| 133 | + </math> |
| 134 | + </kineticLaw> |
| 135 | + </reaction> |
| 136 | + <reaction id="reaction4_03" reversible="false"> |
| 137 | + <listOfReactants> |
| 138 | + <speciesReference species="nSTAT5_2" stoichiometry="1"/> |
| 139 | + </listOfReactants> |
| 140 | + <listOfProducts> |
| 141 | + <speciesReference species="nSTAT5_3" stoichiometry="1"/> |
| 142 | + </listOfProducts> |
| 143 | + <kineticLaw> |
| 144 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 145 | + <apply> |
| 146 | + <times/> |
| 147 | + <ci> nuc </ci> |
| 148 | + <ci> k4 </ci> |
| 149 | + <ci> nSTAT5_2 </ci> |
| 150 | + </apply> |
| 151 | + </math> |
| 152 | + </kineticLaw> |
| 153 | + </reaction> |
| 154 | + <reaction id="reaction4_04" reversible="false"> |
| 155 | + <listOfReactants> |
| 156 | + <speciesReference species="nSTAT5_3" stoichiometry="1"/> |
| 157 | + </listOfReactants> |
| 158 | + <listOfProducts> |
| 159 | + <speciesReference species="nSTAT5_4" stoichiometry="1"/> |
| 160 | + </listOfProducts> |
| 161 | + <kineticLaw> |
| 162 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 163 | + <apply> |
| 164 | + <times/> |
| 165 | + <ci> nuc </ci> |
| 166 | + <ci> k4 </ci> |
| 167 | + <ci> nSTAT5_3 </ci> |
| 168 | + </apply> |
| 169 | + </math> |
| 170 | + </kineticLaw> |
| 171 | + </reaction> |
| 172 | + <reaction id="reaction4_05" reversible="false"> |
| 173 | + <listOfReactants> |
| 174 | + <speciesReference species="nSTAT5_4" stoichiometry="1"/> |
| 175 | + </listOfReactants> |
| 176 | + <listOfProducts> |
| 177 | + <speciesReference species="nSTAT5_5" stoichiometry="1"/> |
| 178 | + </listOfProducts> |
| 179 | + <kineticLaw> |
| 180 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 181 | + <apply> |
| 182 | + <times/> |
| 183 | + <ci> nuc </ci> |
| 184 | + <ci> k4 </ci> |
| 185 | + <ci> nSTAT5_4 </ci> |
| 186 | + </apply> |
| 187 | + </math> |
| 188 | + </kineticLaw> |
| 189 | + </reaction> |
| 190 | + <reaction id="reaction4_06" reversible="false"> |
| 191 | + <listOfReactants> |
| 192 | + <speciesReference species="nSTAT5_5" stoichiometry="1"/> |
| 193 | + </listOfReactants> |
| 194 | + <listOfProducts> |
| 195 | + <speciesReference species="nSTAT5_6" stoichiometry="1"/> |
| 196 | + </listOfProducts> |
| 197 | + <kineticLaw> |
| 198 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 199 | + <apply> |
| 200 | + <times/> |
| 201 | + <ci> nuc </ci> |
| 202 | + <ci> k4 </ci> |
| 203 | + <ci> nSTAT5_5 </ci> |
| 204 | + </apply> |
| 205 | + </math> |
| 206 | + </kineticLaw> |
| 207 | + </reaction> |
| 208 | + <reaction id="reaction4_07" reversible="false"> |
| 209 | + <listOfReactants> |
| 210 | + <speciesReference species="nSTAT5_6" stoichiometry="1"/> |
| 211 | + </listOfReactants> |
| 212 | + <listOfProducts> |
| 213 | + <speciesReference species="nSTAT5_7" stoichiometry="1"/> |
| 214 | + </listOfProducts> |
| 215 | + <kineticLaw> |
| 216 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 217 | + <apply> |
| 218 | + <times/> |
| 219 | + <ci> nuc </ci> |
| 220 | + <ci> k4 </ci> |
| 221 | + <ci> nSTAT5_6 </ci> |
| 222 | + </apply> |
| 223 | + </math> |
| 224 | + </kineticLaw> |
| 225 | + </reaction> |
| 226 | + <reaction id="reaction4_08" reversible="false"> |
| 227 | + <listOfReactants> |
| 228 | + <speciesReference species="nSTAT5_7" stoichiometry="1"/> |
| 229 | + </listOfReactants> |
| 230 | + <listOfProducts> |
| 231 | + <speciesReference species="nSTAT5_8" stoichiometry="1"/> |
| 232 | + </listOfProducts> |
| 233 | + <kineticLaw> |
| 234 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 235 | + <apply> |
| 236 | + <times/> |
| 237 | + <ci> nuc </ci> |
| 238 | + <ci> k4 </ci> |
| 239 | + <ci> nSTAT5_7 </ci> |
| 240 | + </apply> |
| 241 | + </math> |
| 242 | + </kineticLaw> |
| 243 | + </reaction> |
| 244 | + <reaction id="reaction4_09" reversible="false"> |
| 245 | + <listOfReactants> |
| 246 | + <speciesReference species="nSTAT5_8" stoichiometry="1"/> |
| 247 | + </listOfReactants> |
| 248 | + <listOfProducts> |
| 249 | + <speciesReference species="nSTAT5_9" stoichiometry="1"/> |
| 250 | + </listOfProducts> |
| 251 | + <kineticLaw> |
| 252 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 253 | + <apply> |
| 254 | + <times/> |
| 255 | + <ci> nuc </ci> |
| 256 | + <ci> k4 </ci> |
| 257 | + <ci> nSTAT5_8 </ci> |
| 258 | + </apply> |
| 259 | + </math> |
| 260 | + </kineticLaw> |
| 261 | + </reaction> |
| 262 | + <reaction id="reaction4_10" reversible="false"> |
| 263 | + <listOfReactants> |
| 264 | + <speciesReference species="nSTAT5_9" stoichiometry="1"/> |
| 265 | + </listOfReactants> |
| 266 | + <listOfProducts> |
| 267 | + <speciesReference species="STAT5" stoichiometry="1"/> |
| 268 | + </listOfProducts> |
| 269 | + <kineticLaw> |
| 270 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 271 | + <apply> |
| 272 | + <times/> |
| 273 | + <ci> nuc </ci> |
| 274 | + <ci> k4 </ci> |
| 275 | + <ci> nSTAT5_9 </ci> |
| 276 | + </apply> |
| 277 | + </math> |
| 278 | + </kineticLaw> |
| 279 | + </reaction> |
| 280 | + </listOfReactions> |
| 281 | + </model> |
| 282 | +</sbml> |
0 commit comments