-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 908 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
Package: HGNCREST
Title: Query the HGNC and VGNC APIs with httr2
Version: 0.99.2
Authors@R: c(
person("Marcel", "Ramos", , "[email protected]", c("aut", "cre"),
comment = c(ORCID = "0000-0002-3242-0582"))
)
Description: Query the HGNC and VGNC API with httr2. The HGNC API provides
access to data from the HGNC and VGNC database, which contains information
about human genes. The package provides functions to query both the HGNC and
VGNC APIs to retrieve data about genes, gene families, and gene symbols.
The package also provides functions to retrieve data about gene symbols from
the HGNC and the sister VGNC database.
License: Artistic-2.0
Depends:
httr2
Imports:
BiocBaseUtils,
tibble,
utils
Suggests:
BiocStyle,
knitr,
rmarkdown
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Date: 2024-11-15