Learn R Programming

ipflasso (version 1.1)

Integrative Lasso with Penalty Factors

Description

The core of the package is cvr2.ipflasso(), an extension of glmnet to be used when the (large) set of available predictors is partitioned into several modalities which potentially differ with respect to their information content in terms of prediction. For example, in biomedical applications patient outcome such as survival time or response to therapy may have to be predicted based on, say, mRNA data, miRNA data, methylation data, CNV data, clinical data, etc. The clinical predictors are on average often much more important for outcome prediction than the mRNA data. The ipflasso method takes this problem into account by using different penalty parameters for predictors from different modalities. The ratio between the different penalty parameters can be chosen from a set of optional candidates by cross-validation or alternatively generated from the input data.

Copy Link

Version

Install

install.packages('ipflasso')

Monthly Downloads

179

Version

1.1

License

GPL

Last Published

December 10th, 2019

Functions in ipflasso (1.1)

cvr.adaptive.ipflasso

Cross-validated integrative lasso with adaptive penalty factors
ipflasso.predict

Using an IPF-lasso model for prediction of new observations
my.auc

Area under the curve (AUC)
cvr2.ipflasso

Cross-validated integrative lasso with cross-validated penalty factors
cvr.glmnet

Repeating cv.glmnet
cvr.ipflasso

Cross-validated integrative lasso with fixed penalty factors