-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path2012-11-11.xml
61 lines (61 loc) · 2.21 KB
/
2012-11-11.xml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by JWS2SBML on 2011/04/04 15:53:02-->
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4">
<model name="BSA">
<listOfCompartments>
<compartment id="compartment1" name="compartment" size="1"/>
</listOfCompartments>
<listOfSpecies>
<species id="IPTG" name="IPTG" compartment="compartment1" initialConcentration="100" boundaryCondition="true" constant="true"/>
<species id="sigb" name="sigb" compartment="compartment1" initialConcentration="0"/>
<species id="lacz" name="lacz" compartment="compartment1" initialConcentration="0"/>
<species id="x" name="x" compartment="compartment1" initialConcentration="0"/>
</listOfSpecies>
<listOfParameters>
<parameter id="compartment" name="compartment" value="1"/>
<parameter id="EXTERNAL" name="EXTERNAL" value="0"/>
<parameter id="kbd" name="kbd" value="4.4"/>
<parameter id="kbs" name="kbs" value="100"/>
<parameter id="kxd" name="kxd" value="608.2"/>
<parameter id="kxs" name="kxs" value="0.18"/>
<parameter id="kzd" name="kzd" value="0.028"/>
<parameter id="kzs" name="kzs" value="0.00035"/>
</listOfParameters>
<listOfReactions>
<reaction id="v1" name="sigb syn">
<listOfProducts>
<speciesReference species="sigb"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="IPTG" sboTerm="SBO:0000459"/>
</listOfModifiers>
</reaction>
<reaction id="v2" name="lacz syn">
<listOfProducts>
<speciesReference species="lacz"/>
</listOfProducts>
<listOfModifiers>
<modifierSpeciesReference species="sigb" sboTerm="SBO:0000459"/>
</listOfModifiers>
</reaction>
<reaction id="v3" name="x syn">
<listOfProducts>
<speciesReference species="x"/>
</listOfProducts>
</reaction>
<reaction id="v4" name="sigb degr">
<listOfReactants>
<speciesReference species="sigb"/>
</listOfReactants>
</reaction>
<reaction id="v5" name="lacz degr">
<listOfReactants>
<speciesReference species="lacz"/>
</listOfReactants>
<listOfModifiers>
<modifierSpeciesReference species="x" sboTerm="SBO:0000459"/>
</listOfModifiers>
</reaction>
</listOfReactions>
</model>
</sbml>