API documentation
Catalyst.ReactionSystem — Method
ReactionSystem(model::SBML.Model; kwargs...)Create a ReactionSystem from an SBML.Model.
See also ODESystem.
ModelingToolkitBase.ODESystem — Method
ODESystem(model::SBML.Model; include_zero_odes = true, kwargs...)Create an ODESystem from an SBML.Model.
See also ReactionSystem.
SBMLToolkit.DefaultImporter — Type
DefaultImporter to use in conjunction with readSBML
SBMLToolkit.ODESystemImporter — Type
ODESystemImporter to use in conjunction with readSBML
SBMLToolkit.ReactionSystemImporter — Type
ReactionSystemImporter to use in conjunction with readSBML
SBML.readSBML — Method
readSBML(sbmlfile::String, ::DefaultImporter)Create a SBML.Model from an SBML file, using the default import settings for use as Catalyst and ModelingToolkit types.
See also Model and DefaultImporter.
SBML.readSBML — Method
readSBML(sbmlfile::String, ::ODESystemImporter)Create a ModelingToolkit.ODESystem from an SBML file, using the default import settings.
See also Model and ODESystemImporter.
SBML.readSBML — Method
readSBML(sbmlfile::String, ::ReactionSystemImporter)Create a Catalyst.ReactionSystem from an SBML file, using the default import settings.
See also Model and ReactionSystemImporter.
SBMLToolkit.checksupport_file — Method
checksupport_file(filename::String)Check if SBML file is supported by SBMLToolkit.jl.
SBMLToolkit.checksupport_string — Method
checksupport_string(filename::String)Check if SBML passed as string is supported by SBMLToolkit.jl.