shinyFuse | R Documentation |
Exploring interactively the results of the annoFuse pipeline
shinyFuse(out_annofuse = NULL)
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. |
The application can also be started without specifying the location of the data, which can be provided (via upload) at runtime.
A Shiny app object
out_annofuse <- system.file("extdata", "PutativeDriverAnnoFuse.tsv",
package = "annoFuseData"
)
if (interactive()) {
shinyFuse(out_annofuse)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.