Skip to contents

Starts the interactive bambamR Shiny application for RNA-seq analysis. Requires the shiny package.

Usage

bb_run_app(...)

Arguments

...

Additional arguments passed to shiny::runApp().

Value

This function does not return a value; it launches a Shiny app.

Examples

# \donttest{
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
  bb_run_app()
}
# }