Hello:

I am using igraph to analyze protein-protein interaction network in R, and
tying to calculate similarity between each gene pair by similarity.dice().
But the result is a matrix without gene symbol(I.e., the name of vertex), I
don't know the value for one specific gene pair. So I firstly mapped the
genes into ids (from 1 to n, where n is the gene number) and then describe
the network by ids.  Finally I used
"read.graph(file="biggestComponent_id.txt",format="edge list") to input the
network. But I found the ids seems different from the input ids (likely
added by "1"). 
Would you give me an explanation?
Thanks

Best
Quanwei 



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

Reply via email to