|
__init__(self,
document=None,
filename=None,
history=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
none
|
__buildGraph(self)
Reads a model and returns a directed bipartite graph containing the
reactions and species in the file. |
source code
|
|
({str}{str})
|
__buildMaps(self,
model)
Creates the dicts for the mapping of species to names and the other
way round. |
source code
|
|
[str]
|
|
([string],[string])
|
inspectKineticLaw(self,
reaction,
species,
globalParameters)
Examines the formula of a kinetic law and returns lists of the
substrates and parameters. |
source code
|
|
|
writeSBML(self,
filename)
Writes SBML document to a file and automatically determines the
filename if wanted. |
source code
|
|
|
|
sbml.SBMLDocuments
|
readSBML(self,
filename,
verbose=False)
Reads SBML document from a file or a string and checks if the
document is consistent. |
source code
|
|