Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ytakemon committed Mar 2, 2022
1 parent 6a1bbc6 commit d16ae8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/list_available_cancer_type.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
list_available_cancer_types <- function(){
# Load necessary data
sample_annot <- NULL # see: https://support.bioconductor.org/p/24756/
load("data/sample_annot", envir = environment())
load("data/sample_annot.rda", envir = environment())

# Main
sample_annot %>%
Expand Down

0 comments on commit d16ae8b

Please sign in to comment.