create_network_from_adjacency_matrix: Create a network object from an adjacency matrix

Description Usage Arguments Value Examples

View source: R/networks.R

Description

Create a network object from an adjacency matrix

Usage

1

Arguments

adjacency_matrix

The adjacency matrix for the network. Since the adjacency matrix only provides information on the global connections, the resulting 'network' object will consist of a single module containing these connections.

...

Additional arguments passed to create_module_from_adjacency_matrix.

Value

A network object.

Examples

1
2
3

SeqNet documentation built on July 9, 2021, 9:08 a.m.