Description Usage Arguments Value See Also
Get or set differential splicing' elements for a data category
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | getDifferentialSplicing(category = getCategory())
setDifferentialSplicing(differential, category = getCategory())
getDifferentialSplicingFiltered(category = getCategory())
setDifferentialSplicingFiltered(differential, category = getCategory())
getDifferentialSplicingSurvival(category = getCategory())
setDifferentialSplicingSurvival(survival, category = getCategory())
getDifferentialSplicingResetPaging(category = getCategory())
setDifferentialSplicingResetPaging(reset, category = getCategory())
getDifferentialSplicingColumns(category = getCategory())
setDifferentialSplicingColumns(columns, category = getCategory())
|
category |
Character: data category |
differential |
Data frame or matrix: differential analyses table |
survival |
Data frame or matrix: differential analyses' survival data |
reset |
Character: reset paging of differential analyses table? |
columns |
Character: differential analyses' column names |
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()
,
getGlobal()
,
getGroups()
,
getHighlightedPoints()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.