Package: GxEScanR
Type: Package
Title: Run GWAS/GWEIS Scans Using Binary Dosage Files
Version: 3.0.0
Authors@R: 
    c(person(given = "John",
             family = "Morrison",
             role = c("aut", "cre"),
             email = "jmorr@usc.edu"),
      person(given = "W. James",
             family = "Gauderman",
             role = "aut",
             email = "jimg@usc.edu"),
      person(given = "NCI",
             role = "fnd",
             comment = "CA196559"),
      person(given = "NCI",
             role = "fnd",
             comment = "CA201407"),
      person(given = "NIEHS",
             role = "fnd",
             comment = "ES007048"),
      person(given = "NHLBI",
             role = "fnd",
             comment = "HL115606"))
Description: Tools to run genome-wide association study (GWAS) and
  genome-wide by environment interaction study (GWEIS) scans using the genetic
  data stored in a binary dosage file. The user provides a data frame with
  the subject's covariate data and the information about the binary dosage
  file returned by the BinaryDosage::getbdinfo() routine.
Suggests: testthat (>= 2.1.0), knitr, rmarkdown
VignetteBuilder: knitr
License: GPL-3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.3
Depends: R (>= 3.5.0)
Imports: lsReg, BinaryDosage
NeedsCompilation: no
Packaged: 2026-04-30 21:54:02 UTC; jmorr
Author: John Morrison [aut, cre],
  W. James Gauderman [aut],
  NCI [fnd] (CA196559),
  NCI [fnd] (CA201407),
  NIEHS [fnd] (ES007048),
  NHLBI [fnd] (HL115606)
Maintainer: John Morrison <jmorr@usc.edu>
Repository: CRAN
Date/Publication: 2026-05-01 16:40:12 UTC
