Ecosyste.ms: Awesome

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

https://github.com/mohuangx/SAVER

Single-cell RNA-seq Gene Expression Recovery
https://github.com/mohuangx/SAVER

Last synced: 23 days ago
JSON representation

Single-cell RNA-seq Gene Expression Recovery

Lists

README

        

[![Travis-CI Build Status](https://travis-ci.org/mohuangx/SAVER.svg?branch=master)](https://travis-ci.org/mohuangx/SAVER)
[![CRAN Version](https://www.r-pkg.org/badges/version/SAVER)](https://cran.r-project.org/package=SAVER)

# SAVER 1.1.3

SAVER (Single-cell Analysis Via Expression Recovery) implements a regularized regression prediction and empirical Bayes method to recover the true gene expression profile in noisy and sparse single-cell RNA-seq data.

## Installation

You can install SAVER from CRAN by running:

```R
install.packages("SAVER")
library(SAVER)
```

You can also install the most recent updates of SAVER from github with:

```R
# install.packages("devtools")
devtools::install_github("mohuangx/SAVER")
```

## Reference
For more information about the method, check out the [website](https://mohuangx.github.io/SAVER/), [tutorial](https://mohuangx.github.io/SAVER/articles/saver-tutorial.html), and [paper](https://doi.org/10.1038/s41592-018-0033-z).