dendroInput | R Documentation |
This module will produce a sample clustering dendrogram based on
user-selected parameters of row (e.g. gene) and column (sample) selection
provided by the selectmatrix
module, as well distance matrix
generation and clustering method.
dendroInput(id, eselist)
id |
Submodule namespace |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
This funcion provides the form elements to control the display
output An HTML tag object that can be rendered as HTML using as.character()
library(shinyngs)
data(zhangneurons)
dendroInput("myid", zhangneurons)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.