inst/shiny/ui.R

## ui.R ##
library(shinydashboard)

dashboardPage(
  dashboardHeader(),
  dashboardSidebar(disable = TRUE),
  dashboardBody(
    fluidRow(
      box(width=4),
      box(width=8,
        rcytoscapejsOutput("plot")
      )
    )
    
  )
)
kdaily/shinyPathway documentation built on May 20, 2019, 8:28 a.m.