Learn R Programming

cogena (version 1.6.2)

clusterMethods: Basic methods for a genecl object.

Description

clusterMethods: get the methods of clustering used.

Usage

clusterMethods(object)
"clusterMethods"(object)
"clusterMethods"(object)

Arguments

object
a genecl or cogena object

Value

clusterMethods: a character vector.

Examples

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


Run the code above in your browser using DataLab