geneclusters: geneclusters: get the cluster information of a certain...

Description Usage Arguments Value Examples

Description

geneclusters: get the cluster information of a certain clustering method with a certain number.

Usage

1
2
3
4
5
6
7
geneclusters(object, method, nClust)

## S4 method for signature 'genecl'
geneclusters(object, method = clusterMethods(object), nClust)

## S4 method for signature 'cogena'
geneclusters(object, method = clusterMethods(object), nClust)

Arguments

object

a genecl or cogena object

method

as clMethods in genecl function

nClust

cluster numbers

Value

geneclusters: a list or hclust depends on the method

Examples

1
2
3
4
5
## Not run: 
geneclusters(genecl_result, "kmeans", 3)
geneclusters(genecl_result, "hierarchical", 4)

## End(Not run)

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