cluster_GO.RdCluster GO terms
cluster_GO(mat, method = "binary_cut", catch_error = FALSE, verbose = TRUE, ...)
| mat | A GO similarity matrix. |
|---|---|
| method | Method for clustering the matrix. |
| catch_error | Internally used. |
| verbose | Whether to print messages. |
| ... | Other arguments passed to the clustering function. |
The following methods are supported:
binary_cutsee binary_cut.
kmeanssee cluster_by_kmeans.
dynamicTreeCutmclustsee cluster_by_mclust.
apclustersee cluster_by_apcluster.
fast_greedysee cluster_by_igraph.
leading_eigensee cluster_by_igraph.
louvainsee cluster_by_igraph.
walktrapsee cluster_by_igraph.
Note the parametes for each clustering method are passes by ... from cluster_GO.
A numeric vector of cluster labels (in numeric).
If catch_error is set to TRUE and if the clustering produces an error,
the function returns a try-error object.
# There is no example NULL#> NULL