ashokkrish / spatialEpisim

spatialEpisim: Spatial Tracking of Infectious Disease Epidemics using Mathematical Models
GNU General Public License v3.0
9 stars 4 forks source link
covid-19 ebola-outbreak mathematical-modelling r-shiny spatial-epidemiology worldpop-raster-data

spatialEpisim: Spatial Tracking of Infectious Diseases using Mathematical Models

Overview

spatialEpisim is an open-source platform-independent browser-based interface for tracking the spatial spread of infectious diseases (ex: COVID-19, Ebola, Measles etc.).

Run the app on Shinyapp.io server by clicking https://ashokkrish.shinyapps.io/spatialepisim/.

To run the application locally you'll need a copy of the software. Download an archived version of the repository or a release (if available) from the GitHub web interface, or clone the repository using Git or your IDE tools, then run the app locally. To run the Shiny application follow whatever procedure is correct for your environment (in RStudio you may use the "Run App" button) after loading global.R.

Note that the spatialEpisim project is not available on CRAN, Bioconductor, or r-forge: it is only distributed through GitHub.

Key features

Compartmental Models

Schematic Diagram of the SVEIRD Model

Model Parameters

Parameter Definition
α is the daily fraction that move from the susceptible compartment into the vaccinated compartment. (Vaccinated individuals are regarded as permanently immune.)
β is the daily fraction that move from the susceptible compartment into the exposed compartment.
γ is the daily fraction that move from the exposed compartment into the infectious compartment.
σ is the daily fraction that move from the infectious compartment into the recovered compartment. (Recovered individuals are regarded as permanently immune.)
δ is the daily fraction that move from the infectious into the dead compartment (the mortality rate).

Note: Setting α = 0 and δ = 0 would default to a SEIR model while setting only α = 0 would default to a SEIRD model.

Directory structure

/
|---R/
|---gadm/
|---misc/
|---observeddata/
|---seeddata/
|---tif/
|   |---cropped/
|---www/
|   |---MP4/
|

Credits

This interactive R Shiny app would not be possible without the help from our team of research assistants Michael Myer, Tobias Wondwossen, Khanh Le, Bryce Carson, Tom Bayliss White, Gursimran Dhaliwal, Crystal Wai, Jake Doody, Timothy Pulfer, Ryan Darby and Jason Szeto. I thank them for their time and hardwork.

We acknowledge valuable inputs from Dr. Bedrich Sousedik and Dr. Loren Cobb.

References

L. Cobb, A. Krishnamurthy, J. Mandel, and J. Beezley. Bayesian tracking of emerging epidemics using ensemble optimal statistical interpolation (EnOSI).Spatial and Spatio-temporal Epidemiology, 10:39–48, July 2014. https://doi.org/10.1016/j.sste.2014.06.004

Feedback

The app is maintained by Dr. Ashok Krishnamurthy.

Contact: Ashok Krishnamurthy, Ph.D.
Website: https://bit.ly/2YKrXjX

We welcome questions, insights, and feedback. We accept contributions via pull request. You can also open an issue if you find a bug, or have a suggestion.

License

See the LICENSE file for instructions on copying, redistribution, and your rights concerning the aas a user.