Learn R Programming

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. It can be installed within R using:

install.packages("TANDEM")

A quick start can be found here. The reference manual can be found here.

Copy Link

Version

Install

install.packages('TANDEM')

Monthly Downloads

182

Version

1.0.3

License

GPL-2

Maintainer

Nanne Aben

Last Published

November 25th, 2019

Functions in TANDEM (1.0.3)

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
nested.cv

Estimating predictive performance via nested cross-validation
predict.tandem

Creates a prediction using a tandem-object