Home / Trials

AGILE (long-term follow-up): reconstructed Kaplan–Meier curves

Updated 2026-09-25 · reconstructed by TrialCurve from a CC BY-licensed publication

Long-term results from the AGILE study of azacitidine plus ivosidenib vs placebo in newly diagnosed IDH1-mutated AML. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationBlood Adv. 2025 Jul 28;9(20):5177–89. doi: 10.1182/bloodadvances.2025016399
DOI10.1182/bloodadvances.2025016399
RegistryNCT03173248
PhasePhase 3
ConditionsNewly Diagnosed Acute Myeloid Leukemia (AML), Untreated AML, AML Arising From Myelodysplastic Syndrome (MDS), Leukemia, Myeloid, Acute
InterventionsAG-120, Placebo, Azacitidine
SponsorInstitut de Recherches Internationales Servier
Enrolment146
Source licenceFigure published under CC BY 4.0

Overall survival — ITT population

From figure panel A · validated against the values printed on the figure · curve source: vision model

Reconstructed from the published curve. Median: Ivosidenib + azacitidine 29.3 months; Placebo + azacitidine 8.0 months. Survival at 18 months: Ivosidenib + azacitidine 58%; Placebo + azacitidine 29%. Hazard ratio Ivosidenib + azacitidine vs Placebo + azacitidine 0.43 (95% CI 0.28–0.65).

0%20%40%60%80%100%0612182430364248MonthsIvosidenib + azacitidinePlacebo + azacitidine
ArmNEventsMedian (Months)
Ivosidenib + azacitidine733729.3
Placebo + azacitidine75588.0

Landmark survival (reconstructed)

TimeIvosidenib + azacitidinePlacebo + azacitidine
6 mo73.1%53.6%
12 mo62.9%38.5%
18 mo58.3%29.3%
24 mo54.9%17.6%
36 mo41.0%12.1%
48 mo35.9%—

Checks against the published figure

Download pseudo-IPD (CSV)

About these data

Pseudo-IPD reproduces the published curves and numbers at risk; the rows are not real patients. Cite the publication (DOI above) and TrialCurve. The source figure is © the authors (CC BY 4.0); the charts here are redrawn from the reconstruction.

Load these data in R or Python
# R
library(survival)
d <- read.csv("https://trialcurve.com/data/trials/agile-long-term-follow-up-1.csv")
survfit(Surv(time, event) ~ arm, data = d)
coxph(Surv(time, event) ~ arm, data = d)

# Python
import pandas as pd
from lifelines import KaplanMeierFitter
d = pd.read_csv("https://trialcurve.com/data/trials/agile-long-term-follow-up-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: Blood Adv. 2025 Jul 28;9(20):5177–89. doi: 10.1182/bloodadvances.2025016399 doi:10.1182/bloodadvances.2025016399. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/agile-long-term-follow-up

Report a problem with these data

Related trials

Need reconstructed data for other trials? Upload any Kaplan–Meier figure, or ask about the TrialCurve oncology library.

Reconstruct a figure Browse all trials