Impact of Pharmacovigilance Interventions Targeting Fluoroquinolones on Antibiotic Use in the Netherlands and the United Kingdom
This repository documents the folder structures and scripts used for the analysis in the study. It is organized into separate directories for PHARMO and CPRD data, as well as sections dedicated to the manuscript and supplementary material.
This directory contains the folder structure and scripts used for analyzing PHARMO data.
The data were processed in a secure virtual environment, following this standardized structure:
0_codelists/
:
Contains code lists used to identify relevant variables, diagnoses, medications, and datasets.1_raw_data/
:
Includes the original raw data2_interim_data/
:
Houses intermediate datasets generated during data preprocessing and transformation.3_clean_data/
:
Contains datasets that are ready for analysis.4_functions/
:
Stores reusable scripts and functions5_preparation/
:
Includes scripts for preparing data for analysis, such as merging, cleaning, or transforming variables.6_analysis/
:
Contains analysis scripts7_outputs/
:
Stores results
This directory contains the folder structure and scripts used for analyzing CPRD GOLD data.
CPRD data were processed in a secure virtual environment, mirroring the structure used for PHARMO data. The standardized format includes:
0_codelists/
:
Contains code lists used to identify relevant variables, diagnoses, medications, and datasets.1_raw_data/
:
Includes the original raw data2_interim_data/
:
Houses intermediate datasets generated during data preprocessing and transformation.3_clean_data/
:
Contains datasets that are ready for analysis.4_functions/
:
Stores reusable scripts and functions5_preparation/
:
Includes scripts for preparing data for analysis, such as merging, cleaning, or transforming variables.6_analysis/
:
Contains analysis scripts7_outputs/
:
Stores results
This directory contains the scripts and data used for the manuscript.
It ensures the reproducibility of the main results presented in the study and includes:
- Analysis scripts specific to manuscript results.
- Outputs such as tables and figures included in the manuscript.
This directory contains scripts and data used for the supplementary material.
It includes additional analyses and outputs that were included in the supplementary material.
This directory centralizes reusable function scripts.
Functions stored here are used across multiple directories (3-manuscript/
and 4-supplement/
).
This directory consolidates all finalized output tables and graphs used in the manuscript and supplementary material.