-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
16 lines (16 loc) · 876 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: DTII
Title: Drug-Target-Indication Interaction Query Package
Version: 0.1.0
Authors@R:
person(given = "Min", family = "Li", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0003-9757-6822"))
Description: The DTII package provides functions to query interactions between drugs, targets, and diseases using the Open Targets Platform GraphQL API.
It supports searching for drug-target-indication interactions and retrieving detailed information on known drugs and their related diseases and targets.
Functions include 'search' for querying the Open Targets database by keyword, and 'get_interactions' for querying specific drugs, targets, or diseases by their unique identifiers.
Depends: R (>= 3.5.0)
Imports:
httr,
jsonlite
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2