An example igraph object representing bipartite metabolic network of Carbohydrate metabolism extracted from SBML file from Reactome database.
data(ex_sbml)
plotNetwork(ex_sbml, vertex.color="compartment.name")
#> This graph was created by an old(er) igraph version.
#> ℹ Call `igraph::upgrade_graph()` on it to use with the current igraph version.
#> For now we convert it on the fly...