clusterVisualHeatmap-class {goCluster}R Documentation

Class "clusterVisualHeatmap", prepares a goCluster analysis for visualization.

Description

The class will prepare the goCluster-result for visualization.

Details

The class provides a wrapper around the prepareHeatmap-function. Please read the corresponding documentation for further details.

Slots

prepared:
Object of class "list", matches the "tree" structure of the annotation term selection from the significance analysis. But instead of a single annotation term each node holds a combination of the annotation term, the genes that were responsible for that annotation term being selected and the expression values for these genes.

Additional slots are described in the documentation of the clusterAlgorithm-class and clusterModule-class.

Extends

Class "clusterVisual", directly. Class "clusterModule", by class "clusterVisual".

Methods

config
signature(object = "clusterStatisticHyper"): interactive setup of the class. There are no options that you can set on this class.
setup
signature(object = "clusterStatisticHyper"): returns the configuration of the object as a list. Since there are no options to this class, this is always an empty list.
setup<-
signature(object = "clusterStatisticHyper"): non-interactive setup of the class. Not necessary since this class has no options.
execute
signature(object = "clusterStatisticHyper"): prepares the selected annotation terms for the visualization.
reset
signature(object = "clusterStatisticHyper"): resets the results of this class so that the analysis can be run again.

Author(s)

Gunnar Wrobel, http://www.gunnarwrobel.de.

See Also

prepareHeatmap, goCluster-class, clusterModule-class, clusterVisual-class


[Package goCluster version 1.0.0 Index]