Home / Trials

BEYOND: reconstructed Kaplan–Meier curves

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

Randomized phase II trial of FOLFIRI-panitumumab compared with FOLFIRI alone in patients with RAS wild-type circulating tumor DNA metastatic colorectal cancer beyond progression to first-line FOLFOX-panitumumab: the BEYOND study (GEMCAD 17-01). Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationClin Transl Oncol. 2022 Jun 27;24(11):2155–65. doi: 10.1007/s12094-022-02868-x
DOI10.1007/s12094-022-02868-x
Registry—
Phase—
Conditions—
Interventions—
Sponsor—
Enrolment—
Source licenceFigure published under CC BY 4.0

Progression-free survival at six months

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

Reconstructed from the published curve. Median: Group A not reached; Group B 4.0 months. Survival at 2 months: Group A 89%; Group B 69%. Hazard ratio Group A vs Group B 0.38 (95% CI 0.13–1.11).

0%20%40%60%80%100%0123456MonthsGroup AGroup B
ArmNEventsMedian (Months)
Group A186not reached
Group B1384.0

Landmark survival (reconstructed)

TimeGroup AGroup B
2 mo88.9%69.2%
4 mo88.9%53.8%
6 mo62.3%33.7%

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

Suggested citation: Clin Transl Oncol. 2022 Jun 27;24(11):2155–65. doi: 10.1007/s12094-022-02868-x doi:10.1007/s12094-022-02868-x. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/beyond

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