Skip to content

Commit

Permalink
Small change.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJonasJost committed Feb 1, 2024
1 parent 13eae15 commit 6a34df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions program/shinyApp/R/single_gene_visualisation/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,11 @@ single_gene_visualisation_server <- function(id, data){
req(input$singleGeneGo>0)
print(input$Select_Gene)
if(single_Gene_vis$calculate == 1){
# update the data if needed
# update the data
data <- update_data(session$token)
# set the counter to 0 to prevent any further plotting
single_Gene_vis$calculate <- 0
}

GeneDataFlag <- F
# Select data for the gene based on gene Selection & group Selection
if(input$type_of_data_gene == "preprocessed"){
Expand Down

0 comments on commit 6a34df2

Please sign in to comment.