-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
33 lines (33 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: SAVER
Type: Package
Version: 1.1.3
Title: Single-Cell RNA-Seq Gene Expression Recovery
Description: An implementation of a regularized regression prediction and
empirical Bayes method to recover the true gene expression profile in
noisy and sparse single-cell RNA-seq data. See Huang M, et al (2018)
<doi:10.1038/s41592-018-0033-z> for more details.
Authors@R: c(
person("Mo", "Huang", email = "[email protected]",
role = c("aut", "cre")),
person("Nancy", "Zhang", email = "[email protected]", role = "aut"),
person("Mingyao", "Li", email = "[email protected]",
role = "aut")
)
Maintainer: Mo Huang <[email protected]>
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.0.1)
Imports:
glmnet,
foreach,
methods,
iterators,
doParallel,
Matrix
RoxygenNote: 7.2.0
URL: https://github.com/mohuangx/SAVER
BugReports: https://github.com/mohuangx/SAVER/issues
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr