Releases: xihaoli/STAAR
Releases · xihaoli/STAAR
STAAR_v0.9.7.2
STAAR_v0.9.7.1
STAAR package version v0.9.7.1
- fixes an issue on
format not a string literal and no format arguments [-Werror=format-security]
fromRf_error(CHAR(rcpp_msgSEXP_gen));
in Rcpp
STAAR_v0.9.7
STAAR package version v0.9.7
- allows for the analysis of dichotomous traits with imbalanced case-control ratios using saddlepoint approximation
STAAR_v0.9.6.2
STAAR package version v0.9.6.2
- adjusts for the updated class of matrix ("matrix" and "array") after R version 4.0.0 (https://cran.r-project.org/doc/manuals/r-release/NEWS.html)
STAAR_v0.9.6.1
STAAR package version v0.9.6.1
- switches
PI
toM_PI
insrc/CCT_pval.cpp
to supportSTRICT_R_HEADERS
in Rcpp
STAAR_v0.9.6
STAAR package version v0.9.6
-
adds cumulative minor allele count (cMAC) to the output of
STAAR()
andSTAAR_cond()
-
adds an option in
STAAR_cond()
andIndiv_Score_Test_Region_cond()
using the fully adjusted procedure in conditional analysis
STAAR_v0.9.5
STAAR package version v0.9.5
- allows for incorporating sparse genetic relatedness matrices (GRMs) in fitting the null generalized linear mixed models (GLMMs) for both continuous and dichotomous traits using
fit_null_glmmkin()
- allows for performing conditional analysis of rare variant associations by adjusting for previously reported (known) variants using
STAAR_cond()