clusterMethods: Basic methods for a genecl object.

clusterMethodsR Documentation

Basic methods for a genecl object.

Description

clusterMethods: get the methods of clustering used.

Usage

clusterMethods(object)

## S4 method for signature 'genecl'
clusterMethods(object)

## S4 method for signature 'cogena'
clusterMethods(object)

Arguments

object

a genecl or cogena object

Value

clusterMethods: a character vector.

Examples

data(Psoriasis)
genecl_result <- coExp(DEexprs, nClust=2:3, 
clMethods=c("hierarchical","kmeans"), metric="correlation", 
method="complete", 
ncore=1, verbose=TRUE)
clusterMethods(genecl_result)



zhilongjia/cogena documentation built on Nov. 21, 2023, 1:34 a.m.