getSelectInputBox | R Documentation |
Selects user input conditions to run in DESeq.
getSelectInputBox(
id = NULL,
name = NULL,
num = 0,
choices = NULL,
selected = NULL,
cw = 2,
multiple = FALSE
)
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 |
multiple, |
if multiple choices are available |
x <- getSelectInputBox()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.