-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 1.35 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: epiGWAS
Title: Robust Methods for Epistasis Detection
Version: 1.0.2
Authors@R: c(person("Lotfi", "Slim", email = "[email protected]", role = c("aut", "cre")),
person("Clément", "Chatelain", email = "[email protected]", role = "ctb"),
person("Chloé-Agathe", "Azencott", email = "[email protected]", role ="ctb"),
person("Jean-Philippe", "Vert", email = "[email protected]", role ="ctb"))
Description: Functions to perform robust epistasis detection in genome-wide
association studies, as described in Slim et al. (2018) <doi:10.1101/442749>.
The implemented methods identify pairwise interactions between a particular
target variant and the rest of the genotype, using a propensity score
approach. The propensity score models the linkage disequilibrium between the
target and the rest of the genotype. All methods are penalized regression
approaches, which differently incorporate the propensity score to only
recover the synergistic effects between the target and the genotype.
Depends: R (>= 3.4.0)
Imports: matrixStats, DescTools, glmnet, SNPknock, parallel
Suggests:
foreach,
iterators,
precrec,
doParallel,
bigmemory,
biglasso,
testthat,
knitr,
rmarkdown,
kableExtra
License: GPL (>=2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.0
VignetteBuilder: knitr