-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.45 KB
/
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
35
36
37
38
39
40
41
42
43
44
Package: pharmOncoX
Type: Package
Title: Molecularly targeted cancer drugs and biomarkers
Version: 1.8.2
URL: https://sigven.github.io/pharmOncoX
Authors@R:
c(person(given = "Sigve",
family = "Nakken",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8468-2050")))
Maintainer: Sigve Nakken <[email protected]>
Description: This data package collects anticancer drug information from
multiple resources, including Open Targets Platform/ChEMBL, NCI Thesaurus,
and PubChem. The main dataset contains a list of all molecularly targeted
anticancer drugs per indication/tumor type (where this is provided),
which can be queried with a range of parameters, including
clinical development phase, approval status, drug targets,
mechanism-of-action/drug category etc. The package
also allows for the retrieval of curated biomarkers from multiple
freely available resources (CIViC, CGI, Mitelman database).
License: MIT + file LICENSE
BugReports: https://github.com/sigven/pharmOncoX/issues
Depends:
R (>= 4.1.0)
Imports: dplyr,
stringr,
lgr,
tidyr,
ggplot2,
googledrive,
rlang,
assertthat,
DT
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3