Skip to content

Commit

Permalink
updates to CIViC and MitelmanDB
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Jan 27, 2025
1 parent 31f9b4f commit 10ecfb4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 5 additions & 3 deletions data-raw/data-raw.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ suppressPackageStartupMessages(source('data-raw/biomarker_utilities.R'))
## get metadata from metadata_pharma_oncox.xlsx
metadata <- list()
for (elem in c('compounds','biomarkers')) {
metadata[[elem]] <- as.data.frame(openxlsx::read.xlsx(
"data-raw/metadata_pharm_oncox.xlsx", sheet = elem, colNames = T) |>
metadata[[elem]] <- as.data.frame(
openxlsx::read.xlsx(
"data-raw/metadata_pharm_oncox.xlsx",
sheet = elem, colNames = T) |>
dplyr::mutate(source_version = dplyr::if_else(
is.na(source_version) &
source_abbreviation == "civic",
Expand Down Expand Up @@ -207,7 +209,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.9"
version_bump <- "1.9.0"

db <- list()
db[['biomarkers']] <- biomarkers
Expand Down
Binary file modified data-raw/metadata_pharm_oncox.xlsx
Binary file not shown.

0 comments on commit 10ecfb4

Please sign in to comment.