Launches the Shiny-based Genomic DB Browser.

  • Default: Runs the packaged UI located inside the installed XZDBfunction package.

  • Development mode (use_current = TRUE): need to run xiaopei.input.all() first to build dataset index. It Copies only two files into the current working directory:

    • app.R

    • XZ_DB_functions.r

    Then runs the Shiny app from the working directory.

    This allows users to modify UI/server code locally without altering the package installation and without creating any additional folders. Under development mode: since the datasets are updated, it's required to run "Rebuild EVERYTHING" at Administrator Operations(left-bottom side) after launched ShinyUI

XZDB.Run(use_current = FALSE)

Arguments

use_current

Logical.

  • FALSE (default): run packaged app

  • TRUE: copy only app.R and XZ_DB_functions.r into current directory, then run app locally

Value

Invisibly returns the directory used for launching the app.