inst/enterOligo/ui.R

library(shiny)
shinyUI(fluidPage(
  titlePanel("Oigo Analysis"),
    mainPanel(
      shiny::checkboxInput('cb','export from wave to excel',value=FALSE),
      shiny::actionButton('GO','Select Directory'),
      p('Select Directory of Oligo Excel files to run analysis')
    )
  )
)
JARS3N/regQC documentation built on May 5, 2019, 3:48 a.m.