https://github.com/berenslab/patch-seq-rrr
Sparse reduced-rank regression
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
✓Academic publication links
Links to: biorxiv.org, wiley.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.1%) to scientific vocabulary
Repository
Sparse reduced-rank regression
Basic Info
Statistics
- Stars: 20
- Watchers: 5
- Forks: 5
- Open Issues: 1
- Releases: 0
Metadata Files
README.md
Sparse reduced-rank regression for exploratory visualization of paired multivariate data

This repository holds all the code and all the data for the following manuscript:
- Kobak D, Bernaerts Y, Weis MA, Scala F, Tolias AS, Berens P (2021), Sparse reduced-rank regression for exploratory visualisation of paired multivariate data. Journal of the Royal Statistical Society: Series C (Applied Statistics), 70 (4), 980--1000.
BioRxiv link (first version from 2018): https://www.biorxiv.org/content/10.1101/302208v3
Jan 2025: switching from glmnet_py to scikit_learn
All analysis in the 2021 paper was done using the sRRR implementation based on the glmnet_py package. This package can cause conflicts with many versions of scipy and gets increasingly difficult to work with. We therefore now provide an equivalent sRRR implementation based on the MultiTaskElasticNet class from scikit-learn, and recommend this version for all users from now on. Please find it in sparseRRR_scikit.py and demo_scikit.ipynb.
In this implementation, we adopted the alpha and l1_ratio nomenclature from scikit-learn, meaning that alpha controls the strength of the overall group lasso + ridge regularization and l1_ratio controls how much lasso vs. ridge penalty is used (l1_ratio=1 corresponds to pure group lasso).
Owner
- Name: Berens Lab @ University of Tübingen
- Login: berenslab
- Kind: organization
- Email: philipp.berens@uni-tuebingen.de
- Location: Tübingen, Germany
- Website: https://hertie.ai/data-science
- Repositories: 60
- Profile: https://github.com/berenslab
Department of Data Science at the Hertie Institute for AI in Brain Health, University of Tübingen
GitHub Events
Total
- Issues event: 2
- Watch event: 2
- Issue comment event: 10
- Push event: 8
- Pull request event: 2
- Fork event: 2
- Create event: 1
Last Year
- Issues event: 2
- Watch event: 2
- Issue comment event: 10
- Push event: 8
- Pull request event: 2
- Fork event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 2 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Yves33 (2)
Pull Request Authors
- ybernaerts (1)