-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
52 lines (52 loc) · 1.35 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
Package: gwasvcf
Title: Tools for Dealing with GWAS Summary Data in VCF Format
Version: 0.1.2
Authors@R: c(
person("Gibran", "Hemani", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0920-1055")),
person("Tom", "Palmer", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4655-4511")),
person("Rita", "Rasteiro", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-4217-3060"))
)
Description: Tools for dealing with GWAS summary data in VCF format.
Includes reading, querying, writing, as well as helper functions such
as LD proxy searches.
License: MIT + file LICENSE
URL: https://github.com/mrcieu/gwasvcf
BugReports: https://github.com/mrcieu/gwasvcf/issues
Depends:
R (>= 4.0.0)
Imports:
BiocGenerics,
Biostrings,
data.table,
dplyr,
genetics.binaRies,
GenomeInfoDb,
GenomicRanges,
gwasglue2,
IRanges,
magrittr,
RCurl,
rlang,
Rsamtools,
RSQLite,
S4Vectors,
stringr,
SummarizedExperiment,
utils,
VariantAnnotation
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Remotes:
github::mrcieu/genetics.binaRies,
github::mrcieu/gwasglue2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: GNU unzip