Home / Trials

MSCs + basiliximab/CNI in steroid-resistant acute GVHD: reconstructed Kaplan–Meier curves

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

Mesenchymal stromal cells plus basiliximab, calcineurin inhibitor as treatment of steroid-resistant acute graft-versus-host disease: a multicenter, randomized, phase 3, open-label trial. Curves rebuilt as patient-level data (Guyot 2012) and checked against the statistics printed on the figure.

PublicationJ Hematol Oncol. 2022 Mar 7;15:22. doi: 10.1186/s13045-022-01240-4
DOI10.1186/s13045-022-01240-4
RegistryNCT02241018
PhasePhase 2, Phase 3
ConditionsAcute Graft-versus-host Disease
InterventionsCD25 monoclonal antibody, calcineurin inhibitors, MSCs
SponsorNanfang Hospital, Southern Medical University
Enrolment200
Source licenceFigure published under CC BY 4.0

Overall survival — Randomized patients stratified by receipt of MSCs post-randomization; 8 control patients who crossed over to MSCs counted in control group (per caption)

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

Reconstructed from the published curve. Median: MSC group not reached; Control group 16.8 months. Survival at 18 months: MSC group 63%; Control group 50%. Hazard ratio MSC group vs Control group 0.66 (95% CI 0.43–1.01).

0%20%40%60%80%100%01224364860MonthsMSC groupControl group
ArmNEventsMedian (Months)
MSC group9936not reached
Control group995016.8

Landmark survival (reconstructed)

TimeMSC groupControl group
6 mo68.7%61.4%
12 mo65.6%52.2%
18 mo63.3%49.6%
24 mo63.3%48.3%
36 mo63.3%48.3%
48 mo63.3%48.3%
60 mo63.3%—

Checks against the published figure

Download pseudo-IPD (CSV)

Failure-free survival — Randomized patients stratified by receipt of MSCs post-randomization; 8 control patients who crossed over to MSCs counted in control group (per caption)

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

Reconstructed from the published curve. Median: MSC group 11.2 months; Control group 6.0 months. Survival at 18 months: MSC group 43%; Control group 26%. Hazard ratio MSC group vs Control group 0.67 (95% CI 0.48–0.94).

0%20%40%60%80%100%01224364860MonthsMSC groupControl group
ArmNEventsMedian (Months)
MSC group996011.2
Control group99746.0

Landmark survival (reconstructed)

TimeMSC groupControl group
6 mo59.4%50.3%
12 mo47.0%34.9%
18 mo42.6%26.5%
24 mo39.9%23.5%
36 mo36.3%22.0%
48 mo36.3%22.0%
60 mo——

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/mscs-plus-basiliximab-cni-in-steroid-resistant-acute-gvhd-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/mscs-plus-basiliximab-cni-in-steroid-resistant-acute-gvhd-1.csv")
for arm, g in d.groupby("arm"):
    KaplanMeierFitter().fit(g.time, g.event, label=arm).plot_survival_function()

Suggested citation: J Hematol Oncol. 2022 Mar 7;15:22. doi: 10.1186/s13045-022-01240-4 doi:10.1186/s13045-022-01240-4. Reconstructed data: TrialCurve (2026), https://trialcurve.com/trials/mscs-plus-basiliximab-cni-in-steroid-resistant-acute-gvhd

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