Package: snpsettest Title: A Set-Based Association Test using GWAS Summary Statistics Version: 0.1.2 Authors@R: c( person(given = "Jaehyun", family = "Joo", role = c("aut", "cre"), email = "jaehyunjoo@outlook.com"), person(given = "Blanca", family = "Himes", role = c("aut"), email = "bhimes@pennmedicine.upenn.edu")) Description: The goal of 'snpsettest' is to provide simple tools that perform set-based association tests (e.g., gene-based association tests) using GWAS (genome-wide association study) summary statistics. A set-based association test in this package is based on the statistical model described in VEGAS (versatile gene-based association study), which combines the effects of a set of SNPs accounting for linkage disequilibrium between markers. This package uses a different approach from the original VEGAS implementation to compute set-level p values more efficiently, as described in . License: GPL (>= 3) Depends: R (>= 3.1.0) Imports: gaston, data.table, Rcpp Suggests: tidyr, knitr, rmarkdown VignetteBuilder: knitr LinkingTo: Rcpp, RcppArmadillo Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://github.com/HimesGroup/snpsettest BugReports: https://github.com/HimesGroup/snpsettest/issues Config/pak/sysreqs: make Repository: https://himesgroup.r-universe.dev Date/Publication: 2023-09-09 17:30:53 UTC RemoteUrl: https://github.com/himesgroup/snpsettest RemoteRef: HEAD RemoteSha: 38d5b86217fcd9061e3714bf911eb4ffb36ea1b3 NeedsCompilation: yes Packaged: 2026-06-11 07:21:00 UTC; root Author: Jaehyun Joo [aut, cre], Blanca Himes [aut] Maintainer: Jaehyun Joo