SBML Model Visualization
This notebook provides an example of using "visualizeSBMLModel" to visualize an SBML model.
visualize the model
resize the graphics
Display the contents of the model
| ID | MetaID | Name | CompartmentType | Dimension | Size | Units | Derived Units | Outside | Constant |
| cell | ··· | cell | ··· | 3 | 1 | volume | litre | ··· | True |
| ID | Name | SpeciesType | Compartment | initialType | Value | Units of the Species | Derived Units of the Species | B.C | Constant | Charge |
| En | En | ··· | cell | initialAmount | 1 | substance/volume | mole/litre | False | False | ··· |
| S | S | ··· | cell | initialAmount | 100 | substance/volume | mole/litre | False | False | ··· |
| SEn | SEn | ··· | cell | initialAmount | 0 | substance/volume | mole/litre | False | False | ··· |
| P | P | ··· | cell | initialAmount | 0 | substance/volume | mole/litre | False | False | ··· |
| ID | MetaID | SBOTerm | Name | Value | Units | Derived Units | Constant |
| k1 | ··· | ··· | k1 | 0.5 | ··· | ··· | True |
| k2 | ··· | ··· | k2 | 0.1 | ··· | ··· | True |
| k3 | ··· | ··· | k3 | 1 | ··· | ··· | True |
| kf | ··· | ··· | kf | 1 | ··· | ··· | True |
| kr | ··· | ··· | kr | 1 | ··· | ··· | True |
| k | ··· | ··· | k | 0.1 | ··· | ··· | True |
| kd | ··· | ··· | kd | 0.1 | ··· | ··· | True |
| ID | MetaID | SBOTerm | Name | Fast | Reaction | Reactants ID MetaID SBOTerm |
Products ID MetaID SBOTerm |
Modifiers ID MetaID SBOTerm |
Parameters ID=val MetaID SBOTerm |
Formula SBOTerm |
|||||||||||
| reaction1 | ··· | ··· | reaction1 | False | Ø ⇔ En | ··· |
|
··· | ··· |
|
|||||||||||
| reaction2 | ··· | ··· | reaction2 | False | En + S ⇔ SEn |
|
|
··· | ··· |
|
|||||||||||
| reaction3 | ··· | ··· | reaction3 | False | SEn → En + P |
|
|
··· | ··· |
|
| Variable | ODEs |
| En | En'[t]==(0.5 - 0.1*En[t] - 0.1*En[t]*P[t] - En[t]*S[t] + 1.1*SEn[t])/cell |
| P | P'[t]==(-0.1*En[t]*P[t] + 0.1*SEn[t])/cell |
| S | S'[t]==(-(En[t]*S[t]) + SEn[t])/cell |
| SEn | SEn'[t]==(0.1*En[t]*P[t] + En[t]*S[t] - 1.1*SEn[t])/cell |
| Created by Mathematica (October 28, 2006) |