Home / Trials

SUNMO (Japanese subgroup): reconstructed Kaplan–Meier curves

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

Efficacy and safety of subcutaneous mosunetuzumab plus polatuzumab vedotin in patients with relapsed/refractory large B-cell lymphoma: Japan subgroup analysis of the phase III SUNMO trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationInt J Clin Oncol. 2026 Jun 15;31(8):1547–56. doi: 10.1007/s10147-026-03042-x
DOI10.1007/s10147-026-03042-x
RegistryNCT05171647
PhasePhase 3
ConditionsNon-Hodgkin Lymphoma
InterventionsMosunetuzumab, Polatuzumab vedotin, Tocilizumab, Rituximab, Gemcitabine, Oxaliplatin
SponsorHoffmann-La Roche
Enrolment208
Source licenceFigure published under CC BY 4.0

Progression-free survival (centrally assessed, primary analysis) — ITT population

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

Reconstructed from the published curve. Median: Mosun-Pola 16.2 months; R-GemOx 3.9 months. Survival at 6 months: Mosun-Pola 78%; R-GemOx 43%. Hazard ratio Mosun-Pola vs R-GemOx 0.72 (95% CI 0.18–2.98).

0%20%40%60%80%100%036912151821MonthsMosun-PolaR-GemOx
ArmNEventsMedian (Months)
Mosun-Pola9616.2
R-GemOx733.9

Landmark survival (reconstructed)

TimeMosun-PolaR-GemOx
6 mo77.8%42.9%
12 mo64.8%42.9%
18 mo25.9%42.9%

Download pseudo-IPD (CSV)

Overall survival (interim analysis) — ITT population

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

Reconstructed from the published curve. Median: Mosun-Pola not reached; R-GemOx not reached. Survival at 12 months: Mosun-Pola 78%; R-GemOx 67%. Hazard ratio R-GemOx vs Mosun-Pola 1.45 (95% CI 0.20–10.34).

0%20%40%60%80%100%03691215182124MonthsMosun-PolaR-GemOx
ArmNEventsMedian (Months)
Mosun-Pola92not reached
R-GemOx72not reached

Landmark survival (reconstructed)

TimeMosun-PolaR-GemOx
6 mo88.9%83.3%
12 mo77.8%66.7%
18 mo77.8%66.7%
24 mo77.8%66.7%

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

Suggested citation: Int J Clin Oncol. 2026 Jun 15;31(8):1547–56. doi: 10.1007/s10147-026-03042-x doi:10.1007/s10147-026-03042-x. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/sunmo-japanese-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