Skip to content

Commit

Permalink
update intro to app_run2
Browse files Browse the repository at this point in the history
  • Loading branch information
ShixiangWang committed Jul 19, 2024
1 parent ef66dbb commit ea0b9bf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 6 additions & 1 deletion R/run.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ app_run <- function(runMode = "client", port = getOption("shiny.port")) {
#' @importFrom shiny shinyAppFile
#' @inheritParams shiny::runApp
#' @param runMode default is 'client' for personal user, set it to 'server' for running on server.
#' @param content a: all module; s: simplfied module; q: quick tpc modules; p: personalized tpc pipelines; d: pharmcogenomics
#' @param content Modules to enable.
#' - `a`: all modules
#' - `s`: only loading basic modules;
#' - `q`: add tpc (TCGA, PCAWG, CCLE) modules
#' - `p`: add tpc pipelines
#' - `d`: add pharmcogenomics modules
#'
#' @return NULL
#' @export
Expand Down
4 changes: 2 additions & 2 deletions inst/shinyapp/ui/help.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ui.page_help <- function() {
tabPanel(
"Quick Guide",
fluidPage(
tags$iframe(style="height:1000px; width:100%", src="Quick_guide.pdf")
# tags$iframe(style="height:1000px; width:100%", src="https://github.com/lishensuo/utils/blob/main/Quick_guide.pdf")
#tags$iframe(style="height:1000px; width:100%", src="Quick_guide.pdf")
tags$iframe(style="height:1000px; width:100%", src="https://ucscxenashiny-1301043367.cos.ap-shanghai.myqcloud.com/Quick_guide.pdf")
)
),
tabPanel(title = a("Tutorial Book",
Expand Down
9 changes: 8 additions & 1 deletion man/app_run2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea0b9bf

Please sign in to comment.