|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<sbml xmlns="http://www.sbml.org/sbml/level3/version2/core" level="3" version="2"> |
| 3 | + <model metaid="debug" id="debug" substanceUnits="substance" timeUnits="time_unit" volumeUnits="volume" areaUnits="area" lengthUnits="length"> |
| 4 | + <listOfUnitDefinitions> |
| 5 | + <unitDefinition id="length"> |
| 6 | + <listOfUnits> |
| 7 | + <unit kind="metre" exponent="1" scale="0" multiplier="1"/> |
| 8 | + </listOfUnits> |
| 9 | + </unitDefinition> |
| 10 | + <unitDefinition id="area"> |
| 11 | + <listOfUnits> |
| 12 | + <unit kind="metre" exponent="2" scale="0" multiplier="1"/> |
| 13 | + </listOfUnits> |
| 14 | + </unitDefinition> |
| 15 | + <unitDefinition id="volume"> |
| 16 | + <listOfUnits> |
| 17 | + <unit kind="litre" exponent="1" scale="0" multiplier="1"/> |
| 18 | + </listOfUnits> |
| 19 | + </unitDefinition> |
| 20 | + <unitDefinition id="time_unit" name="time"> |
| 21 | + <listOfUnits> |
| 22 | + <unit kind="second" exponent="1" scale="1" multiplier="6"/> |
| 23 | + </listOfUnits> |
| 24 | + </unitDefinition> |
| 25 | + <unitDefinition id="substance"> |
| 26 | + <listOfUnits> |
| 27 | + <unit kind="mole" exponent="1" scale="-9" multiplier="1"/> |
| 28 | + </listOfUnits> |
| 29 | + </unitDefinition> |
| 30 | + </listOfUnitDefinitions> |
| 31 | + <listOfCompartments> |
| 32 | + <compartment id="cytosol" spatialDimensions="3" size="0.0005" constant="true"/> |
| 33 | + </listOfCompartments> |
| 34 | + <listOfSpecies> |
| 35 | + <species id="MR_i" compartment="cytosol" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 36 | + <species id="MR_m" compartment="cytosol" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> |
| 37 | + </listOfSpecies> |
| 38 | + <listOfParameters> |
| 39 | + <parameter id="synthesis_MR" constant="true"/> |
| 40 | + <parameter id="recycling" value="0.0000045" constant="true"/> |
| 41 | + <parameter id="binding" constant="true"/> |
| 42 | + <parameter id="MR_i_t0" value="1400000" constant="true"/> |
| 43 | + <parameter id="MR_m_t0" value="600000" constant="true"/> |
| 44 | + </listOfParameters> |
| 45 | + <listOfInitialAssignments> |
| 46 | + <initialAssignment symbol="MR_i"> |
| 47 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 48 | + <ci> MR_i_t0 </ci> |
| 49 | + </math> |
| 50 | + </initialAssignment> |
| 51 | + <initialAssignment symbol="MR_m"> |
| 52 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 53 | + <ci> MR_m_t0 </ci> |
| 54 | + </math> |
| 55 | + </initialAssignment> |
| 56 | + <initialAssignment symbol="synthesis_MR"> |
| 57 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 58 | + <apply> |
| 59 | + <divide/> |
| 60 | + <cn> 0.00585177319092733 </cn> |
| 61 | + <cn> 0.00606 </cn> |
| 62 | + </apply> |
| 63 | + </math> |
| 64 | + </initialAssignment> |
| 65 | + <initialAssignment symbol="binding"> |
| 66 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 67 | + <apply> |
| 68 | + <divide/> |
| 69 | + <apply> |
| 70 | + <minus/> |
| 71 | + <apply> |
| 72 | + <times/> |
| 73 | + <ci> recycling </ci> |
| 74 | + <ci> MR_i </ci> |
| 75 | + </apply> |
| 76 | + <ci> synthesis_MR </ci> |
| 77 | + </apply> |
| 78 | + <ci> MR_m </ci> |
| 79 | + </apply> |
| 80 | + </math> |
| 81 | + </initialAssignment> |
| 82 | + </listOfInitialAssignments> |
| 83 | + <listOfReactions> |
| 84 | + <reaction id="_J0" reversible="true"> |
| 85 | + <listOfProducts> |
| 86 | + <speciesReference species="MR_i" stoichiometry="1" constant="true"/> |
| 87 | + </listOfProducts> |
| 88 | + <kineticLaw> |
| 89 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 90 | + <ci> synthesis_MR </ci> |
| 91 | + </math> |
| 92 | + </kineticLaw> |
| 93 | + </reaction> |
| 94 | + <reaction id="_J1" reversible="true"> |
| 95 | + <listOfReactants> |
| 96 | + <speciesReference species="MR_i" stoichiometry="1" constant="true"/> |
| 97 | + </listOfReactants> |
| 98 | + <listOfProducts> |
| 99 | + <speciesReference species="MR_m" stoichiometry="1" constant="true"/> |
| 100 | + </listOfProducts> |
| 101 | + <kineticLaw> |
| 102 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 103 | + <apply> |
| 104 | + <times/> |
| 105 | + <ci> recycling </ci> |
| 106 | + <ci> MR_i </ci> |
| 107 | + </apply> |
| 108 | + </math> |
| 109 | + </kineticLaw> |
| 110 | + </reaction> |
| 111 | + <reaction id="_J2" reversible="true"> |
| 112 | + <listOfReactants> |
| 113 | + <speciesReference species="MR_m" stoichiometry="1" constant="true"/> |
| 114 | + </listOfReactants> |
| 115 | + <listOfProducts> |
| 116 | + <speciesReference species="MR_i" stoichiometry="1" constant="true"/> |
| 117 | + </listOfProducts> |
| 118 | + <kineticLaw> |
| 119 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
| 120 | + <apply> |
| 121 | + <times/> |
| 122 | + <ci> binding </ci> |
| 123 | + <ci> MR_m </ci> |
| 124 | + </apply> |
| 125 | + </math> |
| 126 | + </kineticLaw> |
| 127 | + </reaction> |
| 128 | + </listOfReactions> |
| 129 | + </model> |
| 130 | +</sbml> |
0 commit comments