R/SAVER-package.R

#' SAVER: Single-cell Analysis Via Expression Recovery
#'
#' The SAVER package implements SAVER, a gene expression recovery method for
#' single-cell RNA sequencing (scRNA-seq). Borrowing information across all
#' genes and cells, SAVER provides estimates for true expression levels as well
#' as posterior distributions to account for estimation uncertainty. See
#' \href{https://doi.org/10.1038/s41592-018-0033-z}{Huang et al (2018)} for
#' more details.
#'
#' @author Mo Huang (Maintainer), \email{mohuangx@@gmail.com}
#' @author Nancy Zhang, \email{nzh@@wharton.upenn.edu}
#' @author Mingyao Li, \email{mingyao@pennmedicine.upenn.edu}
#'
#'
#' @source \url{https://github.com/mohuangx/SAVER}
#'
#' @docType package
#' @name SAVER-package
NULL

Try the SAVER package in your browser

Any scripts or data that you put into this service are public.

SAVER documentation built on Nov. 14, 2019, 1:06 a.m.