forked from mkelcb/shaprs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.03 KB
/
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
31
32
33
34
Package: shaPRS
Title: shaPRS Polygenic Score Tool
Version: 1.1
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.1
URL: https://github.com/mkelcb/shaprs
Depends:
qvalue (>= 2.15.0)
Imports:
Matrix,
compiler
Remotes: git::https://github.com/StoreyLab/qvalue.git
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3