getSelectInputBox {debrowser}R Documentation

getSelectInputBox

Description

Selects user input conditions to run in DESeq.

Usage

getSelectInputBox(
  id = NULL,
  name = NULL,
  num = 0,
  choices = NULL,
  selected = NULL,
  cw = 2
)

Arguments

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

Examples

    x <- getSelectInputBox()


[Package debrowser version 1.22.2 Index]