File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -584,9 +584,9 @@ ui <- function(request){shinyUI(
584584 ),
585585 column(6 ,
586586 selectInput(" go_database_dm" , " GO database:" ,
587- c(" Molecular Function" = " GO_Molecular_Function_2017b " ,
588- " Cellular Component" = " GO_Cellular_Component_2017b " ,
589- " Biological Process" = " GO_Biological_Process_2017b " ))
587+ c(" Molecular Function" = " GO_Molecular_Function_2021 " ,
588+ " Cellular Component" = " GO_Cellular_Component_2021 " ,
589+ " Biological Process" = " GO_Biological_Process_2021 " ))
590590 ),
591591 column(12 ,actionButton(" go_analysis_dm" , " Run Enrichment" )),
592592 column(12 ,
@@ -603,8 +603,8 @@ ui <- function(request){shinyUI(
603603 ),
604604 column(6 ,
605605 selectInput(" pathway_database_dm" , " Pathway database:" ,
606- c(" KEGG" = " KEGG_2016 " ,
607- " Reactome" = " Reactome_2016 " ))
606+ c(" KEGG" = " KEGG_2021_Human " ,
607+ " Reactome" = " Reactome_2022 " ))
608608 ),
609609 column(12 ,actionButton(" pathway_analysis_dm" , " Run Enrichment" )),
610610 column(12 ,
You can’t perform that action at this time.
0 commit comments