Skip to main content
Scientific Reports logoLink to Scientific Reports
. 2018 Aug 17;8:12631. doi: 10.1038/s41598-018-30761-7

Author Correction: Prediction of Treatment Response for Combined Chemo- and Radiation Therapy for Non-Small Cell Lung Cancer Patients Using a Bio-Mathematical Model

Changran Geng 1,2,, Harald Paganetti 1, Clemens Grassberger 1,
PMCID: PMC6095853  PMID: 30115991

Correction to: Scientific Reports 10.1038/s41598-017-13646-z, published online 19 October 2017

This amendment concerns the dimensions in the ordinary differential equations (ODE) in the equations (3), (5) and (7) in the above paper, which are continuous in time. The radiation effect term in (3) and (7) does not have the same units as the left side, i.e. [t−1]. This is because of the implicit assumption, which was correctly implemented in the discrete numerical implementation in the underlying code, that this term is only active at the time point of irradiation, considered as a single time step in the numerical formulation. The purpose of this amendment is to rectify the continuous time equations and display the discrete versions of said equations that were actually implemented in the code, to ease reproduction by other researchers. This does not affect in any way any quantity or result cited in the original paper, nor any of its conclusions.

Assuming the radiation dose is delivered over an infinitesimally small amount of time, the correct form of the continuous ODE formulation of the radiation effect is

dNdt=δ(tR)(αd+βd2)N

where δ(tR) is the Dirac delta function, which has the unit [t−1], and tR is the exact time point of irradiation.

In a similar fashion, it has to be ensured that the chemotherapy concentration C(t) in equation (7) is well defined also for time points before the start of treatment. This can be implemented via the Heaviside function θ(tC), in which tC is the time the chemotherapy is given, decaying exponentially from its maximum concentration Cˆmax, and which the half life is included via τ=halflife/ln(2):

C(t)=θ(tC)Cˆmaxe(ttC)/τ

To solve these ODEs numerically in python 3.5, as described in the manuscript, we used the odeint function in the scipy library, which solves a system of ordinary differential equations using lsoda from the FORTRAN library odepack. No additional options were used in the implemented code.

We discretize the time axis into steps tk = k ∆t, with ∆t equaling one hundredth of a day (14.4 minutes), describing the discrete evolution of the number of tumor cells N from step kk + 1 as

Nk+1=NkeρΔtln(KNk)(αdk+βdk2)βcCk

The first term in the exponential describes growth according to Gompertz’ formalism, with its exponentially decreasing growth rate, which can be written in its differential form as:

dNdt=ρNlog(KN)

The second term in the exponential expresses the cell kill by radiation, assuming the radiation dose dk to be delivered in one timestep ∆t. Therefore

dk={2Gy0Gytk=timestepofradiatondeliveryotherwise

This formulation is equivalent to the continuous formulation using the Dirac delta function described above. The dose during fractionated radiation is 2 Gy for most trials simulated (1.8 Gy for part of the regimen in RTOG9410), but the formalism is not limited to this dose as long as complete repair can be assumed between fractions. For accelerated fractionation additional terms would be necessary to take into account incomplete repair.

The last term in the exponential describes chemotherapy cell kill, with Ck the cumulative chemotherapy dose at the k-th step, accumulating chemotherapy doses from earlier cycles i. If Cˆmax,i is the maximum chemotherapy concentration stemming from the dose administered at the beginning of cycle i, and ti is the starting time of that cycle, then the current dose including exponentially decaying earlier doses can be written as

Ck=Δtτcyclesikθ(ti)Cˆmax,ie(tkti)/τ

where τ=halflife/ln(2), and the factor in which it resides ensures that the chemotherapy dose is independent of the discretization.

Contributor Information

Changran Geng, Email: geng.chr@gmail.com.

Clemens Grassberger, Email: Grassberger.Clemens@mgh.harvard.edu.


Articles from Scientific Reports are provided here courtesy of Nature Publishing Group

RESOURCES