clusterMethods: Basic methods for a genecl object.

Description Usage Arguments Value Examples

Description

clusterMethods: get the methods of clustering used.

Usage

1
2
3
4
5
6
7
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

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

cogena documentation built on Nov. 8, 2020, 6:54 p.m.