-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
50 lines (50 loc) · 1.43 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Encoding: UTF-8
Type: Package
Package: poisson.mash.alpha
Version: 0.1-101
Date: 2023-11-27
Title: Poisson Multivariate Adaptive Shrinkage
Authors@R: c(person("Yusha","Liu",role=c("aut","cre"),
email="[email protected]"),
person("Peter","Carbonetto",role="aut"),
person("Matthew","Stephens",role="aut"))
URL: https://github.com/stephenslab/poisson.mash.alpha
BugReports: https://github.com/stephenslab/poisson.mash.alpha/issues
Depends: R (>= 3.1.0)
Description: Implements Poisson multivariate adaptive shrinkage
("Poisson mash") for analyzing count data obtained in different
conditions or treatments. Poisson mash takes an empirical Bayes
approach to testing and effect estimation; it estimates patterns of
similarity among conditions, then exploits these patterns to improve
accuracy of the effect estimates. This is an adaptation of the mash
package that is better suited fo modeling count data in a range of
realistic settings.
License: MIT + file LICENSE
Imports:
methods,
utils,
stats,
Matrix,
parallel,
Rcpp (>= 1.0.7),
poilog,
mvtnorm,
abind,
seqgendiff,
ashr
Suggests:
testthat,
glmpca,
scran,
pheatmap,
knitr,
rmarkdown
LinkingTo:
Rcpp,
RcppArmadillo (>= 0.10.5)
NeedsCompilation: no
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3
Remotes: stephens999/ashr
VignetteBuilder: knitr