-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.23 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.23 KB
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
Package: fFDR
Type: Package
Title: Functional FDR for multiple hypothesis testing
Version: 0.1
Date: 2013-04-08
Authors@R: c(
person("David", "Robinson", email = "dgrtwo@princeton.edu", role = c("cre", "aut")),
person("Sean", "Hackett", email = "sean@calicolabs.com", role = "ctb"))
Maintainer: David Robinson <dgrtwo@princeton.edu>
Description: The functional FDR (fFDR) methodology utilizes an informative variable
as well as p-value for multiple hypothesis testing. It models the likelihood of
a true null hypothesis as a function of the informative variable (referred to as
the "functional proportion""), and models the power of a statistical test also as a
function of the informative variable. When neither the functional proportion nor
the statistical test depends on the informtaive variable, the fFDR methodology
reduces to the traditional q-value based FDR methodology.
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
Imports:
broom,
dplyr,
formatR,
gam,
ggplot2,
qvalue,
gridExtra,
locfit,
Rcpp (>= 0.11.0),
reshape2,
scales,
tibble,
tidyr
Suggests: testthat,
knitr
URL: http://github.com/dgrtwo/fFDR
License: MIT + file LICENSE
LinkingTo: Rcpp
RoxygenNote: 7.1.0