Hi,  

The .gexf format is unfortunately not supported by igraph yet, but you can 
simply go back to NetworkX, export your graph as GraphML instead of .gexf and 
load it into igraph using read.graph(…, format="graphml").  

--  
T.


On Thursday, 8 March 2012 at 11:05, Delphine Faugaret wrote:

> Hi everybody,  
>  
> I'm a new user of igraph. I downloaded it this morning in R and a new user of 
> bioinformatics in general since I've got a biology background. So informatics 
> remain quite elusive for me, so I'll probably ask a silly question.
> I generated my network using networkx and now I've got a my network in a file 
> (.gexf). Is it possible to import this networks in R using igraph since I 
> would like to analyse my network using igraph? Indeed igraph offers a lot 
> tool useful for me degree distribution, neighborhood...
>  
> Thanks a lot for any answers,
>  
> _______________________________________________
> igraph-help mailing list
> [email protected] (mailto:[email protected])
> https://lists.nongnu.org/mailman/listinfo/igraph-help




_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to