问题
The previous versions of powerful graph library "igraph" contained a collection of datasets, in particular:
> "immuno" Immunoglobulin interaction network
> "macaque" Visuotactile brain areas and connections
> "rfid" Hospital encounter network data
> "yeast" Yeast protein interaction network
Now, unfortunately, these datasets are not supported (at least in Python version). Also repository "Nexus" for these data is not supported.
Question: Is there a simple way to find/work with these graphs in Python ? I mean may be some graph datasets database with Python-easy-to-download interface contains them ? Or may be some other Python graph library contains them , so one can convert ? (but networkX does not seem to contain these graphs) ?
来源:https://stackoverflow.com/questions/61619829/graph-dataset-collection-in-igraph-not-supported-now-what-is-easy-way-to-get