Skip to content

Commit

Permalink
STAAR v0.9.8
Browse files Browse the repository at this point in the history
STAAR v0.9.8
  • Loading branch information
wwang246 committed Feb 8, 2025
1 parent 3c335d6 commit 9db9dd5
Show file tree
Hide file tree
Showing 7 changed files with 702 additions and 6 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: STAAR
Type: Package
Title: STAAR Procedure for Dynamic Incorporation of Multiple Functional Annotations in Whole-Genome Sequencing Studies
Version: 0.9.7.2
Date: 2024-11-14
Author: Xihao Li [aut, cre], Zilin Li [aut, cre], Han Chen [aut]
Maintainer: Xihao Li <xihaoli@unc.edu>, Zilin Li <lizl@nenu.edu.cn>
Version: 0.9.8
Date: 2025-02-07
Author: Xihao Li [aut, cre], Zilin Li [aut, cre], Wenbo Wang [aut], Han Chen [aut]
Maintainer: Xihao Li <xihaoli@unc.edu>, Zilin Li <lizl@nenu.edu.cn>, Wenbo Wang <wenbo@live.unc.edu>
Description: An R package for performing STAAR procedure in whole-genome sequencing studies.
License: GPL-3
Copyright: See COPYRIGHTS for details.
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ useDynLib(STAAR, .registration = TRUE)
export(CCT, fit_null_glm, fit_null_glmmkin, STAAR, STAAR_cond,
Indiv_Score_Test_Region, Indiv_Score_Test_Region_cond,
fit_null_glm_Binary_SPA, fit_null_glmmkin_Binary_SPA,
STAAR_Binary_SPA)
STAAR_Binary_SPA, AI_STAAR)
550 changes: 550 additions & 0 deletions R/AI_STAAR.R

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Please see the <a href="docs/STAAR_manual.pdf">**STAAR** user manual</a> for det
## Data Availability
The whole-genome functional annotation data assembled from a variety of sources and the precomputed annotation principal components are available at the [Functional Annotation of Variant - Online Resource (FAVOR)](https://favor.genohub.org) site and [FAVOR Essential Database](https://doi.org/10.7910/DVN/1VGTJI).
## Version
The current version is 0.9.7.2 (November 14, 2024).
The current version is 0.9.8 (February 7, 2025).
## Citation
If you use **STAAR** for your work, please cite:

Expand Down
1 change: 1 addition & 0 deletions STAAR.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: a1655229-1d68-4fc7-8832-3284d26e102a

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down
Binary file modified docs/STAAR_manual.pdf
Binary file not shown.
145 changes: 145 additions & 0 deletions man/AI_STAAR.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9db9dd5

Please sign in to comment.