Skip to content

Commit f58f871

Browse files
committed
updated enrichment databases on demo page
1 parent b5ddaa7 commit f58f871

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ui.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)