Skip to content

Commit

Permalink
Update shiny app last version
Browse files Browse the repository at this point in the history
  • Loading branch information
LamineTourelab committed May 3, 2024
1 parent d084ee1 commit 4dc557b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,11 +525,6 @@ dashbody <- dashboardBody(
hr(style="border-color: blue;"),
selectInput("diffenrich", "Choose a database:", choices = dbs$libraryName, selected = 'GO_Biological_Process_2023'),
actionButton('diffsubmit', strong('Submit Enrichment'))
# Placeholder for input selection
# fluidRow(
# column(6, selectInput(inputId='Vartoplotdiff',label = 'Waiting for data plot',choices = NULL )),
# column(6, checkboxGroupInput(inputId='Vardatabasediff',label = 'Choose database',choices = NULL ))
# )
),
mainPanel( width = 9,
tabsetPanel(
Expand Down

0 comments on commit 4dc557b

Please sign in to comment.