Acute lymphoblastic leukemia (ALL) studies across the globe have shown that delivering optimal maintenance therapy (MT) is crucial to achieve better treatment outcomes [1]. Delivering optimal MT includes prescribing maximum tolerated doses of 6-mercaptopurine (6MP) and methotraxate (MTX) based on patient’s blood counts (absolute neutrophil count (ANC), platelet count (PLT) and hemoglobin (HB)). In view of this, the allMT package was created to analyse and visualize the MT data (ANC/PLT/HB/6MP/MTX) for single patient or a given cohort at any center1. The package was developed considering the ICiCLe-ALL-14 protocol [3] as default. It can be used to analyze data from centers with different MT protocols where in the user will need to alter the function defined ipnut argument/parameters.
Using this package the user may:
Convert maintenance sheets (Tata Medical Center Kolkata, India format or user dependent) into a cleaner, single csv with longitudinal data for each patient.
Analyze MT [2]
At an individual patient level
To track patient’s MT progression during or after therapy.
To track patient’s cycle-by-cycle MT progression during or after the therapy using summary measure (SM) weighted mean (6MP*MTX) vs weighted mean ANC parameters in a scatterplot.
Asses hematological toxicities - neutropenia, thrombocytopenia and anemia during MT.
Evaluate median time to first 6MP dose increase for the cohort.
Evaluate real time dosing decisions (stop, reduce or increase) by the physicians during MT based on MT dosing guidelines [2]
At cohort level
SM plot to analyze MT for a given cohort defined by the user. SM is evaluated for each patient and plotted together to represent the entire cohort.
Compare SM for two or more cohort defined by the user to evaluate MT practice. Cohort comparisons can include clinical interventions, year-wise evolution, patients treated by two different set of physicians, or as user see it fit.
Asses hematological toxicities - neutropenia, thrombocytopenia and anemia during MT.
Plot depicting median time to first 6MP dose increase for the cohort.
Evaluate real time dosing decisions (stop, reduce or increase) by the physicians during MT based on MT dosing guidelines [2]
You can install the development version of allMT from GitHub with:
# install.packages("devtools")
::install_github("tmungle/allMT") devtools
The anonymized clinical data set refers to patients treated on the ICiCLe-ALL-14 treatment protocol at the Tata Medical Center Kolkata (institutional review board approval EC/TMC/12/13 for the treatment protocol). Funding support for the ICiCLe-ALL-14 clinical study (Clinical Trials Registry-India reference CTRI/2015/12/006434) was provided by the National Cancer Grid (2016/001; 2016-) and the Indian Council of Medical Research (79/159/2015/NCD-III; 2017-19)
By abiding to Contributor
Code of Conduct, contribution to allMT
in any form bug
fixes/code modification/new code development is welcomed.