read in an SBML file and display the verbose listing

m = SBMLRead["repressilator.xml", verbose True] ;

File Name:repressilator.xml\nSBML Level 2 Version 1

Model: Repressilator Model = repressilator

Function Definitions

----- None -----

Unit Definitions

----- None -----

Compartments

ID Name Dimension Size Units Derived Units Outside Constant
cell cell 3 ··· volume volume ··· True

Species

ID Name Compartment Type I.C. Units Derived Units B.C Constant Charge
x x cell ··· ··· ··· ··· False False ···
y y cell ··· ··· ··· ··· False False ···
z z cell ··· ··· ··· ··· False False ···
py py cell ··· ··· ··· ··· False False ···
px px cell amount 5. substance substance False False ···
pz pz cell amount 15. substance substance False False ···
null null cell ··· ··· ··· ··· True True ···

Global Parameters

ID Name Value Units Derived Units Constant
alpha alpha 250. ··· ··· True
beta beta 5. ··· ··· True
alpha0 alpha0 0 ··· ··· True
alpha1 alpha1 0 ··· ··· True
n n 2.1 ··· ··· True
k1 k1 1. ··· ··· True
K K 1. ··· ··· True

Rules

----- None -----

Reactions, global and local contexts suppressed

ID Name Fast Reaction Modifiers Parameters Formula Contribution to ODEs
reaction1 reaction1 False null ⇔ x
pz
··· 250./(1. + pz[t]^2.1) - 1.*x[t]
x'[t]==250./(1. + pz[t]^2.1) - 1.*x[t]
reaction2 reaction2 False null ⇔ y
px
··· 250./(1. + px[t]^2.1) - 1.*y[t]
y'[t]==250./(1. + px[t]^2.1) - 1.*y[t]
reaction3 reaction3 False null ⇔ z
py
··· 250./(1. + py[t]^2.1) - 1.*z[t]
z'[t]==250./(1. + py[t]^2.1) - 1.*z[t]
reaction4 reaction4 False px ⇔ null
x
··· -5.*(-px[t] + x[t])
px'[t]==5.*(-px[t] + x[t])
reaction5 reaction5 False py ⇔ null
y
··· -5.*(-py[t] + y[t])
py'[t]==5.*(-py[t] + y[t])
reaction6 reaction6 False pz ⇔ null
z
··· -5.*(-pz[t] + z[t])
pz'[t]==5.*(-pz[t] + z[t])

Differential Equations, global context suppressed

Variable ODEs
px px'[t]==5.*(-px[t] + x[t])
py py'[t]==5.*(-py[t] + y[t])
pz pz'[t]==5.*(-pz[t] + z[t])
x x'[t]==250./(1. + pz[t]^2.1) - 1.*x[t]
y y'[t]==250./(1. + px[t]^2.1) - 1.*y[t]
z z'[t]==250./(1. + py[t]^2.1) - 1.*z[t]

Events

----- None -----


Created by Mathematica  (February 27, 2004)