Skip to content

Commit

Permalink
Update ui.R
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdb authored May 20, 2022
1 parent 65da27a commit 905bdee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/netvis/ui.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ui <- dashboardPage(
dashboardHeader(title="Visualization of SIGNET results"),
dashboardHeader(title="Visualization of SIGNET Results"),

dashboardSidebar(
sidebarMenu(
Expand All @@ -26,7 +26,7 @@ ui <- dashboardPage(
fileInput("file1", "Choose a text file of gene list", accept = ".txt"),
actionButton("action1", "Clear gene list"),
hr(),
radioButtons("radio1", "Choose a criteria for clustering",
radioButtons("radio1", "Choose a criterion for clustering",
choices=list("Cluster by enrichment"="enrichment",
"Cluster by modularity"="modularity"),
selected="modularity"),
Expand All @@ -43,7 +43,7 @@ ui <- dashboardPage(

## Network Summary
tabItem(tabName="net_summary",
h3(HTML(paste("</b>", "There are in total", "<b>", net_number, "</b>","subnetworks with",
h3(HTML(paste("</b>", "There are a total of", "<b>", net_number, "</b>","subnetworks with",
"<b>", vertex_number, "</b>","genes and",
"<b>", edge_number, "</b>","regulation effects in the network", sep=" "))),

Expand Down

0 comments on commit 905bdee

Please sign in to comment.