alpacaMetaNetwork: Create alpacaMetaNetwork for Louvain optimization

View source: R/ALPACA.R

alpacaMetaNetworkR Documentation

Create alpacaMetaNetwork for Louvain optimization

Description

Computes the "effective" adjacency matrix of a alpacaMetaNetwork whose nodes represent communities in the larger input matrix.

Usage

alpacaMetaNetwork(J, S)

Arguments

J

The modularity matrix

S

The community membership vector from the previous round of agglomeration.

Value

The differential modularity matrix, with rows representing "from" nodes and columns representing "to" nodes.

Examples

a <- 1 # example place holder

netZoo/netZooR documentation built on June 8, 2024, 6:20 a.m.