igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Isomorphism


From: anupam sinha
Subject: [igraph] Isomorphism
Date: Mon, 23 Mar 2009 20:42:24 +0530


Hi Gabor,

               I tried using the following commands. But I am getting an empty list as output. Any suggestions??? Thanks in advance.



> edgelist <- read.table("/home/anupam/Desktop/network_analysis/gerstein_C-programs_network/met_network_yeast.txt", header=TRUE)
> g <- graph.edgelist(as.matrix(edgelist))
> graph.isocreate(3,07,directed=TRUE)
Vertices: 3
Edges: 3
Directed: TRUE
Edges:
         
[0] 2 -> 1
[1] 2 -> 0
[2] 1 -> 0
> subg<-graph.isocreate(3,07,directed=TRUE)
> graph.get.isomorphisms.vf2(g,subg)
list()



regards,

Anupam

reply via email to

[Prev in Thread] Current Thread [Next in Thread]