Skip to content

Commit

Permalink
Update ui.R
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancbondia authored Jun 9, 2019
1 parent 3140c80 commit cda4d9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ shinyUI(fluidPage(
actionButton("upload4", "DDS graph"),
plotOutput("graph2")
)
tabPanel("Differential Expression",
hr(),
textInput("formula1", "Enter design"),
p("Type the formula for your differential expression analysis"),
actionButton("upload3", "Load design"),
selectInput("datadrop2","metadata2", choices = "")
)

)
)
Expand Down

0 comments on commit cda4d9f

Please sign in to comment.