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