A curated database for animal disease modelling, that contains data on infectious periods, transmission rates, pathogen survival, diagnostic tests, prevalence, and control measures for multiple livestock diseases.
Originally developed by the BIOSECURE consortium through a semi-systematic literature review. For more information on the methodology, see the accompanying publication:
Antonopoulos, Alistair and Ciria Artiga, Natalia and Regan, Áine and Tubay, Jerrold and Ciaravino, Giovanna and Hayes, Brandon H. and Lambert, Sebastien and Vergne, Timothée and Velkers, Francisca and Biebaut, Evelien and Viltrop, Arvo and Dewulf, Jeroen and Charlier, Johannes and Fischer, Egil A.J. and Allepuz, Alberto, PARAMETRA: A Transmission Modelling Database for Livestock Diseases (January 31, 2024). Available at SSRN: https://ssrn.com/abstract=5137563 or http://dx.doi.org/10.2139/ssrn.5137563
The database continues to grow thanks to user contributions via the PARAMETRA submission form.
The availability of parameters by pathogen, parameter type, year and study type can be visualized here.
How to use it
Download Excel file
Click here to download parametra as an Excel file. This file can also be found at data-raw/parametra.xlsx
.
Installation as an R package
# install.packages("devtools")
devtools::install_github("BIOSECURE-EU/parametra")
URL Data Access
Access the database and individual sheets directly in R or other programming environments for livestock disease transmission modeling.
Download CSV files in R
- Navigate to the CSV file in
data-raw/tables
- Click raw in the top right
- Copy the link (starting with https://raw.githubusercontent.com/..)
Example: Download parametra_long.csv
(containing all parameter tables) directly in R:
data<-read.csv("https://raw.githubusercontent.com/BIOSECURE-EU/parametra/refs/heads/main/data-raw/parametra_long.csv")
Or in Python:
Database Structure
Each PARAMETRA entry contains a parameter, pathogen, and reference. Additional information varies by parameter type and may include host species, study type, value, and upper and lower confidence intervals. It is organized in the following tables:
- Transmission: Reproduction number, transmission parameter, probability of infection given direct/indirect contact, probability of reactivation of latent infection, other
- Infectious/Latent/Incubation: Infectious period, latent period, incubation period, shape, other
- Pathogen survival: Pathogen survival on various surfaces and disinfection procedures
- Diagnostic Test: Specificity, sensitivity
- Within Herd Prevalence: Within herd prevalence
- Regional Prevalence: Herd prevalence, global prevalence
- Control Plan: Voluntary or compulsory national and regional control plans
- Other Relevant Information: Other relevant parameters for modelling
All this tables are aggregated in parametra_long. You can find their full documentation here.
Crossref
The parametra_crossref table contains bibliographic information found on Crossref for all references (“ref”) cited in the database.
Complementary tables
Only available in the excel file:
- LOT (List of Terms): List of terms used in the database and their meanings
- Change log: Tracks modifications, updates, and version history
- Endemic pathogens: List of endemic pathogens and parameter availability summary
- Epidemic pathogens: List of epidemic pathogens and parameter availability summary
- AMR pathogens: List of antimicrobial resistance pathogens and parameter availability summary
How to Submit New Parameters
There are two ways to contribute new parameters to the PARAMETRA database:
Option 1: Single Parameter Submission
- Visit the PARAMETRA submission form
- Fill in the required fields for your single parameter entry
- Submit the form
Option 2: Bulk Submission (Excel Template)
- Download the Excel template
- Fill out the Excel template with your parameter entries, using PARAMETRA database as a reference for proper formatting.
- Upload the file through the PARAMETRA submission form
All submissions will be reviewed by PARAMETRA administrators before being added to the database to ensure data quality and consistency.
Contact
- Natalia Ciria Artiga: Natalia.Ciria@uab.cat
- Alistair Antonopoulos: Alistair@kreavet.com
Acknowledgments
PARAMETRA was developed as part of the BIOSECURE Project, funded from the European Union’s HORIZON Europe FARM2FORK project.