SCRABBLE: Impute Single-Cell RNA-Seq Data Method

It aims to impute drop-out data by optimizing an objective function that consists of three terms. The first term ensures that imputed values for genes with nonzero expression remain as close to their original values as possible, thus minimizing unwanted bias towards expressed genes. The second term ensures the rank of the imputed data matrix to be as small as possible. The rationale is that we only expect a limited number of distinct cell types in the samples. The third term operates on the bulk RNA-Seq data. It ensures consistency between the average gene expression of the aggregated imputed data and the average gene expression of the bulk RNA-Seq data. We developed a convex optimization algorithm to minimize the objective function.

Version: 0.0.1
Depends: R (≥ 3.3)
Imports: Rcpp (≥ 0.12.13), rARPACK, pracma, ggplot2, RColorBrewer, reshape2, gridExtra, methods, grDevices
LinkingTo: Rcpp, RcppEigen
Suggests: knitr, rmarkdown, BiocStyle
Published: 2019-03-07
Author: Tao Peng; Kai Tan
Maintainer: Tao Peng <software.github at gmail.com>
License: GPL-3
NeedsCompilation: yes
CRAN checks: SCRABBLE results

Downloads:

Reference manual: SCRABBLE.pdf
Vignettes: SCRABBLE
Package source: SCRABBLE_0.0.1.tar.gz
Windows binaries: r-devel: SCRABBLE_0.0.1.zip, r-release: SCRABBLE_0.0.1.zip, r-oldrel: SCRABBLE_0.0.1.zip
OS X binaries: r-release: SCRABBLE_0.0.1.tgz, r-oldrel: SCRABBLE_0.0.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SCRABBLE to link to this page.