Description Usage Arguments Value
Set of functions to render differential analyses (plot and table)
Set up environment and redirect user to a page based on click information
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | analysesTableSet(
session,
input,
output,
analysesType,
analysesID,
getAnalysesData,
getAnalysesFiltered,
setAnalysesFiltered,
getAnalysesSurvival,
getAnalysesColumns,
setAnalysesColumns,
getResetPaging,
setResetPaging
)
processClickRedirection(click, psi = NULL, survival = FALSE)
analysesPlotSet(
session,
input,
output,
analysesType,
analysesID,
getAnalysesData,
getAnalysesFiltered,
getAnalysesSurvival
)
|
session |
Shiny session |
input |
Shiny input |
output |
Shiny output |
analysesType |
Character: type of analyses ( |
analysesID |
Character: identifier |
getAnalysesData |
Function: get analyses data |
getAnalysesFiltered |
Function: get filtered analyses data |
setAnalysesFiltered |
Function: set filtered analyses data |
getAnalysesSurvival |
Function: get survival data |
getAnalysesColumns |
Function: get columns |
setAnalysesColumns |
Function: set columns |
getResetPaging |
Function: get toggle of reset paging |
setResetPaging |
Function: set toggle of reset paging |
click |
List: click information |
psi |
Data frame or matrix: alternative splicing quantification |
survival |
Boolean: redirect to survival page? |
NULL
(function is only used to modify the Shiny session's
state or internal variables)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.