-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1019 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
Package: gwasCatSearch
Type: Package
Title: A package to support ontological search of the GWAS Catalog
Version: 0.2.14
Authors@R:
c(person(given = "Robert",
family = "Gentleman",
role = c("aut", "cre"),
email = "rgentlem@gmail.com"),
person(given = "Vincent",
family = "Carey",
role = c("aut")))
Description: Provides an interface to a SQLite database that has been created with mappings from GWAS catalog phenotypes to EFO and ORDO ontological terms.
License: CC BY 4.0 | file LICENSE
VignetteBuilder: knitr
Depends: corpustools, R (>= 3.5.0)
Imports: methods, RSQLite, shinyjs, DBI, utils, DT, shiny, ontoProc,
ggplot2, plotly, GenomicRanges, S4Vectors, IRanges,
ontologyIndex, dplyr, ggmanh, rlang
Suggests: knitr, rmarkdown, testthat, gwasrapidd, bookdown, kableExtra,
lubridate
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
NeedsCompilation: no
Packaged: 2023-05-27 16:28:30 UTC; robert
RoxygenNote: 7.2.3
Roxygen: list(markdown=TRUE)