genesetselectInput: The UI function of the genesetselect module

View source: R/genesetselect.R

genesetselectInputR Documentation

The UI function of the genesetselect module

Description

The gene set module is for adding a gene set filter to displays. A selectizeInput is used for performance reasons, providing an autocomplete field for selecting from a list that could stretch to thousands of entries. This would be difficult to do client-side using a standard select field.

Usage

genesetselectInput(id, multiple = TRUE)

Arguments

id

Submodule namespace

multiple

Boolean: should it be possible to select multiple gene sets?

Value

output An HTML tag object that can be rendered as HTML using as.character()

Examples

genesetselectInput("myid")


pinin4fjords/shinyngs documentation built on Feb. 28, 2024, 10:19 a.m.