[INTERNAL] Returns an edge list defining the connections between two layers of the network.
inter_layer_edgelist_by_id(annotation_A, annotation_B, connection, weight = 1)
Data frame with columns from, to and weight
[data.frame] Annotation tables specifying the identifiers of the nodes of a network
[string] String of identifier to connect on
[int|vector] Integer or vector specifying the weight of the inter-layer connections.