API documentation
Catalyst.ReactionSystem
— MethodReactionSystem(model::SBML.Model; kwargs...)
Create a ReactionSystem
from an SBML.Model
.
See also ODESystem
.
ModelingToolkit.ODESystem
— MethodODESystem(model::SBML.Model; include_zero_odes = true, kwargs...)
Create an ODESystem
from an SBML.Model
.
See also ReactionSystem
.
SBMLToolkit.DefaultImporter
— TypeDefaultImporter to use in conjunction with readSBML
SBMLToolkit.ODESystemImporter
— TypeODESystemImporter to use in conjunction with readSBML
SBMLToolkit.ReactionSystemImporter
— TypeReactionSystemImporter to use in conjunction with readSBML
SBML.readSBML
— MethodreadSBML(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
— MethodreadSBML(sbmlfile::String, ::ODESystemImporter)
Create a ModelingToolkit.ODESystem
from an SBML file, using the default import settings.
See also Model
and ODESystemImporter
.
SBML.readSBML
— MethodreadSBML(sbmlfile::String, ::ReactionSystemImporter)
Create a Catalyst.ReactionSystem
from an SBML file, using the default import settings.
See also Model
and ReactionSystemImporter
.
SBMLToolkit.checksupport_file
— Methodchecksupport_file(filename::String)
Check if SBML file is supported by SBMLToolkit.jl.
SBMLToolkit.checksupport_string
— Methodchecksupport_string(filename::String)
Check if SBML passed as string is supported by SBMLToolkit.jl.