getGroups: Get or set groups

Description Usage Arguments Value See Also

View source: R/globalAccess.R

Description

Get or set groups

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
getGroups(
  type = c("Patients", "Samples", "ASevents", "Genes"),
  complete = FALSE,
  category = getCategory()
)

setGroups(
  type = c("Patients", "Samples", "ASevents", "Genes"),
  groups,
  category = getCategory()
)

Arguments

type

Character: type of groups (either Patients, Samples, ASevents or Genes)

complete

Boolean: return all the information on groups (TRUE) or just the group names and respective indexes (FALSE)?

category

Character: data category

groups

Matrix: groups of dataset

Value

Getters return globally accessible data, whereas setters return NULL as they are only used to modify the Shiny session's state

See Also

Other functions to get and set global variables: getClinicalMatchFrom(), getDifferentialExpression(), getDifferentialSplicing(), getGlobal(), getHighlightedPoints()


psichomics documentation built on Nov. 8, 2020, 5:44 p.m.