Skip to content

YangLab-um/mitotic-waves-stochastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Julia script for stochastic simulation of cell cycle oscillations in 0D and 1D. This supplements and cross-checks the simulation by the main repository of our research.

To run the Gillespie's SSA to generate realizations of Cdk1 dynamics time series, use cell_cycle_2ode from src/gillespie.jl. The following example generates stochastic trajectories shown in Fig. S6.

cd mitotic-waves-stochastic
mkdir data
julia --project=. scripts/ssa.jl

The implemented cell cycle dynamics follows the model by Yang el al. (2013).

Mitotic waves can be simulated using cell_cycle_2ode from src/waves.jl. Refer to the following script file.

julia --project=. scripts/langevin.jl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages