Skip to content

Commit 5608d82

Browse files
committed
civic update + NCI thesaurus 26.01d
1 parent f809b7f commit 5608d82

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

NEWS.md

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

38
* CIViC update (20260119)

R/sysdata.rda

85 Bytes
Binary file not shown.

data-raw/custom_drug_target_regex_nci.tsv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
pattern symbol
2+
Daraxonrasib|ALTA3263|BBO-11818 KRAS
3+
Daraxonrasib NRAS
4+
Daraxonrasib HRAS
25
OMX-0407 SIK3
36
RMC-9085|Fulzerasib|RG6620|VS-7375|Olomorasib KRAS
47
3706674 KRAS
@@ -334,6 +337,10 @@ Camibirstat SMARCA2
334337
Sutetinib EGFR
335338
Selatinib EGFR
336339
Selatinib ERBB2
340+
APL-4098 EIF2AK4
341+
ABBV-CLS-579 PTPN1
342+
ABBV-CLS-579 PTPN2
343+
ATX-559 DHX9
337344
QLC1101|KQB365|QTX3544|Elisrasib KRAS
338345
Amdizalisib PIK3CD
339346
Trodusquemine PTP1B

data-raw/data-raw.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
217217
# substr(as.character(packageVersion("pharmOncoX")),1,4),
218218
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))
219219

220-
version_bump <- "2.1.8"
220+
version_bump <- "2.1.9"
221221

222222
db <- list()
223223
db[['biomarkers']] <- biomarkers
@@ -258,7 +258,7 @@ for(elem in c('biomarkers',
258258

259259
(gd_records[[elem]] <- googledrive::drive_upload(
260260
media = local_rds_fpath,
261-
path = paste0("pharmOncoX/", elem, "_v", version_bump,".rds")
261+
path = paste0("129Uf8-Z4f5ElxzX6vv14L1PpJh6xOSnE", elem, "_v", version_bump,".rds")
262262
))
263263

264264
google_rec_df <-

data-raw/metadata_pharm_oncox.xlsx

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)