Skip to content

Commit

Permalink
0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Dec 3, 2021
1 parent 1b26a54 commit e897c7d
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 28 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: oncoPharmaDB
Type: Package
Title: Dataset with targeted and non-targeted anticancer drugs
Version: 0.6.2
Date: 2021-11-25
Version: 0.6.3
Date: 2021-12-03
Authors@R:
c(person(given = "Sigve",
family = "Nakken",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 0.6.3 (December 3rd 2021)

* Data update: NCI Thesaurus (21.11e)

# Version 0.6.2 (November 25th 2021)

* Data update: Open Targets Platform (2021.11)
Expand Down
6 changes: 3 additions & 3 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' data has been harvested from the Open Targets Platform, the NCI Thesaurus, and ChEMBL. Note that each entry corresponds
#' to a "drug synonym-target-indication association"
#'
#' @format \bold{oncopharmadb} - A data frame with 418,620 rows and 49 columns:
#' @format \bold{oncopharmadb} - A data frame with 427,034 rows and 49 columns:
#' \itemize{
#' \item \emph{drug_name} - Primary drug name (upper case, NCI Thesaurus)
#' \item \emph{nci_concept_display_name} - Primary drug name (NCI Thesaurus)
Expand Down Expand Up @@ -36,7 +36,7 @@
#' \item \emph{nci_version} - version of NCI used for this version of oncoPharmaDB
#' \item \emph{chembl_version} - version of ChEMBL used for this version of oncoPharmaDB
#' \item \emph{opentargets_version} - version of Open Target Platform used for this version of oncoPharmaDB
#' \item \emph{comb_regimen_indication} - type of drug molecule (Antibody, small molecule etc)
#' \item \emph{comb_regimen_indication} - logical for whether use of drug in a given condition is in the context of a drug combination
#' \item \emph{immune_checkpoint_inhibitor} - logical indicating if drug is an immune checkpoint inhibitor
#' \item \emph{topoisomerase_inhibitor} - logical indicating if drug is a topoisomerase inhibitor
#' \item \emph{tubulin_inhibitor} - logical indicating if drug is a tubulin inhibitor
Expand Down Expand Up @@ -64,7 +64,7 @@

#' Dataset of drug synonyms - linking known drug aliases to a primary identifier
#'
#' @format \bold{oncopharma_synonyms} - A data frame with 9,946 rows and 52 columns:
#' @format \bold{oncopharma_synonyms} - A data frame with 151,796 rows and 3 columns:
#' \itemize{
#' \item \emph{alias} - drug alias
#' \item \emph{nci_concept_display_name} - Primary drug name (NCI Thesaurus)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ Anti-cancer drugs are currently provided with the following tentative drug categ
* Topoisomerase inhibitors
* Tubulin inhibitors

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

- Open Targets Platform (2021.11)
- ChEMBL (v29)
- NCI Thesaurus (21.10d)
- NCI Thesaurus (21.11e)


#### Installation & Usage
Expand Down
Binary file modified data/oncopharma_synonyms.rda
Binary file not shown.
Binary file modified data/oncopharmadb.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pandoc: 2.14.0.3
pkgdown: 1.6.1
pkgdown_sha: ~
articles: {}
last_built: 2021-11-25T19:09Z
last_built: 2021-12-03T08:52Z

2 changes: 1 addition & 1 deletion docs/reference/get_onco_drugs.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/reference/oncopharma_synonyms.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/oncopharmadb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/pipe.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/tidyeval.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/oncopharma_synonyms.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/oncopharmadb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e897c7d

Please sign in to comment.