Description Usage Arguments Value Examples
geneclusters: get the cluster information of a certain clustering method with a certain number.
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)
|
object |
a genecl or cogena object |
method |
as clMethods in genecl function |
nClust |
cluster numbers |
geneclusters: a list or hclust depends on the method
1 2 3 4 5 | ## Not run:
geneclusters(genecl_result, "kmeans", 3)
geneclusters(genecl_result, "hierarchical", 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.