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(filename,directed) 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