Home / Trials

NK105 vs paclitaxel in metastatic breast cancer: reconstructed Kaplan–Meier curves

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

A multi-national, randomised, open-label, parallel, phase III non-inferiority study comparing NK105 and paclitaxel in metastatic or recurrent breast cancer patients. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationBr J Cancer. 2019 Feb 12;120(5):475–80. doi: 10.1038/s41416-019-0391-z
DOI10.1038/s41416-019-0391-z
RegistryNCT01644890
PhasePhase 3
ConditionsBreast Cancer Nos Metastatic Recurrent
InterventionsNK105, Paclitaxel
SponsorNippon Kayaku Co., Ltd.
Enrolment436
Source licenceFigure published under CC BY 4.0

Progression-free survival — Full analysis set

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: PTX 8.5 months; NK105 8.4 months. Survival at 12 months: PTX 41%; NK105 34%. Hazard ratio PTX vs NK105 0.81 (95% CI 0.64–1.02).

0%20%40%60%80%100%061218243036MonthsPTXNK105
ArmNEventsMedian (Months)
PTX2111308.5
NK1052111468.4

Landmark survival (reconstructed)

TimePTXNK105
6 mo59.1%60.0%
12 mo41.3%33.6%
18 mo30.4%15.4%
24 mo17.5%9.2%
36 mo10.9%—

Checks against the published figure

Download pseudo-IPD (CSV)

Overall survival — Full analysis set

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: PTX 36.2 months; NK105 31.2 months. Survival at 12 months: PTX 89%; NK105 85%. Hazard ratio PTX vs NK105 0.83 (95% CI 0.62–1.13).

0%20%40%60%80%100%061218243036MonthsPTXNK105
ArmNEventsMedian (Months)
PTX2118036.2
NK1052119031.2

Landmark survival (reconstructed)

TimePTXNK105
6 mo97.1%95.2%
12 mo89.0%85.4%
18 mo78.1%73.3%
24 mo67.8%59.2%
36 mo50.5%46.6%

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

Suggested citation: Br J Cancer. 2019 Feb 12;120(5):475–80. doi: 10.1038/s41416-019-0391-z doi:10.1038/s41416-019-0391-z. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/nk105-vs-paclitaxel-in-metastatic-breast-cancer

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