-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 920 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 920 Bytes
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: otargen
Type: Package
Title: Access Open Target
Version: 2.1.0
Date: 2026-07-30
Authors@R: c(
person("Amir", "Feizi", role = c("aut", "cre"), email = "afeizi@gmail.com"))
Maintainer: Amir Feizi <afeizi@gmail.com>
Description: Interact seamlessly with Open Target GraphQL endpoint to query and retrieve tidy data tables, facilitating the analysis of gene, disease, drug, and genetic data. For more information about the Open Target API (<https://platform.opentargets.org/api>).
Depends: R (>= 3.1.0)
LazyData: true
Imports:
ghql,
cli,
dplyr,
ggplot2,
jsonlite,
magrittr,
stats,
tibble,
tidyr,
httr
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.2
URL: https://amirfeizi.github.io/otargen/
BugReports: https://github.com/amirfeizi/otargen/issues