Skip to content

Commit ccc803e

Browse files
authored
Merge pull request #69 from uclahs-cds/nzeltser-release-3.0.0
Release v3.0.0
2 parents c3d48af + 0ad1fca commit ccc803e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: ApplyPolygenicScore
22
Type: Package
33
Title: Utilities for the Application of a Polygenic Score to a VCF
4-
Version: 2.0.0
4+
Version: 3.0.0
55
Authors@R: c(
66
person('Paul', 'Boutros', role = 'cre', email = '[email protected]'),
77
person('Nicole', 'Zeltser', role = 'aut', comment = c(ORCID = '0000-0001-7246-2771')),

NAMESPACE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ importFrom(
2626
'lm',
2727
'na.omit',
2828
'predict',
29-
'quantile'
29+
'quantile',
30+
'setNames'
3031
);
3132
importFrom(
3233
'utils',

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Unreleased
2+
3+
# ApplyPolygenicScore 3.0.0 (2024-12-02)
4+
5+
## Added
26
* Added handling of overlapping deletion allele notation
37
* Added secondary PGS/VCF variant matching method using rsID after first attempt with genomic coordinates
48
* Added checks for rsID as an optional column in input PGS weight files

0 commit comments

Comments
 (0)