powered by
Based on soft clustering performed by the Mfuzz package.
# S4 method for micro_array clustExploration(microarray, new.window = FALSE)
A data.frame of nrows(microarray) observations of 3 variables (name, cluster, maj.vote.index).
A microarray to cluster
Boolean. New X11 window for plots. Defaults to FALSE.
Bertrand Frederic, Myriam Maumy-Bertrand.
library(Patterns) if(require(CascadeData)){ data(micro_S, package="CascadeData") D<-Patterns::as.micro_array(micro_S[1:100,],1:4,6) a<-clustExploration(D) a }
Run the code above in your browser using DataLab