selectizeGeneInput {psichomics}R Documentation

Create input to select a gene

Description

Create input to select a gene

Usage

selectizeGeneInput(id, label = "Gene", choices = NULL,
  multiple = FALSE)

Arguments

id

Character: identifier

label

Display label for the control, or NULL for no label.

choices

List of values to select from. If elements of the list are named, then that name rather than the value is displayed to the user. This can also be a named list whose elements are (either named or unnamed) lists or vectors. If this is the case, the outermost names will be used as the "optgroup" label for the elements in the respective sublist. This allows you to group and label similar choices. See the example section for a small demo of this feature.

multiple

Is selection of multiple items allowed?

Value

HTML elements


[Package psichomics version 1.9.1 Index]