-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 967 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
32
33
34
Package: otargen
Type: Package
Title: Access Open Target Genetics
Version: 1.1.5
Date: 2024-09-21
Authors@R: c(
person("Amir", "Feizi", role = c("aut", "cre"), email = "[email protected]"),
person("Kamalika", "Ray", role = "aut"))
Maintainer: Amir Feizi <[email protected]>
Description: Interact seamlessly with Open Target Genetics' GraphQL endpoint to query and retrieve tidy data tables, facilitating the analysis of genetic data. For more information about the Open Target Genetics API (<https://genetics.opentargets.org/api>).
Depends: R (>= 3.1.0)
LazyData: true
Imports:
ghql,
janitor,
ggiraphExtra,
cli,
dplyr,
ggplot2,
ggrepel,
jsonlite,
rlang,
magrittr,
stringr,
tibble,
tidyr
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.2.3
URL: https://amirfeizi.github.io/otargen/
BugReports: https://github.com/amirfeizi/otargen/issues