getDifferentialSplicing {psichomics} | R Documentation |
Get or set differential splicing' elements for a data category
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 (e.g. "Carcinoma 2016"); by default, it uses the selected 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
getEvent
, getClinicalMatchFrom
,
getGroups
and getDifferentialSplicing