Skip to content

Commit

Permalink
fix: remove GDC api call
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliversinn committed Jan 4, 2024
1 parent 82ad7c7 commit 99279e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions Dashboard/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ library(BiocManager)
load(file = "tcga.RData")
tcga_project_ids_list <- c("TODOS", tcga_project_ids_list)

# Static data ----
projects <- GenomicDataCommons::projects() %>%
GenomicDataCommons::filter(program.name == "TCGA") %>%
GenomicDataCommons::facet(c("name", "project_id")) %>%
results_all()

vb_style <- function(msg = "", style = "font-size: 100%;") {
tags$p(msg, style = style)
}
Expand Down
2 changes: 1 addition & 1 deletion Dashboard/ui.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Author: Oliver Mazariegos
# Last Update: 2023-12-14
# Last Update: 2023-01-03
# R 4.3.1

fluidPage(
Expand Down

0 comments on commit 99279e3

Please sign in to comment.