Git Product home page Git Product logo

activemonitr's Introduction

Modeling of costs and risks of active monitoring

DOI

This repository houses code and data for the preprint manuscript "Reducing the threat of imported infectious disease outbreaks with active monitoring" by Nicholas Reich, Justin Lessler, Jay Varma, and Neil Vora. The manuscript is currently under review.

The repository is in the form of an R package, which can be installed using the following commands. You only need to run the first line if you don't already have the devtools package installed.

install.packages('devtools')
devtools::install_github('reichlab/activemonitr')

Manuscript

Code to run the analyses for the manuscript can be found in: activemonitr/inst/analysis-code/

The manuscript itself is dynamically generated, reproducible, and can be found in: activemonitr/inst/manuscript/

Web app

The code for the Shiny app that accompanies the publication can be found in: activemonitr/inst/shiny/

Data

Raw data used for the analyses can be found in: activemonitr/inst/raw-data/ The data used has been aggregated from several publications and a public data repository, including

  • Virlogeux, V., Park, M., Wu, J. T. & Cowling, B. J. Association between Severity of MERS-CoV Infection and Incubation Period. Emerging Infectious Diseases 22, (2016).
  • Virlogeux V, Park M, Wu JTK, Cowling BJ (2015) Data from: Association between severity of MERS-CoV infection and incubation period. Dryad Digital Repository. [http://dx.doi.org/10.5061/dryad.v3546]
  • Nishiura, H. Determination of the appropriate quarantine period following smallpox exposure: an objective approach using the incubation period distribution. Int J Hyg Environ Health 212, 97–104 (2009).
  • Nishiura, H. & Eichner, M. Infectiousness of smallpox relative to disease age: estimates based on transmission network and incubation period. Epidemiol. Infect. 135, 1145–1150 (2007).
  • Faye, O. et al. Chains of transmission and control of Ebola virus disease in Conakry, Guinea, in 2014: an observational study. The Lancet Infectious Diseases 15, 320–326 (2015).

activemonitr's People

Contributors

nickreich avatar salauer avatar xuelianli avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

activemonitr's Issues

Set theme of ggplot2

Can we do a

theme_set(theme_bw()) 

call somewhere in the app, so the ggplot2 theme is set for the plot on the main page...

correct 'sep' issue for backwards compatibility with shiny

From steve:

I've deployed the app, with one caveat: we have an older version of shiny running that does not allow the sep argument in sliderInput, so in ui.R I removed the sep argument, i.e. I changed:

sliderInput("plot1_mdtime", "Monitoring Duration (days)",
min=0, max=30, value=c(5, 25),
sep=""),

to:

sliderInput("plot1_mdtime", "Monitoring Duration (days)",
min=0, max=30, value=c(5, 25)),

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.