Home / Trials

JMTO LC12-01: reconstructed Kaplan–Meier curves

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

A randomized phase II study of docetaxel or pemetrexed with or without the continuation of gefitinib after disease progression in elderly patients with non-small cell lung cancer harboring EGFR mutations (JMTO LC12-01). Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationThorac Cancer. 2022 May 13;13(12):1827–36. doi: 10.1111/1759-7714.14465
DOI10.1111/1759-7714.14465
Registry—
Phase—
Conditions—
Interventions—
Sponsor—
Enrolment—
Source licenceFigure published under CC BY 4.0

Overall survival — n = 22

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

Reconstructed from the published curve. Median: G + Doc/Pem 14.1 months; Doc/Pem 8.6 months. Survival at 12 months: G + Doc/Pem 55%; Doc/Pem 34%. Hazard ratio G + Doc/Pem vs Doc/Pem 0.42 (95% CI 0.15–1.17).

0%20%40%60%80%100%0369121518212427MonthsG + Doc/PemDoc/Pem
ArmNEventsMedian (Months)
G + Doc/Pem11614.1
Doc/Pem11108.6

Landmark survival (reconstructed)

TimeG + Doc/PemDoc/Pem
6 mo81.8%63.6%
12 mo54.5%34.1%
18 mo43.6%—
24 mo43.6%—

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

Suggested citation: Thorac Cancer. 2022 May 13;13(12):1827–36. doi: 10.1111/1759-7714.14465 doi:10.1111/1759-7714.14465. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/jmto-lc12-01

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