Home / Trials

JACOB (Chinese subgroup): reconstructed Kaplan–Meier curves

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

Pertuzumab in combination with trastuzumab and chemotherapy for Chinese patients with HER2-positive metastatic gastric or gastroesophageal junction cancer: a subpopulation analysis of the JACOB trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationCancer Commun (Lond). 2019 Jun 24;39:38. doi: 10.1186/s40880-019-0384-6
DOI10.1186/s40880-019-0384-6
RegistryNCT01774786
PhasePhase 3
ConditionsGastric Cancer
Interventions5-Fluorouracil, Capecitabine, Cisplatin, Pertuzumab, Placebo, Trastuzumab
SponsorHoffmann-La Roche
Enrolment780
Source licenceFigure published under CC BY 4.0

Overall survival — Chinese intention-to-treat subpopulation

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: Pertuzumab group not reached; Control group not reached. Survival at 6 months: Pertuzumab group 90%; Control group 85%. Hazard ratio Pertuzumab group vs Control group 0.73 (95% CI 0.45–1.17).

0%20%40%60%80%100%02468101214MonthsPertuzumab groupControl group
ArmNEventsMedian (Months)
Pertuzumab group8231not reached
Control group8138not reached

Landmark survival (reconstructed)

TimePertuzumab groupControl group
3 mo96.3%93.8%
6 mo90.2%85.0%
9 mo81.5%77.5%
12 mo72.9%66.3%
15 mo64.9%54.0%

Checks against the published figure

Download pseudo-IPD (CSV)

Progression-free survival (investigator-assessed) — Chinese intention-to-treat subpopulation

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

Reconstructed from the published curve. Median: Control group 8.9 months; Pertuzumab group 10.6 months. Survival at 12 months: Control group 31%; Pertuzumab group 44%. Hazard ratio Pertuzumab group vs Control group 0.84 (95% CI 0.59–1.18).

0%20%40%60%80%100%03691215182124MonthsControl groupPertuzumab group
ArmNEventsMedian (Months)
Control group81668.9
Pertuzumab group827010.6

Landmark survival (reconstructed)

TimeControl groupPertuzumab group
6 mo71.8%79.7%
12 mo30.8%43.7%
18 mo14.6%23.1%
24 mo11.6%13.1%

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

Suggested citation: Cancer Commun (Lond). 2019 Jun 24;39:38. doi: 10.1186/s40880-019-0384-6 doi:10.1186/s40880-019-0384-6. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/jacob-chinese-subgroup

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