Package: epiGWAS
Title: Robust Methods for Epistasis Detection
Version: 1.0.0
Authors@R: c(person("Lotfi", "Slim", email = "lotfi.slim@mines-paristech.fr", role = c("aut", "cre")),
  person("Clément", "Chatelain", email = "clement.chatelain@sanofi.com", role = "ctb"),
  person("Chloé-Agathe", "Azencott", email = "chloe-agathe.azencott@mines-paristech.fr", role ="ctb"),
  person("Jean-Philippe", "Vert", email = "jpvert@google.com", 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
Suggests: foreach, iterators, precrec, parallel, doParallel, bigmemory,
        biglasso, testthat, knitr, rmarkdown, kableExtra
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-12-04 20:00:21 UTC; lotfislim
Author: Lotfi Slim [aut, cre],
  Clément Chatelain [ctb],
  Chloé-Agathe Azencott [ctb],
  Jean-Philippe Vert [ctb]
Maintainer: Lotfi Slim <lotfi.slim@mines-paristech.fr>
Repository: CRAN
Date/Publication: 2018-12-16 14:10:03 UTC
