force button

This commit is contained in:
Tanushree Tunstall 2022-10-10 16:08:52 +01:00
parent 924ae20336
commit f7604d365b

View file

@ -327,9 +327,16 @@ function(input, output, session) {
aa_pos_lig3 = get(paste0(target_gene,"_aa_pos_lig3")) aa_pos_lig3 = get(paste0(target_gene,"_aa_pos_lig3"))
) )
) )
}
)
observeEvent(
{
input$force
input$switch_target
},
{
target_gene = input$switch_target
#### DM OM Plots #### #### DM OM Plots ####
#dm_om_param #dm_om_param
@ -359,8 +366,7 @@ function(input, output, session) {
), height=800 ), height=800
) )
} }
) )
# FIXME: Doesn't add selected table rows correctly # FIXME: Doesn't add selected table rows correctly
observeEvent( observeEvent(