textareaInput: textareaInput

View source: R/uifuncs.R

textareaInputR 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)

UMMS-Biocore/debrowser documentation built on Feb. 9, 2024, 6:15 p.m.