-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.71 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
Package: SAIGEgds
Type: Package
Title: Scalable Implementation of Generalized mixed models using GDS files in
Phenome-Wide Association Studies
Version: 1.12.5
Date: 2023-03-23
Depends: R (>= 3.5.0), gdsfmt (>= 1.20.0), SeqArray (>= 1.31.8), Rcpp
LinkingTo: Rcpp, RcppArmadillo, RcppParallel (>= 5.0.0)
Imports: methods, stats, utils, RcppParallel, SPAtest (>= 3.0.0)
Suggests: parallel, crayon, RUnit, knitr, markdown, rmarkdown, BiocGenerics,
SNPRelate, ggmanh
Authors@R: c(person("Xiuwen", "Zheng", role=c("aut", "cre"),
email="xiuwen.zheng@abbvie.com", comment=c(ORCID="0000-0002-1390-0708")),
person("Wei", "Zhou", role="ctb",
comment="the original author of the SAIGE R package"),
person("J. Wade", "Davis", role="ctb"))
Description: Scalable implementation of generalized mixed models with highly
optimized C++ implementation and integration with Genomic Data Structure
(GDS) files. It is designed for single variant tests in large-scale
phenome-wide association studies (PheWAS) with millions of variants and
samples, controlling for sample structure and case-control imbalance.
The implementation is based on the original SAIGE R package (v0.29.4.4
for single variant tests, Zhou et al. 2018).
SAIGEgds also implements some of the SPAtest functions in C to speed up
the calculation of Saddlepoint approximation. Benchmarks show that
SAIGEgds is 5 to 6 times faster than the original SAIGE R package.
License: GPL-3
SystemRequirements: C++11, GNU make
VignetteBuilder: knitr
ByteCompile: TRUE
URL: https://github.com/AbbVie-ComputationalGenomics/SAIGEgds
biocViews: Software, Genetics, StatisticalMethod, GenomeWideAssociation