powered by
Yields the fitted values, i.e. the centroids of the (gene) clusters that have been found by wilma.
wilma
# S3 method for wilma fitted(object, …)
An R object of class "wilma", typically the result of wilma().
class
"wilma"
wilma()
further arguments passed to and from methods.
Numeric matrix of fitted values (for \(n\) cases in rows, and noc group centroids in columns).
noc
wilma, also for references.
# NOT RUN { ## Running the examples of Wilma's help page example(wilma, echo = FALSE) fitted(fit) # }
Run the code above in your browser using DataLab