run_graph_based_clustering | R Documentation |
Find clusters in SNN graph using a community detection algorithm and if possible, using a specified resolution.
run_graph_based_clustering(
graph_snn,
is_integration,
algorithm = c("louvain", "walktrap", "leiden"),
resolution = 0.8
)
graph_snn |
(input target) An object of class |
is_integration |
A logical scalar: if |
algorithm |
A character scalar: community detection algorithm:
|
resolution |
A numeric scalar: resolution of the |
A tibble
whose columns are mostly self-explanatory, except the data
column, which is of list
type and
contains an another tibble
with community_detection
column holding an object of class communities
returned from
the used igraph
clustering function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.