| clusterMethods | R Documentation | 
clusterMethods: get the methods of clustering used.
clusterMethods(object)
## S4 method for signature 'genecl'
clusterMethods(object)
## S4 method for signature 'cogena'
clusterMethods(object)
object | 
 a genecl or cogena object  | 
clusterMethods: a character vector.
data(Psoriasis)
genecl_result <- coExp(DEexprs, nClust=2:3, 
clMethods=c("hierarchical","kmeans"), metric="correlation", 
method="complete", 
ncore=1, verbose=TRUE)
clusterMethods(genecl_result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.