forked from wilsoncai1992/adaptest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
Package: adaptest
Title: Data-Adaptive Statistics for High-Dimensional Multiple Testing
Version: 1.3.0
Authors@R: c(
person("Weixin", "Cai", email = "wcai@berkeley.edu",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2680-3066")),
person("Nima", "Hejazi", email = "nh@nimahejazi.org",
role = "aut",
comment = c(ORCID = "0000-0002-7127-2789")),
person("Alan", "Hubbard", email = "hubbard@berkeley",
role = c("ctb", "ths"),
comment = c(ORCID = "0000-0002-3769-0127"))
)
Author: Weixin Cai [aut, cre, cph], Nima Hejazi [aut], Alan Hubbard [ctb, ths]
Maintainer: Weixin Cai <wcai@berkeley.edu>
Description: Data-adaptive test statistics represent a general methodology for
performing multiple hypothesis testing on effects sizes while maintaining
honest statistical inference when operating in high-dimensional settings
(<doi here>). The utilities provided here extend the use of this general
methodology to many common data analytic challenges that arise in modern
computational and genomic biology.
Depends:
R (>= 3.5.0)
License: GPL-2
URL: https://github.com/wilsoncai1992/adaptest
BugReports: https://github.com/wilsoncai1992/adaptest/issues
Encoding: UTF-8
LazyData: true
Imports:
methods,
graphics,
stats,
utils,
calibrate,
origami (>= 1.0.0),
SummarizedExperiment,
S4Vectors,
tmle
Suggests:
Matrix,
testthat,
rmarkdown,
knitr,
BiocStyle,
SuperLearner,
earth,
gam,
nnls,
airway
VignetteBuilder: knitr
RoxygenNote: 6.1.0.9000
biocViews:
Genetics,
GeneExpression,
DifferentialExpression,
Sequencing,
Microarray,
Regression,
DimensionReduction,
MultipleComparison