force button

This commit is contained in:
Tanushree Tunstall 2022-10-10 16:02:19 +01:00
parent 70f8a917e5
commit 924ae20336

View file

@ -46,13 +46,12 @@ function(input, output, session) {
}) })
observeEvent( observeEvent(
{ {
input$force
input$switch_target input$switch_target
input$snp_ligand_dist input$snp_ligand_dist
input$snp_nca_dist input$snp_nca_dist
input$snp_interface_dist input$snp_interface_dist
},{ },{
target_gene = input$switch_target
merged_df3 = cbind(get(paste0(input$switch_target, '_merged_df3'))) merged_df3 = cbind(get(paste0(input$switch_target, '_merged_df3')))
position_max=max(merged_df3[['position']]) position_max=max(merged_df3[['position']])