force button
This commit is contained in:
parent
70f8a917e5
commit
924ae20336
1 changed files with 1 additions and 2 deletions
|
@ -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']])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue