Skip to content

Commit e07fe09

Browse files
committed
civic/mitelman db update
1 parent 25269f6 commit e07fe09

File tree

6 files changed

+35
-17
lines changed

6 files changed

+35
-17
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.8
2+
3+
* CIViC update (20260119)
4+
* MitelmanDB update (20260115)
5+
16
# Version 2.1.7
27

38
* CIViC update (20260101)

R/sysdata.rda

-7 Bytes
Binary file not shown.

data-raw/custom_drug_target_regex_nci.tsv

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ RMC-9085|Fulzerasib|RG6620|VS-7375|Olomorasib KRAS
55
Rofecoxib|MTI-301 SCD
66
ALTA2618|ATV-1601 AKT1
77
Elironrasib KRAS
8-
Rineterkib ERK1
9-
Rineterkib ERK2
8+
Rineterkib MAPK3
9+
Rineterkib MAPK1
1010
Zoligratinib FGFR1
1111
Zoligratinib FGFR2
1212
Zoligratinib FGFR3
@@ -16,8 +16,10 @@ Navicixizumab DLL4
1616
Osunprotafib PTPN2
1717
Tigozertinib EGFR
1818
Acasunlimab CD274
19-
ABD-3001 ALDH1
20-
ABD-3001 ALDH3
19+
ABD-3001 ALDH1A1
20+
ABD-3001 ALDH3A1
21+
GSK2879552 KDM1A
22+
AZD5153 BRD4
2123
OATD-02 ARG1
2224
OATD-02 ARG2
2325
Glecirasib KRAS
@@ -38,7 +40,7 @@ Fexagratinib FGFR4
3840
Firmonertinib EGFR
3941
HIF-2alpha Inhibitor EPAS1
4042
HMGB1 Inhibitor HMGB1
41-
Izalontamab HER1
43+
Izalontamab EGFR
4244
Izalontamab ERBB3
4345
DGK-alpha Inhibitor DGKH
4446
DGKalpha Inhibitor DGKH
@@ -102,7 +104,7 @@ Tinengotinib FLT3
102104
Tinengotinib FLT4
103105
pan-RAF Inhibitor|pan-RAF Kinase Inhibitor|Brimarafenib|BDTX-4933|DCC-3084 BRAF
104106
pan-RAF Inhibitor|pan-RAF Kinase Inhibitor|BDTX-4933|DCC-3084 ARAF
105-
pan-RAF Inhibitor|pan-RAF Kinase Inhibitor|BDTX-4933|DCC-3084 CRAF
107+
pan-RAF Inhibitor|pan-RAF Kinase Inhibitor|BDTX-4933|DCC-3084 RAF1
106108
Ebvaciclib|Tagtociclib|Certociclib CDK2
107109
Ebvaciclib|Atirmociclib CDK4
108110
Ebvaciclib CDK6
@@ -285,15 +287,13 @@ HS-10502|GS-0201|HRS-1167|IMP1734|SNV1521 PARP1
285287
ORIC-944 PRC2
286288
NPX267 KIR3DL3
287289
ADA-011 LILRB1
288-
ABD-3001 ALDH1
289-
ABD-3001 ALDH3
290290
Ivonescimab PDCD1
291291
(FASN ) FASN
292292
Glutaminase GLS
293293
GSK-3 GSK3A
294294
GSK-3 GSK3B
295295
belvarafenib|exarafenib BRAF
296-
belvarafenib CRAF
296+
belvarafenib RAF1
297297
nhibitor of 6-phosphofructo-2-kinase PFKFB3
298298
belumosudil binds to and inhibits ROCK2
299299
protein kinase C (PKC) inhibitor PRKCA
@@ -338,6 +338,9 @@ QLC1101|KQB365|QTX3544|Elisrasib KRAS
338338
Amdizalisib PIK3CD
339339
Trodusquemine PTP1B
340340
Mahatinib TNK2
341+
MAK683 EED
342+
ERAS-801 EGFR
343+
GSK4418959|MOMA-341|NDI-219216|HRO761 WRN
341344
Razuprotafib PTPRB
342345
Zunsemetinib MAP2K2
343346
CPB/p300 Bromodomain Inhibitor CREB1
@@ -475,7 +478,7 @@ Apomab TNFRSF10B
475478
Astegolimab ST2
476479
Burosumab FGF23
477480
BCL-2|Bcl-2 BCL2
478-
Empesertib MPS1
481+
Empesertib TTK
479482
Enavatuzumab TNFRSF12A
480483
Enokizumab IL9
481484
Enoticumab DLL4

data-raw/data-raw.R

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,18 @@ gene_info <- dplyr::bind_rows(
5151
symbol, name, gene_biotype),
5252
dplyr::select(gene_gencode$records$grch38,
5353
entrezgene, ensembl_gene_id),
54-
by = c("entrezgene"), multiple = "all"),
54+
by = c("entrezgene"),
55+
relationship = "many-to-many"),
5556
dplyr::inner_join(
5657
dplyr::select(gene_basic$records, entrezgene,
5758
symbol, name, gene_biotype),
5859
dplyr::select(gene_gencode$records$grch37,
5960
entrezgene, ensembl_gene_id),
60-
by = c("entrezgene"), multiple = "all")) |>
61-
dplyr::filter(gene_biotype == "protein_coding") |>
61+
by = c("entrezgene"),
62+
relationship = "many-to-many")) |>
63+
dplyr::filter(
64+
gene_biotype == "protein_coding" |
65+
gene_biotype == "unknown") |>
6266
dplyr::distinct() |>
6367
dplyr::mutate(association_sourceID = "nci_thesaurus_custom",
6468
target_type = "single_protein") |>
@@ -213,7 +217,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
213217
# substr(as.character(packageVersion("pharmOncoX")),1,4),
214218
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))
215219

216-
version_bump <- "2.1.7"
220+
version_bump <- "2.1.8"
217221

218222
db <- list()
219223
db[['biomarkers']] <- biomarkers

data-raw/drug_utilities.R

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,8 @@ map_curated_targets <- function(gene_info = NULL,
10491049
sep = "\t", header = T,
10501050
stringsAsFactors = F, quote = "") |>
10511051
dplyr::inner_join(
1052-
gene_info, by = "symbol", multiple = "all",
1052+
gene_info, by = "symbol",
1053+
multiple = "all",
10531054
relationship = "many-to-many") |>
10541055
dplyr::distinct()
10551056

@@ -1163,11 +1164,16 @@ map_curated_targets <- function(gene_info = NULL,
11631164
"(A|a)ntibody(-| )drug conjugate \\(ADC\\)"
11641165
)) |>
11651166
dplyr::filter(!stringr::str_detect(
1166-
tolower(nci_cd_name),"^(allogeneic|regimen |copper |fluorine f |indium |iodine |carbon c|autologous |recombinant |lutetium |yttrium |y 90)|vaccine$"
1167+
tolower(nci_cd_name),
1168+
paste0(
1169+
"^(allogeneic|regimen |copper |fluorine f |",
1170+
"indium |iodine |carbon c|autologous |",
1171+
"recombinant |lutetium |yttrium |y 90)|vaccine$")
11671172
)) |>
11681173
dplyr::filter(
11691174
stringr::str_detect(
1170-
nci_concept_definition, "antineoplastic|tumor|cancer"
1175+
nci_concept_definition,
1176+
"antineoplastic|tumor|cancer"
11711177
)
11721178
) |>
11731179
dplyr::select(nci_cd_name,

data-raw/metadata_pharm_oncox.xlsx

-5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)