geneselectInput | R Documentation |
This module provides controls for selecting genes (matrix rows) by various criteria such as variance and gene set.
geneselectInput(id, select_genes = TRUE)
id |
Submodule namespace |
select_genes |
Disable gene (row) - wise selection if set to FALSE |
This will generally not be called directly, but by other modules such as the heatmap module.
output An HTML tag object that can be rendered as HTML using as.character()
geneselectInput("myid")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.