Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed Jan 5, 2024
1 parent 3cffad2 commit 5c840a0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions components/board.upload/R/upload_module_computepgx.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,16 +149,14 @@ upload_module_computepgx_server <- function(
shiny::checkboxGroupInput(
ns("filter_methods"),
shiny::HTML("<h4>Feature filtering:</h4><br/>"),
choiceValues =
c(
choiceValues = c(
"only.hugo",
"only.proteincoding",
"remove.unknown",
"remove.notexpressed",
"skip.normalization"
),
choiceNames =
c(
choiceNames = c(
"Transform features to gene symbols",
"protein-coding only",
"remove Rik/ORF/LOC genes",
Expand Down Expand Up @@ -236,11 +234,6 @@ upload_module_computepgx_server <- function(
) ## end of fill Col
})

# shiny::outputOptions(output,
# "UI",
# suspendWhenHidden = FALSE
# ) ## important!!!

shiny::observeEvent(enable_button(), {
if (!enable_button()) {
shinyjs::disable(ns("compute"))
Expand Down

0 comments on commit 5c840a0

Please sign in to comment.