forked from MRCIEU/gwasvcf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 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
53
54
55
56
57
58
59
60
Package: gwasvcf
Title: Tools for dealing with GWAS summary data in VCF format
Version: 0.1.0
Authors@R:
person(given = "Gibran",
family = "Hemani",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0920-1055"))
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.
URL: https://github.com/mrcieu/gwasvcf
BugReports: https://github.com/mrcieu/gwasvcf/issues
Depends:
R (>= 3.6.0),
VariantAnnotation
Imports:
BiocGenerics,
Biostrings,
S4Vectors,
IRanges,
GenomicRanges,
SummarizedExperiment,
GenomeInfoDb,
Rhtslib,
Rsamtools,
tidyr,
stringr,
magrittr,
dplyr,
data.table,
methods,
utils,
jsonlite,
coloc,
genetics.binaRies,
testthat,
RSQLite,
rlang
Remotes:
github::explodecomputer/genetics.binaRies,
bioc::3.12/snpStats,
bioc::3.12/BiocGenerics,
bioc::3.12/Biostrings,
bioc::3.12/S4Vectors,
bioc::3.12/IRanges,
bioc::3.12/GenomicRanges,
bioc::3.12/GenomeInfoDb,
bioc::3.12/SummarizedExperiment,
bioc::3.12/Rhtslib,
bioc::3.12/Rsamtools,
bioc::3.12/VariantAnnotation
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr