You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Protein Modules, Signal Transduction, and Synthetic Biology.
73
+
-[SbmlInterface.jl](https://github.com/paulflang/SbmlInterface.jl): Import [SBML](http://sbml.org/Main_Page) models into ModelingToolkit
74
+
- Uses the robust libsbml library for parsing and transforming the SBML
75
+
-[ReactionNetworkImporters.jl](https://github.com/isaacsas/ReactionNetworkImporters.jl): Import various models into ModelingToolkit
76
+
- Supports the BioNetGen `.net` file
77
+
- Supports importing networks specified by stoichiometric matrices
78
+
63
79
## Extension Libraries
64
80
65
81
Because ModelingToolkit.jl is the core foundation of a equation-based modeling
66
82
ecosystem, there is a large set of libraries adding features to this system.
67
83
Below is an incomplete list of extension libraries one may want to be aware of:
68
84
69
-
-[StructuralTransformations.jl](https://github.com/JuliaComputing/StructuralTransformations.jl): Various transformations of models into structurally better versions for improved numerical simulation
70
-
- Pantelides algortihm for index reduction of DAEs
71
-
- Tearing of `ODESystem`s and `NonolinearSystem`s to reduce the numerical
72
-
cost of handling large implicit systems via Newton methods
73
85
-[Catalyst.jl](https://github.com/SciML/Catalyst.jl): Symbolic representations of chemical reactions
74
86
- Symbolically build and represent large systems of chemical reactions
75
87
- Generate code for ODEs, SDEs, continuous-time Markov Chains, and more
@@ -87,22 +99,6 @@ Below is an incomplete list of extension libraries one may want to be aware of:
87
99
- Diffusion limited rates. Sensitivity analysis for all reactors.
88
100
- Flux diagrams with molecular images (if molecular information is provided).
89
101
90
-
## Model Import Formats
91
-
92
-
-[CellMLToolkit.jl](https://github.com/SciML/CellMLToolkit.jl): Import [CellML](https://www.cellml.org/) models into ModelingToolkit
93
-
- Repository of more than a thousand pre-made models
94
-
- Focus on biomedical models in areas such as: Calcium Dynamics,
0 commit comments