Learn R Programming

demi (version 1.1.2)

cluster: Initializes the clustering of probes into clusters

Description

The function cluster clusters probes with the function specified in the in the clust.method parameter of the DEMIClust object. This function is used internally by DEMI analysis when clusters are created automatically from normalized expression matrix.

Usage

cluster(object)
"cluster"(object)

Arguments

object
A DEMIClust object.

Value

Returns a DEMIClust object that is updated with a list of clustered probes.

See Also

DEMIClust