Rabies virus incubation and clinical period durations.

Supplementary dataset 1 of Mollentze et al. (2020), Virulence mismatches in index hosts shape the outcomes of cross-species transmission, PNAS.

This R Shiny app provides parametric distribution fits for all possible combinations of reservoir and recipient species for which data were found. To access the underlying data, see supplementary dataset 2.

Requirements

The only requirement is R. All required R libraries will be installed automatically using the code below.

Usage

To install required libraries and launch the app, run:

R -e "packrat::init(); packrat::restore(); shiny::runApp(launch.browser=TRUE)"