Skip to content

Commit e897c7d

Browse files
committed
0.6.3 release
1 parent 1b26a54 commit e897c7d

21 files changed

+39
-28
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: oncoPharmaDB
22
Type: Package
33
Title: Dataset with targeted and non-targeted anticancer drugs
4-
Version: 0.6.2
5-
Date: 2021-11-25
4+
Version: 0.6.3
5+
Date: 2021-12-03
66
Authors@R:
77
c(person(given = "Sigve",
88
family = "Nakken",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.6.3 (December 3rd 2021)
2+
3+
* Data update: NCI Thesaurus (21.11e)
4+
15
# Version 0.6.2 (November 25th 2021)
26

37
* Data update: Open Targets Platform (2021.11)

R/data.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#' data has been harvested from the Open Targets Platform, the NCI Thesaurus, and ChEMBL. Note that each entry corresponds
55
#' to a "drug synonym-target-indication association"
66
#'
7-
#' @format \bold{oncopharmadb} - A data frame with 418,620 rows and 49 columns:
7+
#' @format \bold{oncopharmadb} - A data frame with 427,034 rows and 49 columns:
88
#' \itemize{
99
#' \item \emph{drug_name} - Primary drug name (upper case, NCI Thesaurus)
1010
#' \item \emph{nci_concept_display_name} - Primary drug name (NCI Thesaurus)
@@ -36,7 +36,7 @@
3636
#' \item \emph{nci_version} - version of NCI used for this version of oncoPharmaDB
3737
#' \item \emph{chembl_version} - version of ChEMBL used for this version of oncoPharmaDB
3838
#' \item \emph{opentargets_version} - version of Open Target Platform used for this version of oncoPharmaDB
39-
#' \item \emph{comb_regimen_indication} - type of drug molecule (Antibody, small molecule etc)
39+
#' \item \emph{comb_regimen_indication} - logical for whether use of drug in a given condition is in the context of a drug combination
4040
#' \item \emph{immune_checkpoint_inhibitor} - logical indicating if drug is an immune checkpoint inhibitor
4141
#' \item \emph{topoisomerase_inhibitor} - logical indicating if drug is a topoisomerase inhibitor
4242
#' \item \emph{tubulin_inhibitor} - logical indicating if drug is a tubulin inhibitor
@@ -64,7 +64,7 @@
6464

6565
#' Dataset of drug synonyms - linking known drug aliases to a primary identifier
6666
#'
67-
#' @format \bold{oncopharma_synonyms} - A data frame with 9,946 rows and 52 columns:
67+
#' @format \bold{oncopharma_synonyms} - A data frame with 151,796 rows and 3 columns:
6868
#' \itemize{
6969
#' \item \emph{alias} - drug alias
7070
#' \item \emph{nci_concept_display_name} - Primary drug name (NCI Thesaurus)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Anti-cancer drugs are currently provided with the following tentative drug categ
2424
* Topoisomerase inhibitors
2525
* Tubulin inhibitors
2626

27-
Currently (as of November 25th 2021), `oncoPharmaDB` is built upon the following
27+
Currently (as of December 2nd 2021), `oncoPharmaDB` is built upon the following
2828
releases of external databases:
2929

3030
- Open Targets Platform (2021.11)
3131
- ChEMBL (v29)
32-
- NCI Thesaurus (21.10d)
32+
- NCI Thesaurus (21.11e)
3333

3434

3535
#### Installation & Usage

data/oncopharma_synonyms.rda

1.74 KB
Binary file not shown.

data/oncopharmadb.rda

18.3 KB
Binary file not shown.

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)