force button
This commit is contained in:
parent
924ae20336
commit
f7604d365b
1 changed files with 11 additions and 5 deletions
|
@ -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(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue