Skip to content

Commit

Permalink
remove choices of organism
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaSeep committed Jul 4, 2024
1 parent 8578657 commit 95da9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/shinyApp/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
)})
}
Expand Down

0 comments on commit 95da9d9

Please sign in to comment.