get_louvain_communities,bicluster_net-method | R Documentation |
Extracts the louvain communities from a bicluster_net
object using the louvain modularity optimization from the igraph
package (cluster_louvain
).
## S4 method for signature 'bicluster_net' get_louvain_communities(bic_net, min_size = 2, bics = NULL)
bic_net |
A |
min_size |
Minimum size of a louvain community to be returned. |
bics |
Optional. The respective list of biclusters to identify, from which algorithms a community originates. |
A list of bicluster_net
objects.
m <- matrix(seq(1:16), nrow=4) # m <- matrix(rnorm(10000), nrow=100) # bics <- c(run_fabia(m), run_isa(m), run_plaid(m)) # bn <- bicluster_network(bics, m) # get_louvain_communities(bn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.