Getting started

Our aim is to help change how analytics are used in the global infectious disease response, moving towards integrated, generalisable and scalable community-driven software.

Quickstart

To install and load all the latest stable versions, as released on CRAN, install the epiverse meta-package as follows:

pak::pak('epiverse-trace/epiverse')
library(epiverse)

# Loading required package: cfr
# Loading required package: cleanepi
# Loading required package: finalsize
# Loading required package: linelist

This will allow you to start using these packages in your analyses. You can then follow the quick starts for the respective packages:

Roadmap

More packages are in development, but not yet with a stable release. our roadmap is to cover early through late tasks :

A typical epidemiological pipeline presented as a flowchart. Each box corresponds to a specific task (e.g., "reconstruct transmission chains", or "estimate severity"). The tasks are split into three categories based on the position in the data pipeline: early tasks, middle tasks and late tasks.

Epiverse-TRACE packages

We are developing the following packages. These are built on methods and analysis that have informed epidemic response to infections including cholera, COVID, dengue, diphtheria, Ebola, influenza, and Zika.

Early tasks

Middle tasks

Late tasks

readepi logo

Import data

ColOpenData logo

Access and manipulate Colombian data

cleanepi logo

Clean imported data

simulist logo

Simulate outbreak data

linelist logo

Tag and validate individual data

epiparameter logo

Access epidemiological parameters

sivirep logo

Generate automated report for SIVIGILA data

episoap logo

Use curated pipelines

cfr logo

Estimate disease severity

serofoi logo

Estimate force of infection from serology

epiCo logo

Tools for vector-borne infections

iraca logo

Simulate vector-borne outbreaks

epichains logo

Simulation and analysis of transmission chains

superspreading logo

Analysis of transmission variation

finalsize logo

Calculate epidemic final size

epidemics logo

Simulate epidemic dynamics

vaccineff logo

Analyze vaccine efficacy

Install development versions using the following command in R:

pak::pak('epiverse-trace/<package-name>')

This will install the development version for you to try out. Please note that these may change until they have a stable release.