inst/shiny/shiny_ui/ui_main_settings.R

########
# UI panel for the current analysis settings
#######
tabPanel("Settings",
    value = "settings_view",
    icon  = icon("wrench"),
    br(),
    #####################
    # CURRENT SETTINGS
    ######################
    selectInput("selected_settings_table", "Selected data", 
                c("Constraints" = "constraints", 
                "Coverage Constraints" = "cvg_constraints", 
                "Options" = "opts", 
                "PCR" = "PCR_options")),
    DT::dataTableOutput("current_constraints")
)

Try the openPrimeRui package in your browser

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

openPrimeRui documentation built on Nov. 8, 2020, 6:44 p.m.