How two merge two different interactome networks?
1
0
Entering edit mode
3.1 years ago

There are two different interaction networks. Using union method and/or intersection method in igraph package, can anyone suggest the possible ways to merge both the networks? Suggestions with codes will be of great help.

Format of the two interaction files for example: Interaction file 1 (each row represents an interaction) Node A Node B Gene a Gene b Gene a Gene c Gene b Gene d

Another interaction file 1 (of similar format).

Network analysis Network merge • 791 views
ADD COMMENT
0
Entering edit mode
2.9 years ago

Assuming you are using R and have created an igraph object for each network, igraph includes union() and intersection() function for merging networks. You can check the documentation here and here. Hope you find this helpful!

ADD COMMENT

Login before adding your answer.

Traffic: 2089 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6