-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 893 Bytes
/
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
34
35
36
37
38
39
Package: scRATE
Type: Package
Title: A Bayesian model selection approach to test zero inflation from scRNA-seq data
Version: 0.1.2
Author: Kwangbom "KB" Choi, Ph.D.
Maintainer: Kwangbom "KB" Choi, Ph.D. <[email protected]>
Description: Estimate gene expression rate using four models (P, NB, ZIP, & ZINB)
Performs model selection based on posterior predictive checks.
License: MIT
Encoding: UTF-8
LazyData: true
Biarch: true
Depends:
R (>= 3.4.0),
rstanarm,
brms
Imports:
methods,
Rcpp (>= 0.12.0),
rstan (>= 2.18.1),
rstantools (>= 2.0.0),
rstanarm,
brms,
loo,
hdf5r,
loomR
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.1.1
SystemRequirements: GNU make