forked from binfalse/BiVeS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTestModel_for_IB2013-version-three
37 lines (37 loc) · 1.37 KB
/
TestModel_for_IB2013-version-three
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4">
<model name="TestModel_for_IB2013">
<listOfCompartments>
<compartment id="compartment" name="compartment" size="1"/>
</listOfCompartments>
<listOfSpecies>
<species id="A" name="RB/E2F" compartment="compartment" initialConcentration="100"/>
<species id="B" name="RB-Hypo" compartment="compartment" initialConcentration="0"/>
<species id="D" name="cycE/cdk2" compartment="compartment" initialConcentration="0"/>
<species id="E" name="RB-Phos" compartment="compartment" initialConcentration="0"/>
<species id="C" name="free E3F" compartment="compartment" initialConcentration="10"/>
</listOfSpecies>
<listOfReactions>
<reaction id="r" name="r">
<listOfReactants>
<speciesReference species="A"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="E"/>
<speciesReference species="C"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="D" sboTerm="SBO:0000459"/>
</listOfModifiers>
</reaction>
<reaction id="s" name="s">
<listOfReactants>
<speciesReference species="E"/>
</listOfReactants>
<listOfProducts>
<speciesReference species="B"/>
</listOfProducts>
</reaction>
</listOfReactions>
</model>
</sbml>