Skip to content

Commit

Permalink
fixed buggy aliase
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Dec 21, 2024
1 parent ed5a161 commit 4df289e
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches: [main]
release:
types: [published]
workflow_dispatch:
Expand Down
11 changes: 8 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Version 1.8.8

* Removed buggy drug aliases from PubChem
* Updated DepMap RNA fusion events (24Q4)

# Version 1.8.7

* NCI Thesaurus update (24.11d)
* CIViC update (20241218)
* New custom drug categories
- ICIs - CTLA4 inhibitors
- ICIs - TIGIT inhibitors
- ICIs - LAG3 inhibitors
- ICIs - CTLA4 inhibitors
- ICIs - TIGIT inhibitors
- ICIs - LAG3 inhibitors

# Version 1.8.1

Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/biomarker_utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ load_custom_fusion_db <- function() {
return(biomarker_items)
}

load_depmap_fusions <- function(db_datestamp = "24Q2"){
load_depmap_fusions <- function(db_datestamp = "24Q4"){

# Load DepMap fusions
depmap_data <- list()
Expand Down
2 changes: 1 addition & 1 deletion data-raw/data-raw.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
# substr(as.character(packageVersion("pharmOncoX")),1,4),
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))

version_bump <- "1.8.7"
version_bump <- "1.8.8"

db <- list()
db[['biomarkers']] <- biomarkers
Expand Down
41 changes: 40 additions & 1 deletion data-raw/drug_names_ignore.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,45 @@ preconceive
wintergreen
vasoconstrictor
peppermint

autologous
allogeneic
emission
discharge
compound
biospecimen
emulsion
potassium
magnesium
sodium chloride
suspension
conjugate
conjugated
carbohydrates
wild-type reovirus
option.
designated
analog
analogue
dedicated
anthracycline
mouthwash
buffered
buffer
pharmaceuticals
pharmaceutical agent
drug substance
pharmacologic agent
pharmacologic substance
therapeutic agent
polymer
hydrochloride
trans
hormonal
hormones
emla
polymeric
buffering agent
clear by design
cluster of designation


Binary file modified data-raw/metadata_pharm_oncox.xlsx
Binary file not shown.
2 changes: 1 addition & 1 deletion pkgdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ releases of external databases:
- ChEMBL (v34)
- NCI Thesaurus (24.11d)
- MitelmanDB (20241015)
- CIViC (20241218)
- CIViC (20241221)

### Getting started

Expand Down

0 comments on commit 4df289e

Please sign in to comment.