This report is built on a SYNTHETIC dataset and is intended for methodology demonstration only. It must not be used for real clinical decision-making.
Individual-level MalariaGEN severe malaria host genotype and clinical data (the “Genome-wide study of resistance to severe malaria in eleven populations”) requires formal EGA Data Access Committee approval and was not obtainable within this project’s timeframe — appropriate given this is identifiable human genetic and clinical data. The freely available MalariaGEN release for this study contains only aggregate per-SNP summary statistics, with no individual patient rows and no clinical variables (parasitemia, hemoglobin, coma status, etc.).
The dataset used below is a clearly labeled synthetic dataset. Genetic effect sizes are grounded in real, cited published values where available:
Countries modeled as epidemiologically homogeneous: with genuine country-specific grounding available for only Gambia (and partial confirmation for Mali/Kenya), the other 12 West African countries in this dataset share identical true model parameters. Any small country-to-country differences visible in the raw data are sampling noise, not modeled effects, and should not be over-interpreted.
This report presents a logistic regression model estimating severe malaria risk from host genetic markers (HbS sickle trait, ABO blood group) and routinely collected clinical variables (age, parasitemia, hemoglobin), intended to demonstrate the statistical methodology a real West African triage support tool would require. Trained on 2100 synthetic patients and evaluated on a held-out set of 900 patients never seen during model fitting, the model achieves an AUC of approximately 0.77 (see Results) with good calibration across risk deciles. Sickle trait (HbAS) and blood group O were both directionally protective as expected from the literature, though only HbAS reached statistical significance in this sample. Parasitemia, low hemoglobin, and younger age were the strongest predictors of severe disease, consistent with established clinical knowledge.
3000 synthetic patients across 15 West African countries (Cabo Verde excluded due to distinct, near-eliminated malaria transmission epidemiology). See Data Provenance Notice above.
| Variable | Description | Source tier |
|---|---|---|
| HbS genotype | AA (wild-type) / AS (carrier) / SS (sickle cell disease) | Mixed (see notice) |
| ABO group O | Blood group O vs. non-O | Representative |
| Age (years) | Patient age at presentation | Clinical |
| log10 parasitemia | Presenting parasite density | Clinical |
| Hemoglobin (g/dL) | Presenting hemoglobin level | Clinical |
Multivariable logistic regression, fit using Firth’s
penalized likelihood method (logistf package)
rather than standard maximum likelihood. This choice was necessary and
is reported transparently: an initial standard glm() fit
encountered complete separation in the HbSS stratum
(zero severe-malaria events among HbSS patients in the training set),
producing a numerically meaningless coefficient (unbounded estimate, 95%
CI extending to millions). Firth’s method corrects this by construction,
without requiring the HbSS category to be collapsed into HbAS or
excluded from the model.
The model was trained on a random 70% split of the data (stratified by outcome) and evaluated exclusively on the remaining, untouched 30% test set, following standard practice to avoid overstating performance via in-sample evaluation.
| Predictor | Odds Ratio | 95% CI Lower | 95% CI Upper | P value | |
|---|---|---|---|---|---|
| hbs_genotypeAS | HbS genotype: AS (vs. AA) | 0.247 | 0.099 | 0.517 | 0.0001 |
| hbs_genotypeSS | HbS genotype: SS (vs. AA) | 0.392 | 0.003 | 3.100 | 0.4571 |
| abo_group_O | ABO group O (vs. non-O) | 0.874 | 0.623 | 1.222 | 0.4311 |
| age_years | Age (per year) | 0.868 | 0.808 | 0.929 | 0.0000 |
| log10_parasitemia | Parasitemia (per log10 unit) | 2.116 | 1.762 | 2.556 | 0.0000 |
| hemoglobin_gdl | Hemoglobin (per g/dL) | 0.687 | 0.632 | 0.744 | 0.0000 |
Interpretation:
Test-set AUC = 0.766, evaluated on 900 patients not used in model fitting. An AUC in this range is generally considered clinically useful for a triage/risk stratification tool, though real-world validation on genuinely independent clinical data (not simulation) would be required before any deployment.
Calibration was strong across all deciles, including the highest-risk group (predicted ≈ 0.30, observed ≈ 0.30). This means the model’s stated probabilities can be trusted as approximately accurate risk estimates, not just useful for ranking patients relative to each other — an important distinction for a clinical tool where a specific percentage might inform a real triage threshold.
This report demonstrates a complete, methodologically sound pipeline for a malaria severity triage model — including honest handling of a real statistical failure mode (complete separation in the HbSS stratum), held-out test set evaluation rather than in-sample metrics, and transparent labeling of which effect sizes are genuinely literature-grounded versus representative estimates. Real-world deployment of a tool like this would require the actual MalariaGEN individual-level dataset (via EGA Data Access Committee approval) and prospective clinical validation, neither of which substitute for the synthetic exercise presented here.