getGroups | R Documentation |
Get or set groups
getGroups(
type = c("Patients", "Samples", "ASevents", "Genes"),
complete = FALSE,
category = getCategory()
)
setGroups(
type = c("Patients", "Samples", "ASevents", "Genes"),
groups,
category = getCategory()
)
type |
Character: type of groups (either |
complete |
Boolean: return all the information on groups ( |
category |
Character: data category |
groups |
Matrix: groups of dataset |
Getters return globally accessible data, whereas setters return
NULL
as they are only used to modify the Shiny session's state
Needs to be called inside a reactive function
Other functions to get and set global variables:
getClinicalMatchFrom()
,
getDifferentialExpression()
,
getDifferentialSplicing()
,
getGlobal()
,
getHighlightedPoints()
,
getSelectedDataPanel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.