textareaInput {debrowser}R Documentation

textareaInput

Description

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

Usage

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

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

[Package debrowser version 1.22.2 Index]