Home / Trials

FOCUS4-D: reconstructed Kaplan–Meier curves

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

Inhibition of EGFR, HER2, and HER3 signalling in patients with colorectal cancer wild-type for BRAF, PIK3CA, KRAS, and NRAS (FOCUS4-D): a phase 2-3 randomised trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationLancet Gastroenterol Hepatol. 2017 Dec 16;3(3):162–71. doi: 10.1016/S2468-1253(17)30394-1
DOI10.1016/S2468-1253(17)30394-1
Registry—
Phase—
Conditions—
Interventions—
Sponsor—
Enrolment—
Source licenceFigure published under CC BY 4.0

Progression-free survival — Intention-to-treat

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

Reconstructed from the published curve. Median: Placebo 3.5 months; AZD8931 3.0 months. Survival at 4 months: Placebo 38%; AZD8931 38%. Hazard ratio Placebo vs AZD8931 1.06 (95% CI 0.51–2.20).

0%20%40%60%80%100%0246810MonthsPlaceboAZD8931
ArmNEventsMedian (Months)
Placebo16163.5
AZD893116153.0

Landmark survival (reconstructed)

TimePlaceboAZD8931
2 mo56.2%75.0%
4 mo37.5%37.5%
6 mo12.5%22.5%
8 mo12.5%—
10 mo12.5%—

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

Suggested citation: Lancet Gastroenterol Hepatol. 2017 Dec 16;3(3):162–71. doi: 10.1016/S2468-1253(17)30394-1 doi:10.1016/S2468-1253(17)30394-1. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/focus4-d

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