sbmlImport_getParametersFromSBML: Extract parameters from SBML

View source: R/dMod-import.R

sbmlImport_getParametersFromSBMLR Documentation

Extract parameters from SBML

Description

Assumes the parameters are given numerically

Usage

sbmlImport_getParametersFromSBML(modelfile)

Arguments

modelfile

Path to SBML file

Value

petab_parameters() with scale = "lin" and estimate = 0

Author(s)

Daniel Lill (daniel.lill@physik.uni-freiburg.de)

See Also

Other SBML import: sbmlImport_getCompartmentsFromSBML(), smblImport_replaceFunctions()

Examples

modelfile <- file.path(petab_examplePath("01", "pe"), "model_petab.xml")
sbmlImport_getCompartmentsFromSBML(modelfile)

dlill/petab documentation built on Oct. 9, 2022, 3:07 p.m.