Home / Trials

CLEAR (Japanese subgroup): reconstructed Kaplan–Meier curves

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

Lenvatinib plus pembrolizumab versus sunitinib for advanced renal cell carcinoma: Japanese patients from the CLEAR study. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationCancer Med. 2022 Dec 1;12(6):6902–12. doi: 10.1002/cam4.5483
DOI10.1002/cam4.5483
Registry—
Phase—
Conditions—
Interventions—
Sponsor—
Enrolment—
Source licenceFigure published under CC BY 4.0

Progression-free survival (independent imaging review per RECIST v1.1) — Japanese patients

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

Reconstructed from the published curve. Median: LEN + PEMBRO 22.1 months; SUN 10.9 months. Survival at 12 months: LEN + PEMBRO 67%; SUN 29%. Hazard ratio LEN + PEMBRO vs SUN 0.38 (95% CI 0.20–0.74).

0%20%40%60%80%100%0369121518212427MonthsLEN + PEMBROSUN
ArmNEventsMedian (Months)
LEN + PEMBRO421922.1
SUN311810.9

Landmark survival (reconstructed)

TimeLEN + PEMBROSUN
6 mo82.6%65.5%
12 mo66.7%29.3%
18 mo55.5%23.4%
24 mo49.9%0.0%

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

Suggested citation: Cancer Med. 2022 Dec 1;12(6):6902–12. doi: 10.1002/cam4.5483 doi:10.1002/cam4.5483. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/clear-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