clusterVisualHeatmap-class {goCluster} | R Documentation |
The class will prepare the goCluster
-result for visualization.
The class provides a wrapper around the
prepareHeatmap
-function. Please read the corresponding
documentation for further details.
prepared
:"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
.
Class "clusterVisual"
, directly.
Class "clusterModule"
, by class "clusterVisual"
.
signature(object = "clusterStatisticHyper")
:
interactive setup of the class. There are no options that you can
set on this class.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. signature(object = "clusterStatisticHyper")
:
non-interactive setup of the class. Not necessary since this class
has no options.signature(object = "clusterStatisticHyper")
:
prepares the selected annotation terms for the visualization. signature(object = "clusterStatisticHyper")
:
resets the results of this class so that the analysis can be run
again. Gunnar Wrobel, http://www.gunnarwrobel.de.
prepareHeatmap
,
goCluster-class
,
clusterModule-class
,
clusterVisual-class