getHighlightedPoints {psichomics} | R Documentation |
Get or set points or regions for plots
getHighlightedPoints(id, category = getCategory()) setHighlightedPoints(id, events, category = getCategory()) getZoom(id, category = getCategory()) setZoom(id, zoom, category = getCategory()) getSelectedPoints(id, category = getCategory()) setSelectedPoints(id, events, category = getCategory()) getLabelledPoints(id, category = getCategory()) setLabelledPoints(id, events, category = getCategory())
id |
Character: identifier |
category |
Character: data category |
events |
Integer: index of events |
zoom |
Integer: range of X and Y coordinates for zooming |
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()
,
getGroups()