pyLM  v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
 All Classes Namespaces Files Functions Variables Pages
Functions
pySTDLM.SBMLReader Namespace Reference

Functions

def importSBMLModel
 Helper Functions ##. More...
 
def importSBMLModelL3V1
 
def getRate
 
def readSBMLtoCME
 Read an SBML file for the reaction model for a CME simulation. More...
 
def readSBMLtoRDME
 Read an SBML file for the reaction model for a RDME simulation. More...
 
def readSBMLtoRegion
 Read an SBML file for the reaction model into a specific region of the RDME simulation. More...
 

Function Documentation

def pySTDLM.SBMLReader.getRate (   rxn,
  rcts,
  prds,
  sim,
  globalP,
  globalPV 
)
def pySTDLM.SBMLReader.importSBMLModel (   filename)

Helper Functions ##.

def pySTDLM.SBMLReader.importSBMLModelL3V1 (   model,
  sim,
  region = None 
)
def pySTDLM.SBMLReader.readSBMLtoCME (   sim,
  filename 
)

Read an SBML file for the reaction model for a CME simulation.

Parameters
simA CMESimulation object
filenameA SBML filename/filepath
Returns
The simulation object
def pySTDLM.SBMLReader.readSBMLtoRDME (   sim,
  filename 
)

Read an SBML file for the reaction model for a RDME simulation.

Parameters
simA RDMESimulation object
filenameA SBML filename/filepath
Returns
The simulation object
def pySTDLM.SBMLReader.readSBMLtoRegion (   sim,
  region,
  filename 
)

Read an SBML file for the reaction model into a specific region of the RDME simulation.

Parameters
simA RDMESimulation object
regionA region name that already exists in the RDMESimulation
filenameA SBML filename/filepath
Returns
The simulation object