getTableStyle {debrowser} | R Documentation |
User defined selection that selects the style of table to display within the DEBrowser.
getTableStyle( dat = NULL, input = NULL, padj = c("padj"), foldChange = c("foldChange"), DEsection = TRUE )
dat, |
dataset |
input, |
input params |
padj, |
the name of the padj value column in the dataset |
foldChange, |
the name of the foldChange column in the dataset |
DEsection, |
if it is in DESection or not |
getTableStyle
x <- getTableStyle()