-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 942 Bytes
/
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
Package: gwasOncoX
Type: Package
Title: Human GWAS tracks for the oncology domain
Version: 1.3.4
Authors@R: person(given = "Sigve", family = "Nakken", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8468-2050"))
Maintainer: Sigve Nakken <[email protected]>
Description: A small collection of variant datasets harvested from genome-wide
association studies of cancer phenotypes. Both VCF files and BED tracks with loci
associated with cancer phenotypes can be retrieved.
URL: https://github.com/sigven/gwasOncoX
BugReports: https://github.com/sigven/gwasOncoX/issues
Depends:
R (>= 4.1)
biocViews:
Imports:
googledrive,
lgr,
tools
Suggests:
testthat (>= 3.1.0),
knitr,
rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3