Graph dataset collection in igraph - not supported now - what is easy way to get these graph to Python?

江枫思渺然 提交于 2021-01-29 10:09:15

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!