Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

Clinically significant Candida in adults at a Mexican tertiary hospital, 2016–2025: de-identified dataset and analysis code

Domaine:

healthcare

Type de record:

dataset
Créateur:
BriDe GomMar
Éditeur:
Zenodo
Hôte:avatar

This deposit supports the article Decade-Long Dynamics of Clinically Significant Candida in Adults at a Mexican Tertiary University Hospital, 2016–2025: Incidence, Species Distribution, and Pandemic-Era Trends.

It contains de-identified, isolate-level records of clinically significant Candida disease, together with monthly aggregate counts, the monthly hospital denominators, the regional COVID-19 series used in the time-series analyses, and the full R analysis pipeline (code/). The data and code reproduce the species-distribution, fluconazole-susceptibility, incidence, time-series, and mortality results reported in the article.

Setting

Single centre: Antiguo Hospital Civil de Guadalajara "Fray Antonio Alcalde," Jalisco, Mexico. Isolates were collected from 2016 through early 2026; the longitudinal analyses cover 2016–2025. The data are retrospective and were collected during routine clinical care.

Files

FileDescription
candida_invasive_isolates_deidentified.csvOne row per Candida isolate (3,505 isolates, 39 variables).
monthly_significant_counts.csvMonthly counts of significant isolates by age stratum (for incidence/time-series).
monthly_hospital_denominators.csvMonthly admissions and patient-days (total / adult / pediatric).
monthly_covid_jalisco.csvMonthly laboratory-confirmed COVID-19 activity for Jalisco.
DATA_DICTIONARY.mdVariable-by-variable codebook for all files.
CITATION.cffMachine-readable citation metadata.
CHECKSUMS.txtSHA-256 checksums and expected dimensions for integrity checking.
LICENSELicence terms (CC BY 4.0).
code/Full R analysis pipeline, helper functions, classification catalogs, and manuscript build scripts.

Code

The code/ folder documents the complete analytical pipeline:

  • code/R/scripts/ — the numbered R pipeline (00–71) that runs import, cleaning, syndrome and cohort classification, incidence and time-series modelling, the COVID-coupling battery, the susceptibility shift-share decomposition, the mortality models, and figure/table generation.

  • code/R/functions/ — shared helper functions.

  • code/config/ — service- and specimen-classification catalogs used by the pipeline.

  • code/scripts/ — manuscript and supplement build scripts.

The pipeline was executed on the institutional source records (raw line lists with direct identifiers), which are not released: under the ethics approval only the de-identified extract in this archive is shared. Paths in the scripts are relative to the project root; the scripts are provided for methodological transparency and review rather than as a turnkey re-run against the de-identified file. No generative-AI code-authoring tools were used to produce the analysis.

Cohorts and key counts

Each level of the funnel can be reconstructed from the variables in the main file:

  • All isolates: 3,505.

  • Clinically significant invasive disease (clinically_significant == TRUE): candidemia, other sterile-site invasive disease, or catheter tip; colonizing isolates excluded.

  • Primary cohort — significant adults (clinically_significant == TRUE & age_group == "adult"): 1,386 (candidemia 935, other sterile-site invasive 327, catheter tip 124). Non-albicans species account for 61.5%; fluconazole non-susceptibility is 23.0% among the 1,280 isolates with a CLSI interpretation.

  • Pediatric stratum (clinically_significant == TRUE & age_group == "pediatric"): 748 (742 within 2016–2025).

De-identification

The data carry no direct identifiers. Patient names and record numbers were removed and replaced by a synthetic record_id. To reduce the risk of re-identification in a single-centre dataset, quasi-identifiers were generalised: exact dates were reduced to calendar year (monthly detail is released only as aggregate counts); age was banded into decades with ages 80 and over top-coded; free-text specimen descriptions were replaced by controlled anatomical categories; species with fewer than 10 isolates were grouped; diagnosis and cause-of-death codes were limited to ICD-10 three-character roots, with rare roots suppressed; and exact length of stay and time-to-death were not released (30- and 90-day mortality indicators are provided instead). Demographic fields that had been reconstructed from patient names were dropped.

Residual re-identification risk from combinations of quasi-identifiers cannot be entirely eliminated for row-level, single-centre clinical data. Reuse is permitted on the condition that no attempt is made to identify individuals.

Reading the data

In R:

d <- read.csv("candida_invasive_isolates_deidentified.csv")
adults <- subset(d, clinically_significant & age_group == "adult")
nrow(adults)                                  # 1386
round(100 * mean(adults$non_albicans), 1)     # 61.5

Monthly incidence (adults), using the aggregate counts and denominators:

counts <- read.csv("monthly_significant_counts.csv")
den    <- read.csv("monthly_hospital_denominators.csv")
adult  <- merge(subset(counts, age_group == "adult"),
                subset(den, stratum == "adult"),
                by.x = "month_start", by.y = "month")
adult$candidemia_per_1000_pd <- 1000 * adult$n_candidemia / adult$patient_days

Visit

doi.org

Languages

Ndasa

Tags

invasive candidiasiscandidemiaCandida glabratafluconazole non-susceptibilityspecies displacement

Licenses

info:eu-repo/semantics/openAccessCreative Commons Attribution 4.0 Internationalhttps://creativecommons.org/licenses/by/4.0/legalcode

Similaires

De-identified minimal dataset for asthma ED presentations at Ambo University Referral Hospital (2024–2025)Dibatag (Ammodorcas clarkii) LEK Survey, Southern Somalia (2024–2025): De-identified Interviews and Analysis CodeHigh diversity of Candida glabrata in a tertiary hospital—Mwanza, TanzaniaEnteric viruses in children hospitalised with acute gastroenteritis, Assiut, Upper Egypt (2021–2022): de-identified dataset and analysis codeIncidence of candidemia and prevalence of azole-resistant candidemia at a tertiary South African hospital – A retrospective laboratory analysis 2016–2020Serial cross-sectional assessment of glycaemic and blood pressure profiles at a KwaZulu-Natal tertiary hospital: A 5-year analysis (2021–2025)

De-identified minimal dataset for asthma ED presentations at Ambo University Referral Hospital (2024–2025)

This OSF project contains the de-identified minimal dataset and accompanying metadata for the manusc

Dibatag (Ammodorcas clarkii) LEK Survey, Southern Somalia (2024–2025): De-identified Interviews and Analysis Code

This deposit contains the de-identified interview dataset and analysis code from the study “Dibatag

High diversity of Candida glabrata in a tertiary hospital—Mwanza, Tanzania

Abstract Candida glabrata is a genetically diverse human pathogenic yeast, whose su

Enteric viruses in children hospitalised with acute gastroenteritis, Assiut, Upper Egypt (2021–2022): de-identified dataset and analysis code

De-identified participant-level data for 100 consecutive children aged 1–60 months admitted with acu

Incidence of candidemia and prevalence of azole-resistant candidemia at a tertiary South African hospital – A retrospective laboratory analysis 2016–2020

Background: Candidemia is associated with high morbidity and mortality. The epidemiology of candidem

Serial cross-sectional assessment of glycaemic and blood pressure profiles at a KwaZulu-Natal tertiary hospital: A 5-year analysis (2021–2025)

Background: Diabetes, hypertension and HIV-associated multimorbidity contribute substantially to Sou