alpacaCommunityStructureRotation: Comparing node community membership between two networks

View source: R/ALPACA.R

alpacaCommunityStructureRotationR Documentation

Comparing node community membership between two networks

Description

This function uses the pseudo-inverse to find the optimal linear transformation mapping the community structures of two networks, then ranks nodes in the network by how much they deviate from the linear mapping.

Usage

alpacaCommunityStructureRotation(net1.memb, net2.memb)

Arguments

net1.memb

The community membership for Network 1.

net2.memb

The community membership for Network 2.

Value

A ranked list of nodes.

Examples

a <- 1 #place holder

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