BioSimulator.jl

A stochastic simulation framework in Julia.
Author alanderos91
Popularity
30 Stars
Updated Last
2 Years Ago
Started In
February 2017

BioSimulator.jl

A stochastic simulation framework in Julia.

Documentation Build Status Code Coverage
Stable Latest Travis Appveyor Coverage Status codecov.io

Installation

using Pkg
Pkg.add("https://github.com/alanderos91/BioSimulator.jl.git")

Documentation

  • STABLEmost recently tagged version of the documentation.
  • LATESTin-development version of the documentation.

Project Status

Citation

If you use BioSimulator.jl in an academic manuscript, please cite:

Landeros A, Stutz, T, Keys, KL, Alekseyenko, A, Sinsheimer, JS, Lange, K, & Sehl, ME (2018) BioSimulator. jl: Stochastic simulation in Julia. Computer Methods and Programs in Biomedicine 167, 23-35. (journal)(preprint)

@article{landeros2018biosimulator,
    title     = {{BioSimulator.jl: Stochastic simulation in Julia}},
    author    = {Landeros, Alfonso and Stutz, Timothy and Keys, Kevin L and Alekseyenko, Alexander and Sinsheimer, Janet S and Lange, Kenneth and Sehl, Mary E},
    journal   = {{Computer Methods and Programs in Biomedicine}},
    volume    = {167},
    pages     = {23--35},
    year      = {2018},
    publisher = {Elsevier}
}

Contributing