Home / Trials

REGIRI: reconstructed Kaplan–Meier curves

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

Regorafenib combined with irinotecan as second-line treatment in metastatic gastro-oesophageal adenocarcinomas: results of PRODIGE 58-UCGI35-REGIRI Unicancer randomised phase II study. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationESMO Open. 2025 May 12;10(5):105096. doi: 10.1016/j.esmoop.2025.105096
DOI10.1016/j.esmoop.2025.105096
Registry—
Phase—
Conditions—
Interventions—
Sponsor—
Enrolment—
Source licenceFigure published under CC BY 4.0

Overall survival

From figure panel A · curves cross-checked by two independent readings · curve source: pixel measurement confirmed by vision model

Reconstructed from the published curve. Median: IRI arm 8.2 months; REGIRI arm 6.3 months. Survival at 6 months: IRI arm 60%; REGIRI arm 55%. Hazard ratio IRI arm vs REGIRI arm 0.90 (95% CI 0.58–1.40).

0%20%40%60%80%100%024681012141618MonthsIRI armREGIRI arm
ArmNEventsMedian (Months)
IRI arm45408.2
REGIRI arm44396.3

Landmark survival (reconstructed)

TimeIRI armREGIRI arm
6 mo60.0%54.5%
12 mo23.3%25.0%
18 mo7.4%11.4%

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/regiri-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/regiri-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: ESMO Open. 2025 May 12;10(5):105096. doi: 10.1016/j.esmoop.2025.105096 doi:10.1016/j.esmoop.2025.105096. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/regiri

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