Updates UI-widgets for specific columns of oncotree entries

updateOncotreeUIwidgets(
  session,
  row_last_clicked,
  mode = c("add", "edit"),
  tab = c("Patient", "Sample")
)

Arguments

session

Shiny session

row_last_clicked

the index of the row last clicked in the oncotree_table

mode

determines the inputId prefix of the UI-widget

tab

"Patient", "Sample" - The used tab; sets the html id pr

Value

nothing to return