textareaInput: textareaInput

Description Usage Arguments Examples

Description

Generates a text area input to be used for gene selection within the DEBrowser.

Usage

1
2
textareaInput(id, label, value, rows = 20, cols = 35,
  class = "form-control")

Arguments

id,

id of the control

label,

label of the control

value,

initial value

rows,

the # of rows

cols,

the # of cols

class,

css class

Examples

1
2
    x <- textareaInput("genesetarea", "Gene Set",
        "Fgf21", rows = 5, cols = 35)

nephantes/debrowser_bioconductor_release documentation built on May 29, 2019, 7:15 a.m.