Exploratory Correlation Analysis of Redox Related Metabolites in Erlotinib-treated Head and Neck Cancer Patients

Data collected on each patient

erlotinib vs tumor response

erlotinib vs tumor response

(left) Since tumor response correlates with erlotinib, single out erlotinib vs tumor pair to plot. The correlation coefficient is 0.592, with 0.679 for the high dose group and 0.515 for the low dose group.

(right) Discretize erlotinib concentration into two categories (less or greater than 2000). It is clear that the tumor decrease is higher in the high erlotinib group. p-value = 0.032 by t-test, p-value = 0.025 by Mann-Whitney U test.

cholesterol (before) vs tumor response

cholesterol (after) vs tumor response

oxysterols (before) vs tumor response

oxysterols (after) vs tumor response

redox pairs (before) vs tumor response

redox pairs (after) vs tumor response

redox pairs (before) vs tumor response, low GSSG points removed

redox pairs (after) vs tumor response, low GSSG points removed

Cys redox vs erlotinib dose (smoking)

Buccal cholesterol (before) vs tumor response

Buccal cholesterol (after) vs tumor response

plasma cholesterol before and after treatment

Multiple linear regression - single predictor

For model selection, here we use the forward selection with adjusted R^2 method. We choose single predictors from the plasma samples before the treatment.

So first we pick 7a-OH-27-OH.

Multiple linear regression - adding second predictor

So we go with 7a-OH-27-OH + erlotinib.

Multiple linear regression - adding third predictor

So we go with 7a-OH-27-OH + erlotinib + GSH-MSBT/GSSG ratio.

Multiple linear regression - final model

## 
## Call:
## lm(formula = TumorDecrease ~ Oxy7aOH27OHB + Erlotinib + GSHRtoOBnew, 
##     data = data)
## 
## Residuals:
##    Min     1Q Median     3Q    Max 
## -9.249 -5.748 -2.322  6.074 13.891 
## 
## Coefficients:
##               Estimate Std. Error t value Pr(>|t|)  
## (Intercept)   5.243856   5.890358   0.890   0.3942  
## Oxy7aOH27OHB  0.899904   0.949574   0.948   0.3656  
## Erlotinib     0.003768   0.001968   1.915   0.0845 .
## GSHRtoOBnew  -0.018357   0.013283  -1.382   0.1971  
## ---
## Signif. codes:  0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
## 
## Residual standard error: 8.939 on 10 degrees of freedom
##   (2 observations deleted due to missingness)
## Multiple R-squared:  0.5849, Adjusted R-squared:  0.4604 
## F-statistic: 4.697 on 3 and 10 DF,  p-value: 0.02696