phylox.generators.lgt.base.internal_blobs

phylox.generators.lgt.base.internal_blobs(net)

Returns a list of internal blobs of the network. An internal blob is a biconnected component of the underlying undirected graph of the network, after removing the leaves.

Parameters:

net – a phylox DiNetwork

Returns:

a list of internal blobs of the network