Description Usage Arguments Value See Also
Get or set points or regions for plots
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.