![]() |
pyLM
v1.1
A Python Problem Solving Environment for the simulation of stochastic biological systems
|
Functions | |
def | getReactionString |
Write a reaction to a string with the correct units. More... | |
def | writeTable |
Write an HTML formatted table to a string. More... | |
def | displayRDMESetup |
Display an RDME initial conditions in a Jupyter Notebook using ipywidgets. More... | |
def pyLM.ipyInterface.displayRDMESetup | ( | filename, | |
continuous_update = True |
|||
) |
def pyLM.ipyInterface.getReactionString | ( | rct, | |
prd, | |||
rate | |||
) |
Write a reaction to a string with the correct units.
rct | Reactants tuple or string |
prd | Products tuple or string |
rate | The rate constant |
def pyLM.ipyInterface.writeTable | ( | columnNames, | |
rows | |||
) |
Write an HTML formatted table to a string.
columnNames | The name of the columns for the table |
rows | A list of tuples each of the same length as columnNames |