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
| Maintainer | André Veríssimo <andre.verissimo@tecnico.ulisboa.pt> |
| Author | André Veríssimo [aut, cre] (ORCID: <https://orcid.org/0000-0002-2212-339X>), Susana Vinga [aut], Eunice Carrasquinha [ctb], Marta Lopes [ctb] |
| License | GPL-3 |
| URL | https://www.github.com/sysbiomed/glmSparseNet |
| Bug Reports | https://www.github.com/sysbiomed/glmSparseNet/issues |
| Downloads rank | 349 |
| Source branch | RELEASE_3_23 |
| biocViews | Classification, DimensionReduction, GraphAndNetwork, Network, Regression, Software, StatisticalMethod, Survival |
Documentation
- Breast survival dataset using network from STRING DB
- Example for Classification Data -- Breast Invasive Carcinoma
- Example for Survival Data -- Breast Invasive Carcinoma
- Example for Survival Data -- Prostate Adenocarcinoma
- Example for Survival Data -- Skin Melanoma
- Separate 2 groups in Cox regression
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