clustering | R Documentation |
This module plots the expression profiles (scaled for comparison) of the
selected rows of the input matrix provided by the selectmatrix
module.
clustering(input, output, session, eselist)
input |
Input object |
output |
Output object |
session |
Session object |
eselist |
ExploratorySummarizedExperimentList object containing ExploratorySummarizedExperiment objects |
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 function is not called directly, but rather via callModule() (see example).
callModule(clustering, "myid", eselist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.