igraphClustering | R Documentation |
A function to perform igraph clustering
igraphClustering( sce, metadata = "SNF_W", method = c("louvain", "leiden", "walktrap", "spinglass", "optimal", "leading_eigen", "label_prop", "fast_greedy", "edge_betweenness"), ... )
sce |
A singlecellexperiment object |
metadata |
indicates the meta data name of affinity matrix to virsualise |
method |
A character indicates the method for finding communities from igraph. Default is louvain clustering. |
... |
Other inputs for the igraph functions |
A vector indicates the membership (clustering) results
data(sce_control_subset, package = "CiteFuse") sce_control_subset <- CiteFuse(sce_control_subset) SNF_W_louvain <- igraphClustering(sce_control_subset, method = "louvain")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.