Diff of /DESCRIPTION [000000] .. [6b94fb]

Switch to side-by-side view

--- a
+++ b/DESCRIPTION
@@ -0,0 +1,30 @@
+Package: shaPRS
+Title: shaPRS Polygenic Score Tool
+Version: 1.21
+Authors@R: 
+    c(person(given = "Martin",
+           family = "Kelemen",
+           role = c("aut", "cre"),
+           email = "mk907@cam.ac.uk",
+           comment = c(ORCID = "0000-0002-4050-1817")),
+    person(given = "Carl",
+           family = "Anderson",
+           role = c("aut"),
+           email = "ca3@sanger.ac.uk"),
+    person(given = "Chris",
+           family = "Wallace",
+           role = c("aut"),
+           email = "cew54@cam.ac.uk",
+           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