How to find the neighbors of a sparce network using PPI network??
2
0
Entering edit mode
6.9 years ago
Chaimaa ▴ 260

Dear all, I want to make my sparse network more dense by finding the neighbors of each gene contain in this network using any human PPI networks .

Could anyone tell me how to do that? whether automatically or programmatically , and i appreciate anyhelp!!

sparce network PPI network • 1.4k views
ADD COMMENT
2
Entering edit mode
6.9 years ago

For the naive approach of going for neighbours, have a look at the ego_graph() function of the igraph R package. Alternatively, given a list of genes (e.g. those in your network) and an interaction graph, you could extract the relevant subgraph as described here. The method is implemented as get_relevant_subgraph() in my perl Graph module. Depending on your objective, this may give you a more meaningful graph.

ADD COMMENT
1
Entering edit mode
6.9 years ago
ivivek_ngs ★ 5.2k

Apart from what @Jean-Karim Heriche suggested, I would also ask the OP to take a look at this paper that uses an integrated approach of SWC, DECOMP and SSS. Might be worth taking a shot since it works on sparsely PPI network connections.

Another thing which I have recently come across while I was working on gene regulatory network with VIPER was the use of leading edge analysis that uses the GSEA on the gene expression signature. This work was first shown by Subramanium et. al and the paper can be found here. Take a look at both and see which fits well.

There is apparently a new paper as well published a year back based on transcriptome studies. But I am sure it can be used for your own purposes as well.

ADD COMMENT

Login before adding your answer.

Traffic: 2104 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