Bioc2026 Registration Open!

glmSparseNet

Network Centrality Metrics for Elastic-Net Regularized Models

Bioconductor version: 3.23 · Package version: 1.30.0

glmSparseNet is an R-package that generalizes sparse regression models when the features (e.g. genes) have a graph structure (e.g. protein-protein interactions), by including network-based regularizers. glmSparseNet uses the glmnet R-package, by including centrality measures of the network as penalty weights in the regularization. The current version implements regularization based on node degree, i.e. the strength and/or number of its associated edges, either by promoting hubs in the solution or orphan genes in the solution. All the glmnet distribution families are supported, namely "gaussian", "poisson", "binomial", "multinomial", "cox", and "mgaussian".

Installation

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

BiocManager::install("glmSparseNet")

Details

MaintainerAndré Veríssimo <andre.verissimo@tecnico.ulisboa.pt>
AuthorAndré Veríssimo [aut, cre] (ORCID: <https://orcid.org/0000-0002-2212-339X>), Susana Vinga [aut], Eunice Carrasquinha [ctb], Marta Lopes [ctb]
LicenseGPL-3
URLhttps://www.github.com/sysbiomed/glmSparseNet
Bug Reportshttps://www.github.com/sysbiomed/glmSparseNet/issues
Downloads rank349
Source branchRELEASE_3_23
biocViewsClassification, DimensionReduction, GraphAndNetwork, Network, Regression, Software, StatisticalMethod, Survival

Documentation

Download

Dependencies

Depends: R (>= 4.3.0)

Imports: biomaRt, checkmate, dplyr, forcats, futile.logger, ggplot2, glue, httr, lifecycle, methods, parallel, readr, rlang, glmnet, Matrix, MultiAssayExperiment, SummarizedExperiment, survminer, TCGAutils, utils

Suggests: BiocStyle, curatedTCGAData, knitr, magrittr, reshape2, pROC, rmarkdown, survival, testthat, VennDiagram, withr

Reverse dependencies

Imports Me (1): priorityelasticnet