An open API service indexing awesome lists of open source software.

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

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")
```