diff --git a/program/shinyApp/server.R b/program/shinyApp/server.R index 3a2a7daf..da94e215 100644 --- a/program/shinyApp/server.R +++ b/program/shinyApp/server.R @@ -155,7 +155,7 @@ server <- function(input,output,session){ output$AddGeneSymbols_organism_ui <- renderUI({selectInput( inputId = "AddGeneSymbols_organism", label = "Which Organisms?", - choices = listDatasets(useEnsembl(biomart = "genes"))[,"description"], + choices = "Mouse genes (GRCm39)" ,#listDatasets(useEnsembl(biomart = "genes"))[,"description"], selected = "Mouse genes (GRCm39)" )}) }