clusteringOutput: The output function of the clustering module

View source: R/clustering.R

clusteringOutputR Documentation

The output function of the clustering module

Description

This module plots the expression profiles (scaled for comparison) of the selected rows of the input matrix provided by the selectmatrix module.

Usage

clusteringOutput(id)

Arguments

id

Submodule namespace

Details

The clara method, a fast approximation of partitioning about medoids, is used to produce the clusters. As well as defining the input matrix users can decide how the clusters are drawn and how many clusters should be generated.

This funcion provides the form elements to control the display

This provides actual plot element for display by applications

Value

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

Examples

clusteringOutput("myid")


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