gdrate: Tumor Growth Rate Analysis

Description Usage Arguments Details Value Author(s) References Examples

View source: R/gdrate.R

Description

Function to obtain tumor growth rates from clinical trial patient data. Output includes individual and summary data for tumor growth (g), decay (d) and phi (φ) estimates as well as optional plots of the observed and predicted tumor quantity over time. Tumor growth rates can be used to compare treatment efficacy and help predict overall survival in clinical trial datasets.

Usage

1
gdrate(input, pval, plots)

Arguments

input

A data frame containing patient tumor measurement data to be analyzed. This data frame should consist of the following three columns (with respective column names): "name" which contains a numeric value that uniquely identifies the patient for the respective row data, "date" which contains a numeric value for the day of evaluation for the respective row data, and "size" which contains the numeric value for the tumor quantity measurement (i.e., CT scan, PSA, CTN, CEA, etc.) for the respective row data. Each row of data for a patient should have a unique day of evaluation (i.e., if there are multiple lesions with measurements for a patient on a given day, then the sum of those measurments should be used as the value of tumor quantity in the "size" column for that day of evaluation).

pval

A numerical value indicating the p-value level desired for analysis (e.g., 0.05 or 0.10).

plots

A logical value for plot generation of the observed and predicted tumor quantity over time (use TRUE to generate plots).

Details

The regression-growth models used to generate growth rates are based on the assumption that change in tumor quantity during therapy results from two independent component processes: an exponential decrease or regression, d, and an exponential growth or regrowth of the tumor, g. The model for this is displayed below (labeled as gd) where f(t) is the tumor quantity at time t in days, normalized to the tumor quantity at time 0, d is the rate of decay, and g is the rate of growth.

f(t) = e^{-dt} + e^{gt} -1

For data showing continuous decrease from the start of treatment, g is eliminated as shown below (labeled as dx).

f(t) = e^{-dt}

Similarly, d is eliminated when data show a continuous growth from the start of treatment as shown below (labeled as gx).

f(t) = e^{gt}

The fourth model (below) contains an additional parameter, φ, which represents the proportion of tumor cells that undergo cell death due to therapy (labeled as gdphi).

f(t) = (φ)e^{-dt} + (1-φ){e^gt}

The Levenberg-Marquardt algorithm is used to solve these 4 non-linear least squares problems (using package minpack.lm) and among models where all parameters are significant predictors (given user supplied pval), the model which minimizes the AIC is the selected model for a given patient from which tumor growth rates are obtained (this output is contained in results). The port algorithm is attempted where the gdphi model does not converge.

Patients with insufficient or missing data, or patients with sufficient data where no model converged are excluded and noted individually in results and summarized in models with one of the following explanations: no data (cases with all missing data), only 1 or 2 data points (where the latter has less than 20 percent difference in tumor measurements), error data (where only one unique measurement value for a patient that is repeated 3 or more times, and/or where both the initial and final measurement value is zero), or not fit. Patient data that does not fall into one of the categories listed above are labeled as included. Plots can be generated for all included cases (cases fit by models) by setting the plot argument to TRUE, where the observed and predicted values from the selected model (labeled in plot legend) are depicted.

Value

models

Data frame summarizing included (by model type selected), and excluded (by reason for exclusion) cases. Columns are described below:

- Group = indicator of included or excluded status
- Analyzed = indicator of whether group was analyzed
- Type = either selected model or reason for exclusion
- N = number of cases
- Percentage = percentage of cases
sumstats

Data frame containing descriptive statistics of growth rate results (N, median, IQR, mean and SD). Columns are described below:

- Parameter = parameter for the row data
- N = the number cases with parameter
- Median = median of parameter
- IQR = interquartile range of parameter
- Mean = mean of parameter
results

Data frame containing growth rate results (g,d,phi), an indicator of included or excluded status, and the number of evaluations for individual patients. Columns are described below:

- name = the patient identifier
- nobs = the number of data points analyzed
- type = included or excluded status
- selectedFit = model selected for patient
- g = growth rate estimate
- d = regression rate estimate
- phi = phi estimate (proportion of tumor killed by treatment)
allest

Data frame containing estimates (with respective SE, T value, and p-value) from all models that converged for each patient. Columns are described below:

- name = the patient identifier
- type = included or excluded status
- selectedFit = model selected for patient
- fit = model for the row data
- parameter = parameter from the fit model
- Estimate = estimated parameter value
- StdError = standard error of the estimate
- t.value = T value for the estimated value
- p.value = p-value for the estimated value
- N = number of data points analyzed

Author(s)

Julia Wilkerson jmwilkers@outlook.com

References

Timur V. Elzhov, Katharine M. Mullen, Andrej-Nikolai Spiess and Ben Bolker (2013). minpack.lm: R interface to the Levenberg-Marquardt nonlinear least-squares algorithm found in MINPACK, plus support for bounds. R package version 1.1-8. http://CRAN.R-project.org/package=minpack.lm

Stein WD et al. (2008). Bevacizumab reduces the growth rate constants of renal carcinomas: a novel algorithm suggests early discontinuation of bevacizumab resulted in a lack of survival advantage. Oncologist, 3:1055–62.

Stein WD et al. (2008). Tumor growth rates derived from data for patients in a clinical trial correlate strongly with patient survival: a novel strategy for evaluation of clinical trial data. Oncologist, 13:1046–54.

Stein WD et al. (2009). Other paradigms: growth rate constants and tumor burden determined using computed tomography data correlate strongly with the overall survival of patients with renal cell carcinoma. Cancer Journal, 15:441–7.

Stein WD et al. (2012). Analyzing the pivotal trial that compared sunitinib and IFN-alpha in renal cell carcinoma, using a method that assesses tumor regression and growth. Clinical Cancer Research, 18:2374–81.

Stein WD et al. (2011). Tumor regression and growth rates determined in five intramural NCI prostate cancer trials: the growth rate as an indicator of therapeutic efficacy. Clinical Cancer Research, 17:907–14.

Fojo A et al. (2010). Kinetic analysis of breast tumor decay and growth following ixabepilone plus capecitabine (IXA+CAP) versus capecitabine alone (CAP) to discern whether the superiority of the combination is a result of slower growth, enhanced tumor cell kill or both. Journal of Clinical Oncology, 28:137s.

Wilkerson J et al. (2010). Validation of a kinetic analysis of renal cancer regression and growth following treatment with sunitinib and interferon-alfa (IFN-alpha): Analysis of the pivotal randomized trial. Journal of Clinical Oncology, 28:15s.

Amiri-Kordestani L et al. (2011). Early assessment of efficacy of ixabepilone (IXA) by analysis of the rate of tumor growth and decay using data from phase II and phase III clinical trials in metastatic breast cancer (MBC) patients (Pts). Journal of Clinical Oncology, 29:15s.

Manasanch EE et al. (2011). Assessment of tumor growth (g) and regression (d) rate constants in patients with Multiple Myeloma (MM) shows that the superiority of bortezomib with liposomal Doxorubicin (PLD + B) over Bortezomib alone (B) is a result of reduced growth of refractory tumor cells and not of higher regression rates, and provides an earlier efficacy endpoint that allows for comparison across trials. ASH Annual Meeting Abstracts, 118:21.

Adesunloye B et al. (2012). Tumor regression and growth rates determined in two intramural NCI prostate cancer trials: The growth rate constant as an indicator of therapeutic efficacy. Journal of Clinical Oncology, 30:5s.

Codesido MB et al. (2012). Assessment and comparison of treatment efficacy in patients with colorectal cancer (CRC), using a novel methodology to estimate the rate of tumor regression (d) and growth (g). Annals of Oncology, 23:198.

Wood L et al. (2013). Autologous TARP peptide vaccination is associated with slowing in PSA velocity and a decrease in tumor growth rate in patients with Stage D0 prostate cancer. Cancer Research, 73:8s.

Gully JL et al. (2013). Effect of PSA-tricom, a pox-viral vaccine in prostate cancer (PCa), on tumor growth rates within 80 days after initiation in non-metastatic PCa. Journal of Clinical Oncology, 31(6).

Blageov et al. (2013). Sunitinib Does Not Accelerate Tumor Growth in Patients with Metastatic Renal Cell Carcinoma. Cell Reports, 3:277–81.

O Sullivan et al. (2014). The VEGF inhibitor axitinib has limited effectiveness as a therapy for adrenocortical cancer. Journal of Clinical Endocrinology and Metabolism, 99:1291–7.

Burotto et al. (2015). Phase II clinical trial of ixabepilone in metastatic cervical carcinoma. The Oncologist, 20:725-6.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
# example data
data(sampleData)

# generate plots and results
par(mfrow=c(3, 2))
out <- gdrate(sampleData, 0.05, TRUE)
par(mfrow=c(1, 1))

# summary of cases
out$models

# descriptive statistics
out$sumstats

# plot g and d distributions
res <- out$results
par(mfrow=c(2,1))
hist(res$g, col='blue', main=paste('Median g=', round(median(na.omit(res$g)), digits=6)), xlab="g")
hist(res$d, col='blue', main=paste('Median d=', round(median(na.omit(res$d)), digits=6)), xlab="d")
par(mfrow=c(1,1))

tumgr documentation built on May 2, 2019, 2:37 a.m.

Related to gdrate in tumgr...