-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
there are some untested things in here
- Loading branch information
Showing
12 changed files
with
1,530 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<sbml xmlns="http://www.sbml.org/sbml/level3/version1/core" level="3" version="1"> | ||
<model> | ||
<listOfCompartments> | ||
<compartment id="compartmentOne" spatialDimensions="3" size="1" constant="true"/> | ||
</listOfCompartments> | ||
<listOfSpecies> | ||
<species id="SimData_0" name="SimData_0" compartment="compartmentOne" initialConcentration="1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> | ||
<species id="SimData_1" name="SimData_1" compartment="compartmentOne" initialConcentration="1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> | ||
<species id="SimData_2" name="SimData_2" compartment="compartmentOne" initialConcentration="1" hasOnlySubstanceUnits="false" boundaryCondition="false" constant="false"/> | ||
</listOfSpecies> | ||
<listOfParameters> | ||
<parameter id="I" name="I" value="1" constant="true"/> | ||
<parameter id="k_1" name="k_1" value="4.2416" constant="true"/> | ||
<parameter id="k_2" name="k_2" value="5.9816" constant="true"/> | ||
<parameter id="k_3" name="k_3" value="0.1009" constant="true"/> | ||
<parameter id="k_4" name="k_4" value="1.1549" constant="true"/> | ||
<parameter id="k_5" name="k_5" value="1.3618" constant="true"/> | ||
<parameter id="k_6" name="k_6" value="1.4219" constant="true"/> | ||
<parameter id="k_7" name="k_7" value="0.0051" constant="true"/> | ||
<parameter id="k_8" name="k_8" value="0.0972" constant="true"/> | ||
<parameter id="k_9" name="k_9" value="0.0012" constant="true"/> | ||
<parameter id="k_10" name="k_10" value="56.8583" constant="true"/> | ||
<parameter id="k_11" name="k_11" value="0.0111" constant="true"/> | ||
<parameter id="k_12" name="k_12" value="0.0014" constant="true"/> | ||
</listOfParameters> | ||
<listOfReactions> | ||
<reaction id="J1" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="SimData_0" stoichiometry="1" constant="true"/> | ||
<speciesReference species="SimData_2" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<listOfProducts> | ||
<speciesReference species="SimData_0" stoichiometry="1" constant="true"/> | ||
<speciesReference species="SimData_2" stoichiometry="2" constant="true"/> | ||
</listOfProducts> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> SimData_0 </ci> | ||
<ci> SimData_2 </ci> | ||
<apply> | ||
<divide/> | ||
<ci> k_5 </ci> | ||
<apply> | ||
<plus/> | ||
<ci> SimData_2 </ci> | ||
<ci> k_11 </ci> | ||
</apply> | ||
</apply> | ||
</apply> | ||
</math> | ||
</kineticLaw> | ||
</reaction> | ||
<reaction id="J2" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="SimData_1" stoichiometry="1" constant="true"/> | ||
<speciesReference species="SimData_2" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<listOfProducts> | ||
<speciesReference species="SimData_1" stoichiometry="1" constant="true"/> | ||
</listOfProducts> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> SimData_1 </ci> | ||
<ci> SimData_2 </ci> | ||
<apply> | ||
<divide/> | ||
<ci> k_6 </ci> | ||
<apply> | ||
<plus/> | ||
<ci> SimData_2 </ci> | ||
<ci> k_12 </ci> | ||
</apply> | ||
</apply> | ||
</apply> | ||
</math> | ||
</kineticLaw> | ||
</reaction> | ||
<reaction id="J3" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="SimData_0" stoichiometry="1" constant="true"/> | ||
<speciesReference species="SimData_1" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<listOfProducts> | ||
<speciesReference species="SimData_0" stoichiometry="1" constant="true"/> | ||
<speciesReference species="SimData_1" stoichiometry="2" constant="true"/> | ||
</listOfProducts> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> SimData_0 </ci> | ||
<ci> SimData_1 </ci> | ||
<apply> | ||
<divide/> | ||
<ci> k_3 </ci> | ||
<apply> | ||
<plus/> | ||
<ci> SimData_1 </ci> | ||
<ci> k_9 </ci> | ||
</apply> | ||
</apply> | ||
</apply> | ||
</math> | ||
</kineticLaw> | ||
</reaction> | ||
<reaction id="J4" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="SimData_1" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> SimData_1 </ci> | ||
<apply> | ||
<divide/> | ||
<ci> k_4 </ci> | ||
<apply> | ||
<plus/> | ||
<ci> SimData_1 </ci> | ||
<ci> k_10 </ci> | ||
</apply> | ||
</apply> | ||
</apply> | ||
</math> | ||
</kineticLaw> | ||
</reaction> | ||
<reaction id="J5" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="SimData_0" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<listOfProducts> | ||
<speciesReference species="SimData_0" stoichiometry="2" constant="true"/> | ||
</listOfProducts> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> k_1 </ci> | ||
<ci> SimData_0 </ci> | ||
<apply> | ||
<divide/> | ||
<ci> I </ci> | ||
<apply> | ||
<plus/> | ||
<ci> SimData_0 </ci> | ||
<ci> k_7 </ci> | ||
</apply> | ||
</apply> | ||
</apply> | ||
</math> | ||
</kineticLaw> | ||
</reaction> | ||
<reaction id="J6" reversible="false" fast="false"> | ||
<listOfReactants> | ||
<speciesReference species="SimData_0" stoichiometry="1" constant="true"/> | ||
</listOfReactants> | ||
<kineticLaw> | ||
<math xmlns="http://www.w3.org/1998/Math/MathML"> | ||
<apply> | ||
<times/> | ||
<ci> SimData_0 </ci> | ||
<apply> | ||
<divide/> | ||
<ci> k_2 </ci> | ||
<apply> | ||
<plus/> | ||
<ci> SimData_0 </ci> | ||
<ci> k_8 </ci> | ||
</apply> | ||
</apply> | ||
</apply> | ||
</math> | ||
</kineticLaw> | ||
</reaction> | ||
</listOfReactions> | ||
</model> | ||
</sbml> |
Oops, something went wrong.