Learn R Programming

⚠️There's a newer version (1.0.3) of this package.Take me there.

TANDEM

A two-stage regression method that can be used when various input data types are correlated, for example gene expression and methylation in drug response prediction. In the first stage it uses the upstream features (such as methylation) to predict the response variable (such as drug response), and in the second stage it uses the downstream features (such as gene expression) to predict the residuals of the first stage. In our manuscript (Aben et al., 2016), we show that using TANDEM prevents the model from being dominated by gene expression and that the features selected by TANDEM are more interpretable.

The R package is available on CRAN.

Copy Link

Version

Install

install.packages('TANDEM')

Monthly Downloads

182

Version

1.0.2

License

GPL-2

Maintainer

Nanne Aben

Last Published

June 15th, 2017

Functions in TANDEM (1.0.2)

nested.cv

Estimating predictive performance via nested cross-validation
predict.tandem

Creates a prediction using a tandem-object
relative.contributions

Determine the relative contribution per data type
tandem

Fits a TANDEM model by performing a two-stage regression
coef.tandem

Returns the regression coefficients from a TANDEM fit
example_data

A small artificial data set