Skip to content

Commit 703e888

Browse files
committed
NCI 24.10d & CIVIC 20241108
1 parent c1631d1 commit 703e888

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.8.1
2+
3+
* CIViC update (20241107)
4+
* NCI Thesaurus update (24.10d)
5+
16
# Version 1.8.0
27

38
* CIViC update (20241102)

R/sysdata.rda

14 Bytes
Binary file not shown.

data-raw/custom_drug_target_regex_nci.tsv

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ CENP-E CENPE
271271
CYP17 CYP17A1
272272
EBNA-1 EBNA1
273273
STP938 CTPS1
274-
HS-10502 PARP1
274+
HS-10502|GS-0201|HRS-1167|IMP1734|SNV1521 PARP1
275275
ORIC-944 PRC2
276276
NPX267 KIR3DL3
277277
ADA-011 LILRB1
@@ -376,6 +376,7 @@ DNMT1 DNMT1
376376
CTX-712 CLK1
377377
CTX-712 CLK2
378378
STC-15 METTL3
379+
RO7589831|HRO761 WRN
379380
ATI-2231 MAPKAPK2
380381
NLRP3 Inhibitor NLRP3
381382
Epidermal Growth Factor Receptor|Anti-[A-Za-z]{1,}[0-9]{0,}/EGFR|EGFR (.+)?Antagonist EGFR
@@ -420,6 +421,7 @@ CDC7 CDC7
420421
HIF-1alpha HIF1A
421422
(FAK ) PTK2
422423
(Fascin ) FSCN1
424+
FX-909 PPARG
423425
(Gamma-Secretase ) GSAP
424426
Uridine Phosphorylase Inhibitor UPP1
425427
EZH2 EZH2
@@ -432,6 +434,7 @@ NEDD8 Activating Enzyme E1 NAE1
432434
MetAP2 METAP2
433435
(Mps1 ) TTK
434436
MKNK1 MKNK1
437+
Tegtociclib CDK2
435438
MNK1/2 MKNK1
436439
MNK1/2 MKNK2
437440
(CDK4/6) CDK4
@@ -471,7 +474,6 @@ Menin Inhibitor MEN1
471474
FGF Receptor Antagonist HGS1036 FGFR1
472475
Gunagratinib FGFR1
473476
Gunagratinib FGFR2
474-
475477
Gunagratinib|LOXO-435 FGFR3
476478
Gunagratinib FGFR4
477479
Vofatamab FGFR3
@@ -481,7 +483,7 @@ Anti-NY-ESO(-)?1 CTAG1B
481483
Anti-GITR|Anti-human GITR TNFRSF18
482484
Anti-BCMA TNFRSF17
483485
17beta-Hydroxysteroid Dehydrogenase Type 5 Inhibitor AKR1C3
484-
Adagrasib KRAS
486+
Adagrasib|AZD0022|LY3962673 KRAS
485487
Anti-CD123 IL3RA
486488
Anti-CD33(-|/| ) CD33
487489
Anti-CD38(-|/| ) CD38

data-raw/data-raw.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ drug_sets <- list()
7474
## Get all anticancer drugs, NCI thesaurus + DGIdb
7575
drug_sets[['nci']] <- get_nci_drugs(
7676
nci_db_release = nci_db_release,
77-
overwrite = F,
77+
overwrite = T,
7878
path_data_raw = path_data_raw,
7979
path_data_processed = path_data_tmp_processed)
8080

@@ -207,7 +207,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
207207
# substr(as.character(packageVersion("pharmOncoX")),1,4),
208208
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))
209209

210-
version_bump <- "1.8.0"
210+
version_bump <- "1.8.1"
211211

212212
db <- list()
213213
db[['biomarkers']] <- biomarkers

data-raw/drug_utilities.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ get_nci_drugs <- function(nci_db_release = nci_db_release,
586586

587587
## parse all entries in nci thesaurus where the
588588
## semantic concept type is treatment-related
589-
nci_antineo_thesaurus_raw2 <- as.data.frame(
589+
nci_antineo_thesaurus_raw <- as.data.frame(
590590
read.table(file = file.path(path_data_raw, "nci_thesaurus", "Thesaurus.txt"),
591591
header = F, stringsAsFactors = F, sep="\t",
592592
comment.char="", quote = "") |>

data-raw/metadata_pharm_oncox.xlsx

-12 Bytes
Binary file not shown.

pkgdown/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ releases of external databases:
1515

1616
- Open Targets Platform (2024.09)
1717
- ChEMBL (v35)
18-
- NCI Thesaurus (24.09e)
18+
- NCI Thesaurus (24.10d)
1919
- MitelmanDB (20241015)
20-
- CIViC (20241102)
20+
- CIViC (20241108)
2121

2222
### Getting started
2323

0 commit comments

Comments
 (0)