|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: GPROB |
|
|
2 |
Title: Genetic Probability for Prioritizing Diagnosis |
|
|
3 |
Version: 1.0.0 |
|
|
4 |
Authors@R: c( |
|
|
5 |
person( |
|
|
6 |
"Rachel", "Knevel", |
|
|
7 |
email = "R.Knevel@lumc.nl", |
|
|
8 |
role = c("aut", "cre"), |
|
|
9 |
comment = c(ORCID = "0000-0002-7494-3023") |
|
|
10 |
), |
|
|
11 |
person( |
|
|
12 |
"Kamil", "Slowikowski", |
|
|
13 |
email = "kslowikowski@gmail.com", |
|
|
14 |
role = c("aut"), |
|
|
15 |
comment = c(ORCID = "0000-0002-2843-6370") |
|
|
16 |
) |
|
|
17 |
) |
|
|
18 |
Description: Many diseases may have similar presentations in the clinic. By |
|
|
19 |
using genetic information, it may sometimes be possible to prioritize some |
|
|
20 |
diagnoses over others. GPROB implements calculations of genetic probability |
|
|
21 |
from genotypes and effect sizes for genetic variants associated with |
|
|
22 |
diseases. |
|
|
23 |
License: GPL-3 | file LICENSE |
|
|
24 |
Depends: |
|
|
25 |
R (>= 3.0.0) |
|
|
26 |
Imports: |
|
|
27 |
Rdpack |
|
|
28 |
Suggests: |
|
|
29 |
knitr, |
|
|
30 |
rmarkdown, |
|
|
31 |
prettydoc |
|
|
32 |
URL: https://github.com/immunogenomics/GPROB |
|
|
33 |
BugReports: https://github.com/immunogenomics/GPROB/issues |
|
|
34 |
VignetteBuilder: knitr |
|
|
35 |
RdMacros: Rdpack |
|
|
36 |
RoxygenNote: 7.1.0 |
|
|
37 |
Encoding: UTF-8 |
|
|
38 |
LazyData: true |