-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
56 lines (56 loc) · 1.31 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: gwasurvivr
Type: Package
Title: gwasurvivr: an R package for genome wide survival analysis
Version: 1.1
Year: 2021
Authors@R:
c(person(given = "Abbas",
family = "Rizvi",
role = c("aut", "cre"),
email = "aarizv@gmail.com"),
person(given = "Ezgi",
family = "Karaesmen",
role = "aut"),
person(given = "Martin",
family = "Morgan",
role = "aut"),
person(given = "Lara",
family = "Sucheston-Campbell",
role = "aut"),
person(given = "Mark",
family = "Platts",
role = "ctb"))
Maintainer: Abbas Rizvi <aarizv@gmail.com>
Description: gwasurvivr is a package to perform survival analysis using Cox proportional hazard models on imputed genetic data.
VignetteBuilder:
knitr
Imports:
GWASTools,
survival,
VariantAnnotation,
parallel,
matrixStats,
SummarizedExperiment,
stats,
utils,
SNPRelate
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat
Depends:
R (>= 3.4.0)
License: Artistic-2.0
URL: https://github.com/suchestoncampbelllab/gwasurvivr
biocViews:
GenomeWideAssociation,
Survival,
Regression,
Genetics,
SNP,
GeneticVariability,
Pharmacogenomics,
BiomedicalInformatics
RoxygenNote: 7.1.1
Encoding: UTF-8