getSelectInputBox {debrowser} | R Documentation |
Selects user input conditions to run in DESeq.
getSelectInputBox(id = NULL, name = NULL, num = 0, choices = NULL, selected = NULL, cw = 2)
id, |
input id |
name, |
label of the box |
num, |
panel that is going to be shown |
choices, |
sample list |
selected, |
selected smaple list |
cw, |
column width |
x <- getSelectInputBox()