Nantes Université

Skip to content
Extraits de code Groupes Projets
Valider 7d2aca75 rédigé par Johanna Zoppi's avatar Johanna Zoppi
Parcourir les fichiers

only one button

parent 867b881f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -16,9 +16,7 @@ server <- function(input, output, session) {
js$disableTab("NETWORK_EXPLORATION")
js$disableTab("MULTI-OMICS_ANALYSIS")
observe({
click("GO_SET_ADVANCED")
})
observeEvent(input$enableTabulations, {
# enable NETWORK_EXPLORATION when clicking the button
......
......@@ -31,6 +31,7 @@ sampleAnnot <- reactive({
updateCheckboxInput(session, "Omic3", value= FALSE)
}else{
click("GO_SET_ADVANCED")
validate(
need(input$file2$datapath != "", "Please select a data set")
)
......@@ -112,6 +113,7 @@ exprDat <- eventReactive(input$GO_SET_ADVANCED, {
exprDat <- read.csv(expressionData, sep = ",", header = TRUE, row.names = 1)
}else{
click("GO_SET_ADVANCED")
validate(
need(input$file1$datapath != "", "Please select a data set")
)
......
......@@ -158,7 +158,7 @@ ui <- tagList(
), #End first Row
fluidRow(
h2("Click on the button bellow to update your data according to the chosen advanced parameters"),
h4("Click on the button bellow to update your data according to the chosen advanced parameters"),
actionButton("GO_SET_ADVANCED", "Update your data")
),
fluidRow( #Begin Second Row --> Data visualization
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter