Bioc2026 Registration Open!

RLassoCox

A reweighted Lasso-Cox by integrating gene interaction information

Bioconductor version: 3.23 · Package version: 1.20.0

RLassoCox is a package that implements the RLasso-Cox model proposed by Wei Liu. The RLasso-Cox model integrates gene interaction information into the Lasso-Cox model for accurate survival prediction and survival biomarker discovery. It is based on the hypothesis that topologically important genes in the gene interaction network tend to have stable expression changes. The RLasso-Cox model uses random walk to evaluate the topological weight of genes, and then highlights topologically important genes to improve the generalization ability of the Lasso-Cox model. The RLasso-Cox model has the advantage of identifying small gene sets with high prognostic performance on independent datasets, which may play an important role in identifying robust survival biomarkers for various cancer types.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("RLassoCox")

Details

MaintainerWei Liu <freelw@qq.com>
AuthorWei Liu [cre, aut] (ORCID: <https://orcid.org/0000-0002-5496-3641>)
LicenseArtistic-2.0
Bug Reportshttps://github.com/weiliu123/RLassoCox/issues
Downloads rank189
Source branchRELEASE_3_23
biocViewsGeneExpression, GenePrediction, Network, Regression, Software, Survival

Documentation

Download

Dependencies

Depends: R (>= 4.1), glmnet

Imports: Matrix, igraph, survival, stats

Suggests: knitr