shinyFuse: shinyFuse

View source: R/shinyFuse.R

shinyFuseR Documentation

shinyFuse

Description

Exploring interactively the results of the annoFuse pipeline

Usage

shinyFuse(out_annofuse = NULL)

Arguments

out_annofuse

The character string specifying the location of the file output by the annoFuse pipeline. This file needs to be structured with the set of columns required for the later exploration steps in the interactive app.

Details

The application can also be started without specifying the location of the data, which can be provided (via upload) at runtime.

Value

A Shiny app object

Examples

out_annofuse <- system.file("extdata", "PutativeDriverAnnoFuse.tsv",
  package = "annoFuseData"
)
if (interactive()) {
  shinyFuse(out_annofuse)
}

d3b-center/annoFuse documentation built on Feb. 21, 2023, 1:06 a.m.