getHighlightedPoints {psichomics}R Documentation

Get or set points or regions for plots

Description

Get or set points or regions for plots

Usage

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())

Arguments

id

Character: identifier

category

Character: data category (e.g. "Carcinoma 2016"); by default, it uses the selected data category

events

Integer: index of events

zoom

Integer: range of X and Y coordinates for zooming

Value

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

See Also

getGlobal, getClinicalMatchFrom, getGroups and getDifferentialSplicing


[Package psichomics version 1.10.1 Index]