getClinicalMatchFrom {psichomics} | R Documentation |
Get or set clinical matches from a given data type
getClinicalMatchFrom(dataset, category = getCategory()) setClinicalMatchFrom(dataset, matches, category = getCategory())
dataset |
Character: data set name |
category |
Character: data category |
matches |
Vector of integers: clinical matches 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:
getDifferentialExpression()
,
getDifferentialSplicing()
,
getGlobal()
,
getGroups()
,
getHighlightedPoints()
,
getSelectedDataPanel()