Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.1%) to scientific vocabulary
Repository
Sparse regression for related problems
Basic Info
- Host: GitHub
- Owner: rauschenberger
- License: other
- Language: R
- Default Branch: main
- Homepage: https://rauschenberger.github.io/sparselink/
- Size: 3.27 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Sparse regression for related problems
Estimates sparse regression models (i.e., with few non-zero coefficients) in high-dimensional multi-task learning and transfer learning settings
Installation
Install the current release from CRAN:
r
install.packages("sparselink")
or the latest development version from GitHub:
``` r
install.packages("remotes")
remotes::install_github("rauschenberger/sparselink") ```
This repository is mirrored on two institutional GitLab instances (see LIH and LCSB).
Reference
Armin Rauschenberger
,
Petr V. Nazarov
,
and Enrico Glaab
(2025).
"Estimating sparse regression models in multi-task learning and transfer learning through adaptive penalisation".
Bioinformatics. doi: 10.1093/bioinformatics/btaf406
Reproducibility
The code for reproducing the simulations and applications shown in the manuscript is available in a vignette (analysis). After installing the package with remotes::install_github("rauschenberger/sparselink",build_vignettes=TRUE) and restarting R, the vignette can also be loaded with vignette(topic="analysis",package="sparselink").
Disclaimer
The R package sparselink implements sparse regression for related problems (Rauschenberger et al., 2025).
Copyright © 2025 Armin Rauschenberger; Luxembourg Institute of Health (LIH), Department of Medical Informatics (DMI), Bioinformatics and Artificial Intelligence (BioAI); University of Luxembourg, Luxembourg Centre for Systems Biomedicine (LCSB), Biomedical Data Science (BDS)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Owner
- Name: Armin Rauschenberger
- Login: rauschenberger
- Kind: user
- Location: Luxembourg
- Company: uni.lu
- Website: https://rauschenberger.github.io
- Repositories: 4
- Profile: https://github.com/rauschenberger
GitHub Events
Total
- Public event: 1
- Push event: 257
- Create event: 3
Last Year
- Public event: 1
- Push event: 257
- Create event: 3
Packages
- Total packages: 1
-
Total downloads:
- cran 159 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: sparselink
Sparse Regression for Related Problems
- Homepage: https://github.com/rauschenberger/sparselink
- Documentation: http://cran.r-project.org/web/packages/sparselink/sparselink.pdf
- License: MIT + file LICENSE
-
Latest release: 1.0.0
published about 1 year ago