Sashimi Shiny app UI

sashimiAppUI(...)

Arguments

...

additional arguments are ignored.

Details

This function contains the UI for the R-shiny Splicejam Sashimi viewer.

The R-shiny app is started by launchSashimiApp(), which calls shiny::shinyApp(), using arguments server, ui, onStart, and options. This function fulfills the argument ui.

See also

Other splicejam R-shiny functions: launchSashimiApp(), sashimiAppConstants(), sashimiAppServer(), sashimiDataConstants()