powered by
Based on soft clustering performed by the Mfuzz package.
clustExploration(microarray,...)
A microarray to cluster
Optional arguments:
Boolean. New X11 window for plots. Defaults to FALSE.
A data.frame of nrows(microarray) observations of 3 variables (name, cluster, maj.vote.index).
# NOT RUN { 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