clusterMethods {cogena} | 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)