Home / Trials

ICTAN: reconstructed Kaplan–Meier curves

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

Adjuvant icotinib for resected EGFR-mutated stage II-IIIA non-small-cell lung cancer (ICTAN, GASTO1002): a randomized comparison study. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationSignal Transduct Target Ther. 2025 Aug 28;10:273. doi: 10.1038/s41392-025-02358-w
DOI10.1038/s41392-025-02358-w
RegistryNCT01996098
PhasePhase 3
ConditionsLung Cancer
Interventions6-month Icotinib, 12-month icotinib
SponsorSun Yat-sen University
Enrolment251
Source licenceFigure published under CC BY 4.0

Disease-free survival (investigator-assessed) — ITT population

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: 12-month icotinib 63.4 months; 6-month icotinib 60.5 months; Observation 23.5 months. Survival at 18 months: 12-month icotinib 93%; 6-month icotinib 90%; Observation 58%. Hazard ratio 12-month icotinib vs Observation 0.39 (95% CI 0.26–0.59).

0%20%40%60%80%100%01224364860728496Months12-month icotinib6-month icotinibObservation
ArmNEventsMedian (Months)
12-month icotinib843963.4
6-month icotinib844060.5
Observation835623.5

Landmark survival (reconstructed)

Time12-month icotinib6-month icotinibObservation
6 mo100.0%100.0%96.3%
12 mo98.8%95.2%73.3%
18 mo92.9%90.5%57.6%
24 mo84.4%83.2%47.1%
36 mo70.5%68.1%37.6%
48 mo60.9%59.7%29.1%
60 mo50.8%50.5%24.6%

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival — ITT population

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

Reconstructed from the published curve. Median: 12-month icotinib 91.8 months; 6-month icotinib not reached; Observation 71.3 months. Survival at 18 months: 12-month icotinib 99%; 6-month icotinib 96%; Observation 95%. Hazard ratio 12-month icotinib vs Observation 0.58 (95% CI 0.33–0.99).

0%20%40%60%80%100%01224364860728496Months12-month icotinib6-month icotinibObservation
ArmNEventsMedian (Months)
12-month icotinib842291.8
6-month icotinib8421not reached
Observation833271.3

Landmark survival (reconstructed)

Time12-month icotinib6-month icotinibObservation
6 mo100.0%100.0%100.0%
12 mo100.0%98.8%97.5%
18 mo98.8%96.4%95.1%
24 mo97.6%95.2%90.1%
36 mo93.8%91.3%81.2%
48 mo84.0%85.9%69.7%
60 mo74.3%74.4%64.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/ictan-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/ictan-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: Signal Transduct Target Ther. 2025 Aug 28;10:273. doi: 10.1038/s41392-025-02358-w doi:10.1038/s41392-025-02358-w. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/ictan

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