I would suggest to load both files into R, create an igraph graph from them, and then save it in GraphML format.
Gabor On Fri, Oct 10, 2014 at 6:56 AM, Tamas Nepusz <[email protected]> wrote: > The GraphML format is probably your best bet: > > http://graphml.graphdrawing.org/primer/graphml-primer.html > > Alternatively, you could use GML: > > http://gephi.github.io/users/supported-graph-formats/gml-format/ > > Both are supported by igraph natively. > > -- > T. > > On 10 October 2014 at 07:52:16, Ragia Ibrahim ([email protected]) wrote: >> Hello, >> I have two files one is NXN matrix represents nodes relations, and the >> second file contains >> node id and the node name and age as an attribute. >> my question is: >> what kind of file type can I use to hold all of this to one file then >> convert it into graph >> in igraph. >> many thanks >> Ragia. >> _______________________________________________ >> igraph-help mailing list >> [email protected] >> https://lists.nongnu.org/mailman/listinfo/igraph-help >> > > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
