View source: R/cohort_selection_server.R
cohort_selection_server | R Documentation |
Cohort Selection Server
cohort_selection_server(
id,
default_datasets = shiny::reactive("TCGA"),
default_group = shiny::reactive("Immune_Subtype"),
dataset_type = shiny::reactive("analysis"),
display_module_availibility_string = shiny::reactive(T),
...
)
id |
A shiny ID |
default_datasets |
A Shiny reactive that return a list of dataset names |
default_group |
A Shiny reactive that returns the name of a group |
dataset_type |
A shiny reactive that returns one of c("analysis", "ici") |
display_module_availibility_string |
A shiny reactive that returns a logical |
... |
unused args |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.