API Reference¶
Reaction diffusion equations¶
Solve a system of reaction-diffusion equations in space and time. |
|
Function for use with rd_solve() for constant diffusion coefficients. |
Stochastic simulation algorithms¶
Uses the Gillespie stochastic simulation algorithm to sample from probability distribution of particle counts over time. |
Visualization functions¶
Plots the phase portrait for a 2D dynamical system in the u-v plane. |
|
Draws streamlines of a vector field. |
|
Create an interactive plot some the output of rd_solve(). |
|
Create an interactive x-y plot in Bokeh. |
Regulatory functions¶
Dimensionless production rate for a gene activated by x. |
|
Dimensionless production rate for a gene repressed by x. |
|
Dimensionless production rate for a gene regulated by two activators with AND logic in the absence of leakage. |
|
Dimensionless production rate for a gene regulated by two activators with OR logic in the absence of leakage. |
|
Dimensionless production rate for a gene regulated by two activators with OR logic in the absence of leakage with single occupancy. |
|
Dimensionless production rate for a gene regulated by two repressors with AND logic in the absence of leakage. |
|
Dimensionless production rate for a gene regulated by two repressors with OR logic in the absence of leakage. |
|
Dimensionless production rate for a gene regulated by two repressors with AND logic in the absence of leakage with single occupancy. |
|
Dimensionless production rate for a gene regulated by one activator and one repressor with AND logic in the absence of leakage. |
|
Dimensionless production rate for a gene regulated by one activator and one repressor with OR logic in the absence of leakage. |
|
Dimensionless production rate for a gene regulated by one activator and one repressor with AND logic in the absence of leakage with single occupancy. |
|
Dimensionless production rate for a gene regulated by one activator and one repressor with OR logic in the absence of leakage with single occupancy. |
Interactive applications¶
Create a Bokeh app for exploring the dynamics of feed-forward loops in response to a step input. |
|
Create a Bokeh app for exploring promiscuous ligand-receptor binding for a system with two types of receptor A, two types of receptor B, and two ligands. |