graphs: [list] A named list (elements groupA and groupB). Each element contains a list of iGraph objects (graphs from output of generate_individual_graphs).
annotations: [list] A named list (elements groupA, groupB and both). Each element contains a list of data frames mapping each node IDs to identifiers. both contains unique identifiers across the whole data. (annotations from output of generate_individual_graphs)
inter_layer_connections: [list] Named list with specified inter-layer connections. Names are layer names and elements are connections (make_connection ).
settings: [list] A named list containing pipeline settings. The settings list has to be initialized by drdimont_settings. Items in the named list can be adjusted as desired.
Returns
A named list (elements graphs and sub-elements $groupA and $groupB, and annotations and sub-element both). Contains the igraph objects of the combined network and their annotations for both groups.