inter_layer_edgelist_by_id: [INTERNAL] Inter layer connections by identifiers

View source: R/graph_combination.R

inter_layer_edgelist_by_idR Documentation

[INTERNAL] Inter layer connections by identifiers

Description

[INTERNAL] Returns an edge list defining the connections between two layers of the network.

Usage

inter_layer_edgelist_by_id(annotation_A, annotation_B, connection, weight = 1)

Arguments

annotation_A, annotation_B

[data.frame] Annotation tables specifying the identifiers of the nodes of a network

connection

[string] String of identifier to connect on

weight

[int|vector] Integer or vector specifying the weight of the inter-layer connections.

Value

Data frame with columns from, to and weight


DrDimont documentation built on Sept. 23, 2022, 5:06 p.m.