Advertisement
Guest User

sbmlModelMar2

a guest
Mar 2nd, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 5.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Created by XMLPrettyPrinter on 1/30/2015 from  -->
  3. <sbml xmlns = "http://www.sbml.org/sbml/level2/version4" level = "2" version = "4">
  4.    <model id = "cell">
  5.       <listOfCompartments>
  6.          <compartment id = "compartment" size = "1"/>
  7.       </listOfCompartments>
  8.       <listOfSpecies>
  9.          <species id = "X" boundaryCondition = "true" initialConcentration = "0" compartment = "compartment"/>
  10.          <species id = "w" boundaryCondition = "true" initialConcentration = "0" compartment = "compartment"/>
  11.          <species id = "R1" boundaryCondition = "false" initialConcentration = "9.93562993988549" compartment = "compartment"/>
  12.          <species id = "EP" boundaryCondition = "false" initialConcentration = "18.3818606237075" compartment = "compartment"/>
  13.          <species id = "E" boundaryCondition = "false" initialConcentration = "1.61813937629253" compartment = "compartment"/>
  14.       </listOfSpecies>
  15.       <listOfParameters>
  16.          <parameter id = "k1" value = "1.6"/>
  17.          <parameter id = "k2" value = "4"/>
  18.          <parameter id = "Signal" value = "0.1"/>
  19.          <parameter id = "k3" value = "3"/>
  20.          <parameter id = "Vm1" value = "12"/>
  21.          <parameter id = "Km" value = "0.6"/>
  22.          <parameter id = "Vm2" value = "6"/>
  23.       </listOfParameters>
  24.       <listOfReactions>
  25.          <reaction id = "_J1" reversible = "false">
  26.             <listOfReactants>
  27.                <speciesReference species = "X" stoichiometry = "1"/>
  28.             </listOfReactants>
  29.             <listOfProducts>
  30.                <speciesReference species = "R1" stoichiometry = "1"/>
  31.             </listOfProducts>
  32.             <listOfModifiers>
  33.                <modifierSpeciesReference species = "EP"/>
  34.             </listOfModifiers>
  35.             <kineticLaw>
  36.                <math xmlns = "http://www.w3.org/1998/Math/MathML">
  37.                   <apply>
  38.                      <plus/>
  39.                      <apply>
  40.                         <times/>
  41.                         <ci>
  42.                               k1
  43.                         </ci>
  44.                         <ci>
  45.                               EP
  46.                         </ci>
  47.                      </apply>
  48.                      <apply>
  49.                         <times/>
  50.                         <ci>
  51.                               k2
  52.                         </ci>
  53.                         <ci>
  54.                               Signal
  55.                         </ci>
  56.                      </apply>
  57.                   </apply>
  58.                </math>
  59.             </kineticLaw>
  60.          </reaction>
  61.          <reaction id = "_J2" reversible = "false">
  62.             <listOfReactants>
  63.                <speciesReference species = "R1" stoichiometry = "1"/>
  64.             </listOfReactants>
  65.             <listOfProducts>
  66.                <speciesReference species = "w" stoichiometry = "1"/>
  67.             </listOfProducts>
  68.             <kineticLaw>
  69.                <math xmlns = "http://www.w3.org/1998/Math/MathML">
  70.                   <apply>
  71.                      <times/>
  72.                      <ci>
  73.                            k3
  74.                      </ci>
  75.                      <ci>
  76.                            R1
  77.                      </ci>
  78.                   </apply>
  79.                </math>
  80.             </kineticLaw>
  81.          </reaction>
  82.          <reaction id = "_J3" reversible = "false">
  83.             <listOfReactants>
  84.                <speciesReference species = "EP" stoichiometry = "1"/>
  85.             </listOfReactants>
  86.             <listOfProducts>
  87.                <speciesReference species = "E" stoichiometry = "1"/>
  88.             </listOfProducts>
  89.             <kineticLaw>
  90.                <math xmlns = "http://www.w3.org/1998/Math/MathML">
  91.                   <apply>
  92.                      <divide/>
  93.                      <apply>
  94.                         <times/>
  95.                         <ci>
  96.                               Vm1
  97.                         </ci>
  98.                         <ci>
  99.                               EP
  100.                         </ci>
  101.                      </apply>
  102.                      <apply>
  103.                         <plus/>
  104.                         <ci>
  105.                               Km
  106.                         </ci>
  107.                         <ci>
  108.                               EP
  109.                         </ci>
  110.                      </apply>
  111.                   </apply>
  112.                </math>
  113.             </kineticLaw>
  114.          </reaction>
  115.          <reaction id = "_J4" reversible = "false">
  116.             <listOfReactants>
  117.                <speciesReference species = "E" stoichiometry = "1"/>
  118.             </listOfReactants>
  119.             <listOfProducts>
  120.                <speciesReference species = "EP" stoichiometry = "1"/>
  121.             </listOfProducts>
  122.             <listOfModifiers>
  123.                <modifierSpeciesReference species = "R1"/>
  124.             </listOfModifiers>
  125.             <kineticLaw>
  126.                <math xmlns = "http://www.w3.org/1998/Math/MathML">
  127.                   <apply>
  128.                      <divide/>
  129.                      <apply>
  130.                         <times/>
  131.                         <apply>
  132.                            <plus/>
  133.                            <ci>
  134.                                  Vm2
  135.                            </ci>
  136.                            <ci>
  137.                                  R1
  138.                            </ci>
  139.                         </apply>
  140.                         <ci>
  141.                               E
  142.                         </ci>
  143.                      </apply>
  144.                      <apply>
  145.                         <plus/>
  146.                         <ci>
  147.                               Km
  148.                         </ci>
  149.                         <ci>
  150.                               E
  151.                         </ci>
  152.                      </apply>
  153.                   </apply>
  154.                </math>
  155.             </kineticLaw>
  156.          </reaction>
  157.       </listOfReactions>
  158.    </model>
  159. </sbml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement