pySTDLM.SBMLReader#
Functions
|
|
|
|
|
|
|
Read an SBML file for the reaction model for a CME simulation |
|
Read an SBML file for the reaction model for a RDME simulation |
|
Read an SBML file for the reaction model into a specific region of the RDME simulation |
|
Set the logger to write to the console as the code is working |
|
Set up file handler to print log to file |
|
Set the level of the logger for the application |
- pySTDLM.SBMLReader.readSBMLtoCME(sim, filename)[source]#
Read an SBML file for the reaction model for a CME simulation
- Parameters:
sim – A CMESimulation object
filename – A SBML filename/filepath
- Returns:
The simulation object
- pySTDLM.SBMLReader.readSBMLtoRDME(sim, filename)[source]#
Read an SBML file for the reaction model for a RDME simulation
- Parameters:
sim – A RDMESimulation object
filename – A SBML filename/filepath
- Returns:
The simulation object
- pySTDLM.SBMLReader.readSBMLtoRegion(sim, region, filename)[source]#
Read an SBML file for the reaction model into a specific region of the RDME simulation
- Parameters:
sim – A RDMESimulation object
region – A region name that already exists in the RDMESimulation
filename – A SBML filename/filepath
- Returns:
The simulation object