Miscellaneous Functions
- roadrunner.getCopyrightStr()
Returns the copyright string
- roadrunner.getVersionStr()
Returns the version string
- static roadrunner.RoadRunner_getExtendedVersionInfo()
getVersionStr()
with infomation about dependent libs versions.
- static roadrunner.RoadRunner_getParamPromotedSBML(*args)
Takes an SBML document (in textual form) and changes all of the local parameters to be global parameters.
- Parameters:
SBML (str) – the contents of an SBML document
- Return type:
str
- roadrunner.validateSBML(*args)
Given a string, check whether the string is a valid SBML string. Raises exception if the string is not a valid SBML string.
- Parameters:
SBML (str) – the contents of an SBML document
- roadrunner.listTestModels()
Lists all the test models.
- roadrunner.loadTestModel(name)
Load a test model given a name.
- Parameters:
name (str) – name of the test model