https://github.com/drisso/deconsgl
Deconvolution of RNA-Seq Via Sparse Group Lasso
https://github.com/drisso/deconsgl
Last synced: over 1 year ago
JSON representation
Deconvolution of RNA-Seq Via Sparse Group Lasso
- Host: GitHub
- URL: https://github.com/drisso/deconsgl
- Owner: drisso
- Created: 2019-04-11T21:14:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T21:16:11.000Z (about 7 years ago)
- Last Synced: 2025-01-09T14:13:00.346Z (over 1 year ago)
- Language: R
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R package `deconsgl`
This package implements a deconvolution method based on sparse group lasso.
# Installation
The recommended way to install the `decongsl` package is the following.
Note that since this package depends on `lsgl`, which is currently only available via Github, `lsgl` needs to be installed first.
```{r}
library(devtools)
install_github("nielsrhansen/lsgl")
install_github("drisso/decongsl")
```