fitted.wilma {supclust} | R Documentation |
Yields the fitted values, i.e. the centroids of the (gene)
clusters that have been found by wilma
.
fitted.wilma(object, ...)
object |
An R object of class "wilma" ,
typically the result of wilma() . |
... |
Further arguments passed to and from methods. |
Numeric matrix of fitted values (for n cases in rows, and
noc
group centroids in columns).
Marcel Dettling, dettling@stat.math.ethz.ch
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.
## Running the examples of Wilma's help page example(wilma, echo = FALSE) fitted(fit)