Skip to content

parker-group/DireDawa_Seroepi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

High Seroprevalence of Antibodies to Dengue, Chikungunya, and Zika Viruses in Dire Dawa, Ethiopia: A Cross-Sectional Survey in 2024

This repository contains the full analytical workflow and data used in our cross-sectional serological survey conducted in Dire Dawa, Ethiopia. The study examines IgG and IgM responses to dengue virus (DENV), chikungunya virus (CHIKV), and Zika virus (ZIKV) in 2024.


Repository Structure

DireDawa_Seroepi/
├── data/
│   ├── DireDawa_SeroEpi24.csv         # Primary dataset (Dire Dawa)
│   └── AddisAbaba_SeroEpi24.csv       # Comparison dataset (Addis Ababa)
├── docs/
│   └── data_dictionary.md             # Description of variables used in the dataset
├── scripts/
│   ├── OverallSeroprevEstimates.r     # Overall IgG and IgM seroprevalence estimates with bootstrapped CIs
│   ├── AgeSpecificSeroDireDawa.r      # Age-specific seropositivity and plots (Dire Dawa)
│   ├── AgeSpecificSero_Addis.r        # Same analysis for Addis Ababa data
│   ├── GEE_AgeSpecificSero.r          # GEE with splines to model seropositivity by age
│   └── CrossReactivityICC.r           # Mixed models, correlation matrix, and ICC clustering estimates
└── README.md

Scripts and Workflow

Estimates overall IgG and IgM seroprevalence for DENV, CHIKV, and ZIKV. Includes bootstrap confidence intervals based on both individual and household-level resampling.

Calculates seroprevalence by age group in Dire Dawa and generates bar plots for IgG and IgM.

Performs the same age-specific analysis on the Addis Ababa comparison dataset.

Fits Generalized Estimating Equation (GEE) models with natural splines to estimate age-specific seropositivity trends.

  • Uses linear mixed models to evaluate cross-reactivity between DENV, ZIKV, and CHIKV IgG and IgM values.
  • Generates a Spearman correlation heatmap across all antibody pairs.
  • Calculates intra-class correlation coefficients (ICCs) to evaluate household clustering of antibody responses.

Data


Citation

If you use this repository, please cite:

Parker DM, et al. High Seroprevalence of Antibodies to Dengue, Chikungunya, and Zika Viruses in Dire Dawa, Ethiopia: A Cross-Sectional Survey in 2024. DOI: https://doi.org/10.1371/journal.pntd.0013357

Releases

No releases published

Packages

 
 
 

Contributors

Languages