Learn R Programming

Patterns (version 1.3)

clustExploration,micro_array-method: A function to explore a dataset and cluster its rows.

Description

Based on soft clustering performed by the Mfuzz package.

Usage

# S4 method for micro_array
clustExploration(microarray, new.window = FALSE)

Value

A data.frame of nrows(microarray) observations of 3 variables (name, cluster, maj.vote.index).

Arguments

microarray

A microarray to cluster

new.window

Boolean. New X11 window for plots. Defaults to FALSE.

Author

Bertrand Frederic, Myriam Maumy-Bertrand.

Examples

Run this code

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