clustExploration,omics_array-method | R Documentation |
Based on soft clustering performed by the Mfuzz package.
## S4 method for signature 'omics_array'
clustExploration(omicsarray, new.window = FALSE)
omicsarray |
A omicsarray to cluster |
new.window |
Boolean. New X11 window for plots. Defaults to FALSE. |
A data.frame of nrows(omicsarray) observations of 3 variables (name, cluster, maj.vote.index).
Bertrand Frederic, Myriam Maumy-Bertrand.
library(Patterns)
if(require(CascadeData)){
data(micro_S, package="CascadeData")
D<-Patterns::as.omics_array(micro_S[1:100,],1:4,6)
a<-clustExploration(D)
a
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.