View source: R/genesetselect.R
genesetselectInput | R Documentation |
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.
genesetselectInput(id, multiple = TRUE)
id |
Submodule namespace |
multiple |
Boolean: should it be possible to select multiple gene sets? |
output An HTML tag object that can be rendered as HTML using as.character()
genesetselectInput("myid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.