Sashimi Shiny app UI
sashimiAppUI(...)
... | additional arguments are ignored. |
---|
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
.
Other splicejam R-shiny functions:
launchSashimiApp()
,
sashimiAppConstants()
,
sashimiAppServer()
,
sashimiDataConstants()