Package: SCRABBLE
Type: Package
Title: Impute Single-Cell RNA-Seq Data Method
Version: 0.0.1
Author: Tao Peng; Kai Tan
Maintainer: Tao Peng <software.github@gmail.com>
Description: 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.
License: GPL-3
Encoding: UTF-8
Depends: R(>= 3.3)
LazyData: true
Imports: Rcpp (>= 0.12.13), rARPACK, pracma, ggplot2, RColorBrewer,
        reshape2, gridExtra, methods, grDevices
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 6.1.1
Suggests: knitr,rmarkdown,BiocStyle
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-03-06 17:37:33 UTC; taopeng
Repository: CRAN
Date/Publication: 2019-03-07 17:22:50 UTC
