Skip to content

Commit

Permalink
Merge pull request #69 from uclahs-cds/nzeltser-release-3.0.0
Browse files Browse the repository at this point in the history
Release v3.0.0
  • Loading branch information
alkaZeltser authored Dec 6, 2024
2 parents c3d48af + 0ad1fca commit ccc803e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ApplyPolygenicScore
Type: Package
Title: Utilities for the Application of a Polygenic Score to a VCF
Version: 2.0.0
Version: 3.0.0
Authors@R: c(
person('Paul', 'Boutros', role = 'cre', email = 'PBoutros@mednet.ucla.edu'),
person('Nicole', 'Zeltser', role = 'aut', comment = c(ORCID = '0000-0001-7246-2771')),
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ importFrom(
'lm',
'na.omit',
'predict',
'quantile'
'quantile',
'setNames'
);
importFrom(
'utils',
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Unreleased

# ApplyPolygenicScore 3.0.0 (2024-12-02)

## Added
* Added handling of overlapping deletion allele notation
* Added secondary PGS/VCF variant matching method using rsID after first attempt with genomic coordinates
* Added checks for rsID as an optional column in input PGS weight files
Expand Down

0 comments on commit ccc803e

Please sign in to comment.