From cda4d9f228572c1eaceb287ef2edeca5ae4a776f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Corral=20Bond=C3=ADa?= Date: Sun, 9 Jun 2019 19:29:28 +0200 Subject: [PATCH] Update ui.R --- ui.R | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui.R b/ui.R index 9abf2af..60dcaec 100644 --- a/ui.R +++ b/ui.R @@ -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 = "") + ) ) )