getGroups {psichomics} | 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
Other functions to get and set global variables:
getClinicalMatchFrom()
,
getDifferentialExpression()
,
getDifferentialSplicing()
,
getGlobal()
,
getHighlightedPoints()