Read_Edgelist funtion : igraph library

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Appu2008
    New Member
    • Dec 2007
    • 18

    Read_Edgelist funtion : igraph library

    Hi all,
    Iam trying to model biological networks using python..I started with the networkx library ; but since it seems too slow while working with large graphs, I switched on to the igraph library.

    In the library, Read_Edgelist(f ilename,directe d) is a function that will add an edge to a graph. But they are not specifying the actual format of the file.
    Pls tell me in wht format i have to store vertex list in the file and what should be the extension of the file. Iam running it in Windows + Python 2.5
Working...