| all_clustering_methods {simplifyEnrichment} | R Documentation |
All clustering methods
all_clustering_methods()
The default clustering methods are:
kmeanssee cluster_by_kmeans.
dynamicTreeCutmclustsee cluster_by_mclust.
apclustersee cluster_by_apcluster.
hdbscansee cluster_by_hdbscan.
fast_greedysee cluster_by_igraph.
leading_eigensee cluster_by_igraph.
louvainsee cluster_by_igraph.
walktrapsee cluster_by_igraph.
MCLsee cluster_by_MCL.
binary_cutsee binary_cut.
A vector of method names.
New methods can be added by register_clustering_methods.
all_clustering_methods()