all_clustering_methods {simplifyEnrichment} | R Documentation |
All clustering methods
all_clustering_methods()
The default clustering methods are:
kmeans
see cluster_by_kmeans
.
dynamicTreeCut
mclust
see cluster_by_mclust
.
apcluster
see cluster_by_apcluster
.
hdbscan
see cluster_by_hdbscan
.
fast_greedy
see cluster_by_igraph
.
leading_eigen
see cluster_by_igraph
.
louvain
see cluster_by_igraph
.
walktrap
see cluster_by_igraph
.
MCL
see cluster_by_MCL
.
binary_cut
see binary_cut
.
A vector of method names.
New methods can be added by register_clustering_methods
.
all_clustering_methods()