Learn R Programming

Penalised regression with multiple sets of prior effects

Improves the predictive performance of ridge and lasso regression exploiting one or more sources of prior information on the importance and direction of effects ("transfer learning").

Installation

Install the current release from CRAN:

install.packages("transreg")

or the latest development version from GitHub or GitLab:

#install.packages("remotes")
remotes::install_github("lcsb-bds/transreg") # upstream
remotes::install_github("rauschenberger/transreg") # fork
remotes::install_gitlab("bds/transreg",host="gitlab.lcsb.uni.lu") # mirror

Reference

Armin Rauschenberger , Zied Landoulsi , Mark A. van de Wiel , and Enrico Glaab (2023). "Penalized regression with multiple sets of prior effects". Bioinformatics 39(12):btad680. doi: 10.1093/bioinformatics/btad680.

Reproducibility

The code for reproducing the simulations and applications shown in the manuscript is available in a vignette (https://lcsb-bds.github.io/transreg/articles/analysis.html). After installing the package with remotes::install_github("lcsb-bds/transreg",build_vignettes=TRUE) and restarting R, the vignette can also be loaded with vignette(topic="analysis",package="transreg").

Disclaimer

The R package transreg implements penalised regression with multiple sources of prior effects (Rauschenberger et al., 2023).

Copyright © 2021 Armin Rauschenberger, University of Luxembourg, Luxembourg Centre for Systems Biomedicine (LCSB), Biomedical Data Science (BDS)

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Copy Link

Version

Install

install.packages('transreg')

Monthly Downloads

146

Version

1.0.5

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Armin Rauschenberger

Last Published

July 26th, 2025

Functions in transreg (1.0.5)

simulate

Simulation (reproducibility)
weights.transreg

Extract Weights
fitted.transreg

Fitted values
predict.transreg

Make Predictions
print.transreg

Print transreg-object
compare

Cross-validation (reproducibility)
extract

Internal functions
.signdisc

Sign discovery
plot.transreg

Plot transreg-object
calibrate

Internal functions
coef.transreg

Extract Coefficients
transreg-package

Penalised regression with multiple sets of prior effects
.residuals

Calculate residuals
transreg

Penalised regression with multiple sets of prior effects