scglue.graph.compose_multigraph

scglue.graph.compose_multigraph(*graphs)[源代码]

Compose multi-graph from multiple graphs with no edge collision

参数:

graphs (Graph) – An arbitrary number of graphs to be composed from

返回类型:

MultiGraph

返回:

composed – Composed multi-graph

备注

The resulting multi-graph would be directed if any of the input graphs is directed.