Home / Trials

GLOBE: reconstructed Kaplan–Meier curves

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

A randomized controlled phase III study of VB-111 combined with bevacizumab vs bevacizumab monotherapy in patients with recurrent glioblastoma (GLOBE). Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationNeuro Oncol. 2019 Dec 7;22(5):705–17. doi: 10.1093/neuonc/noz232
DOI10.1093/neuonc/noz232
RegistryNCT02511405
PhasePhase 3
ConditionsGlioblastoma
InterventionsVB-111 + bevacizumab, Bevacizumab
SponsorVascular Biogenics Ltd. operating as VBL Therapeutics
Enrolment252
Source licenceFigure published under CC BY 4.0

Overall survival

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

Reconstructed from the published curve. Median: BEVACIZUMAB 7.9 months; VB-111 + BEVACIZUMAB 6.6 months. Survival at 12 months: BEVACIZUMAB 25%; VB-111 + BEVACIZUMAB 25%. Hazard ratio BEVACIZUMAB vs VB-111 + BEVACIZUMAB 0.83 (95% CI 0.63–1.10).

0%20%40%60%80%100%03691215182124MonthsBEVACIZUMABVB-111 + BEVACIZUMAB
ArmNEventsMedian (Months)
BEVACIZUMAB128987.9
VB-111 + BEVACIZUMAB1281066.6

Landmark survival (reconstructed)

TimeBEVACIZUMABVB-111 + BEVACIZUMAB
6 mo69.5%55.5%
12 mo24.7%25.2%
18 mo11.8%6.4%
24 mo11.8%—

Checks against the published figure

Download pseudo-IPD (CSV)

Progression-free survival

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

Reconstructed from the published curve. Median: BEVACIZUMAB 3.8 months; VB-111 + BEVACIZUMAB 3.3 months. Survival at 12 months: BEVACIZUMAB 9%; VB-111 + BEVACIZUMAB 7%. Hazard ratio BEVACIZUMAB vs VB-111 + BEVACIZUMAB 0.76 (95% CI 0.58–0.98).

0%20%40%60%80%100%03691215182124MonthsBEVACIZUMABVB-111 + BEVACIZUMAB
ArmNEventsMedian (Months)
BEVACIZUMAB1281043.8
VB-111 + BEVACIZUMAB1281193.3

Landmark survival (reconstructed)

TimeBEVACIZUMABVB-111 + BEVACIZUMAB
6 mo30.9%22.7%
12 mo9.4%7.3%
18 mo7.1%—
24 mo7.1%—

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

Suggested citation: Neuro Oncol. 2019 Dec 7;22(5):705–17. doi: 10.1093/neuonc/noz232 doi:10.1093/neuonc/noz232. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/globe

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