-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
16 lines (16 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: TANDEM
Type: Package
Title: A Two-Stage Approach to Maximize Interpretability of Drug Response Models Based on Multiple Molecular Data Types
Version: 1.0.3
Date: 2019-11-18
Author: Nanne Aben
Maintainer: Nanne Aben <[email protected]>
Description: 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, <doi:10.1093/bioinformatics/btw449>), we show that using TANDEM prevents the model from being dominated by gene expression and that the features selected by TANDEM are more interpretable.
Depends: R (>= 2.10)
Imports: glmnet (>= 3.0), Matrix
License: GPL-2
LazyData: TRUE
RoxygenNote: 7.0.0
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr