getDifferentialExpression {psichomics} | R Documentation |
Get or set differential expression' elements for a data category
getDifferentialExpression(category = getCategory()) setDifferentialExpression(differential, category = getCategory()) getDifferentialExpressionFiltered(category = getCategory()) setDifferentialExpressionFiltered(differential, category = getCategory()) getDifferentialExpressionSurvival(category = getCategory()) setDifferentialExpressionSurvival(survival, category = getCategory()) getDifferentialExpressionResetPaging(category = getCategory()) setDifferentialExpressionResetPaging(reset, category = getCategory()) getDifferentialExpressionColumns(category = getCategory()) setDifferentialExpressionColumns(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()
,
getDifferentialSplicing()
,
getGlobal()
,
getGroups()
,
getHighlightedPoints()