|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: shaPRS |
|
|
2 |
Title: shaPRS Polygenic Score Tool |
|
|
3 |
Version: 1.21 |
|
|
4 |
Authors@R: |
|
|
5 |
c(person(given = "Martin", |
|
|
6 |
family = "Kelemen", |
|
|
7 |
role = c("aut", "cre"), |
|
|
8 |
email = "mk907@cam.ac.uk", |
|
|
9 |
comment = c(ORCID = "0000-0002-4050-1817")), |
|
|
10 |
person(given = "Carl", |
|
|
11 |
family = "Anderson", |
|
|
12 |
role = c("aut"), |
|
|
13 |
email = "ca3@sanger.ac.uk"), |
|
|
14 |
person(given = "Chris", |
|
|
15 |
family = "Wallace", |
|
|
16 |
role = c("aut"), |
|
|
17 |
email = "cew54@cam.ac.uk", |
|
|
18 |
comment = c(ORCID = "0000-0001-9755-1703"))) |
|
|
19 |
Description: Improves polygenic scores for genetically related traits by finding the best balance between SNP effects based on estimates of heterogeneity. |
|
|
20 |
License: MIT + file LICENSE |
|
|
21 |
Encoding: UTF-8 |
|
|
22 |
LazyData: true |
|
|
23 |
Roxygen: list(markdown = TRUE) |
|
|
24 |
RoxygenNote: 7.1.2 |
|
|
25 |
URL: https://github.com/mkelcb/shaprs |
|
|
26 |
Imports: |
|
|
27 |
qvalue, |
|
|
28 |
Matrix, |
|
|
29 |
compiler |
|
|
30 |
Remotes: git::https://github.com/StoreyLab/qvalue.git |