Skip to content

klaff/Pathogen.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathogen.jl

DOI Latest Release Build Status License

Authors: Justin Angevaare, Zeny Feng, Rob Deardon

Epidemic curve

Pathogen.jl is a Julia software package for individual level models of infectious diseases (Deardon et al, 2010). It's capabilities include stochastic simulation and [Bayesian] inference of SEIR, SEI, SIR, and SI individual level models, with fully customizable functions describing individual specific transition rates between disease states (i.e. form of, and relevant risk factors to, susceptibility, transmissibility, transmissability, latency, removal, and sparks functions). Pathogen.jl is written purely in Julia, which enables this generality without incurring performance costs.

MCMC

Pathogen.jl infers transmission pathways (i.e. who-infected-who). This inference is completed using a Gibbs step in our specialized MCMC algorithm. This specialized MCMC algorithm also performs event time data augmentation. A detailed overview of this algorithm can be found here.

Posterior Transmission Network

Examples of Pathogen.jl workflow are included in the examples directory as a Jupyter notebooks.

  1. SIR simulation, inference, and visualization Epidemic simulation

More information

This package is detailed in this preprint article.

@article{pathogenjl,
  title={Infectious Disease Transmission Network Modelling with {Julia}},
  author={Justin Angevaare and Zeny Feng and Rob Deardon},
  year={2020},
  eprint={2002.05850},
  archivePrefix={arXiv},
  url = {https://arxiv.org/abs/2002.05850}}

About

Simulation, visualization, and inference tools for modelling the spread of infectious diseases with Julia

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%