dendroInput: The input function of the dendrogram module

View source: R/dendro.R

dendroInputR Documentation

The input function of the dendrogram module

Description

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.

Usage

dendroInput(id, eselist)

Arguments

id

Submodule namespace

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Details

This funcion provides the form elements to control the display

Value

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

Examples

library(shinyngs)
data(zhangneurons)
dendroInput("myid", zhangneurons)


pinin4fjords/shinyngs documentation built on Jan. 18, 2025, 7:09 p.m.