summary.wilma {supclust}R Documentation

Summary Method for Wilma Objects

Description

Yields detailed information about the variables (genes) that have been selected, and how they were clustered.

Usage

summary.wilma(object, ...)

Arguments

object An R object of class "wilma", typically the result of wilma().
... Further arguments passed to and from methods.

Author(s)

Marcel Dettling, dettling@stat.math.ethz.ch

References

Marcel Dettling (2002) Supervised Clustering of Genes, see http://stat.ethz.ch/~dettling/supercluster.html

Marcel Dettling and Peter Bühlmann (2002). Supervised Clustering of Genes. Genome Biology, 3(12): research0069.1-0069.15.

See Also

wilma

Examples

 ## Running the examples of Wilma's help page
 example(wilma, echo = FALSE)
 summary(fit)

[Package supclust version 1.0-5 Index]