dendro: The server function of the dendrogram module

View source: R/dendro.R

dendroR Documentation

The server 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

dendro(input, output, session, eselist)

Arguments

input

Input object

output

Output object

session

Session object

eselist

ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects

Details

This function is not called directly, but rather via callModule() (see example).

Examples

callModule(dendro, "myid", eselist)


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