modules_from_summary_networks: Identify modules for each summary network at each age

View source: R/modules.R

modules_from_summary_networksR Documentation

Identify modules for each summary network at each age

Description

This function is called within modules_across_ages().

Usage

modules_from_summary_networks(summary_networks, extant_modules = NULL)

Arguments

summary_networks

List of reconstructed summary networks for each age (output from get_summary_network()).

extant_modules

A moduleWeb object defining the modules in the extant network.

Value

A list of 2 elements: 1) a data frame containing the module membership of each node at each age before matching; 2) a list of moduleWeb objects for each age.

Examples

## Not run: 
 unmatched_modules <- modules_from_summary_networks(summary_networks)

## End(Not run)

maribraga/evolnets documentation built on Feb. 3, 2025, 6:46 p.m.