Skip to content

Commit

Permalink
Update the DRomicsInterpreter-shiny: fix a bug in finding examples files
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Dec 4, 2023
1 parent 0dde252 commit 126c261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/DRomicsInterpreter-shiny/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ library(DRomics, quietly = TRUE)
library(sortable, quietly = TRUE)
library(ggplot2, quietly = TRUE)
library(plotly, quietly = TRUE)
addResourcePath('DRomicspkg', system.file("extdata", package="DRomics"))
options(shiny.maxRequestSize=30*1024^2)

texthelpnblevel <- "The maximal number of experimental levels is 10. The experimental levels can be for example different molecular levels (transcriptomics, metabolomis, ...), different experimental time points or different biological models (different species, different experimental settings), ..."
Expand Down

0 comments on commit 126c261

Please sign in to comment.