Skip to content

Commit 7399b82

Browse files
committed
update Mitelmandb and CIViC
1 parent 3fd99b3 commit 7399b82

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

R/sysdata.rda

-3 Bytes
Binary file not shown.

data-raw/biomarker_utilities.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ load_civic_biomarkers <- function(
10871087
as.character(variant))) |>
10881088
dplyr::mutate(gene = dplyr::if_else(
10891089
feature_type == "Fusion",
1090-
as.character(variant),
1090+
as.character(feature_name),
10911091
as.character(gene)
10921092
)) |>
10931093
set_alteration_type() |>
@@ -1173,7 +1173,7 @@ load_civic_biomarkers <- function(
11731173
variant_consequence <- unique(vrows$variant_consequence)
11741174
alteration_type <- unique(vrows$alteration_type)
11751175
variant_name_primary <- unique(vrows$variant_name_primary)
1176-
1176+
11771177
all_aliases <- c()
11781178

11791179
if (stringr::str_detect(alteration_type,"MUT")) {

data-raw/data-raw.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ biomarkers[['metadata']] <- metadata$biomarkers
213213
# substr(as.character(packageVersion("pharmOncoX")),1,4),
214214
# as.character(as.integer(substr(as.character(packageVersion("pharmOncoX")),5,5)) + 1))
215215

216-
version_bump <- "2.1.0"
216+
version_bump <- "2.1.1"
217217

218218
db <- list()
219219
db[['biomarkers']] <- biomarkers

data-raw/metadata_pharm_oncox.xlsx

22 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)