Skip to content

bnediction/BooleanNetworks.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Julia by programming usual computations over Boolean networks

Comments welcome :-)

Implemented feaures

Fully-asynchronous simulation

Compute probabilities of reachable attractors using random walk using the fully asynchronous update mode (one node updated at a time).

See examples/fasync_tumour_invasion.jl:

julia --project=. examples/fasync_tumour_invasion.jl

The implementation supports threads:

julia -t auto --project=. examples/fasync_tumour_invasion.jl

Releases

No releases published

Packages

No packages published

Languages