fitted.wilma {supclust}R Documentation

Extract the Fitted Values of Wilma

Description

Yields the fitted values, i.e. the centroids of the (gene) clusters that have been found by wilma.

Usage

fitted.wilma(object, ...)

Arguments

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

Value

Numeric matrix of fitted values (for n cases in rows, and noc group centroids in columns).

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)
 fitted(fit)

[Package supclust version 1.0-5 Index]