diff --git a/rsconnect/shinyapps.io/kcvi/START_devel.dcf b/rsconnect/shinyapps.io/kcvi/START_devel.dcf index 94e6abd..790af5c 100644 --- a/rsconnect/shinyapps.io/kcvi/START_devel.dcf +++ b/rsconnect/shinyapps.io/kcvi/START_devel.dcf @@ -2,8 +2,8 @@ name: START_devel account: kcvi server: shinyapps.io appId: 129924 -bundleId: 578666 +bundleId: 604762 url: https://kcvi.shinyapps.io/START_devel/ -when: 1475768751.31451 +when: 1478198443.38606 asMultiple: FALSE asStatic: FALSE diff --git a/server-analysisres.R b/server-analysisres.R index a03c834..20bd68b 100644 --- a/server-analysisres.R +++ b/server-analysisres.R @@ -42,7 +42,7 @@ observe({ choices=tmpgroups,selected = tmpgroups) } updateSelectizeInput(session,"analysisres_genes", - choices=tmpgeneids) + choices=tmpgeneids,server=TRUE) updateRadioButtons(session,'scattervaluename', choices=sort(tmpynames,decreasing = TRUE)) diff --git a/server-dotplot.R b/server-dotplot.R index c622dc8..1769300 100644 --- a/server-dotplot.R +++ b/server-dotplot.R @@ -37,7 +37,7 @@ observe({ # tmpynames = data_analyzed$data_long%>%select(-unique_id,-sampleid,-group)%>%colnames() updateSelectizeInput(session,'sel_gene', - choices= tmpgeneids) + choices= tmpgeneids,server=TRUE) updateCheckboxGroupInput(session,'sel_group', choices=tmpgroups, selected=tmpgroups) updateRadioButtons(session,'sel_gene_header', diff --git a/server-filterdata.R b/server-filterdata.R index a87d92e..b8d7a45 100644 --- a/server-filterdata.R +++ b/server-filterdata.R @@ -36,7 +36,7 @@ observe({ choices=tmpsamples,selected=tmpsamples) updateSelectizeInput(session,"datafilter_gene_select", - choices=tmpgeneids) + choices=tmpgeneids,server=TRUE) updateSelectizeInput(session,"datafilter_selecttest",choices=tmptests)