initial run

This commit is contained in:
Tanushree Tunstall 2022-09-03 09:53:52 +00:00
parent 59caed060b
commit 18d03594d2
2 changed files with 19 additions and 17 deletions

View file

@ -1,6 +1,7 @@
#### Shiny UI #####
#dashboardHeader(title = paste0(gene, "/", drug)),
dashboardPage(skin="purple",
dashboardHeader(title = "Drug/Target Explorer"),
dashboardSidebar(
@ -254,3 +255,4 @@ body <- dashboardBody(
)
)
)
)