inst/shinyapp/script/homepage.R

homepage <- dashboardPage(
  dashboardHeader(disable = T),
  dashboardSidebar(disable = T),
  dashboardBody(
    fluidRow(
      column(
        width = 10,
        offset = 1,
        tags$iframe(src = "html/README.html",
                    width = "100%",
                    height = "780px",
                    style = "border-radius: 10px; border-width: 0px;")
        )
      )
    
    )
  )

Try the BioVizSeq package in your browser

Any scripts or data that you put into this service are public.

BioVizSeq documentation built on Aug. 22, 2025, 9:13 a.m.