R/functions.R
updateOncotreeUIwidgets.RdUpdates UI-widgets for specific columns of oncotree entries
updateOncotreeUIwidgets( session, row_last_clicked, mode = c("add", "edit"), tab = c("Patient", "Sample") )
| 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 |
nothing to return