This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Extract Highly Connected Subgraphs From A Gene Network Representation

Hello,

I have a set of genes (~50) obtained from clustering gene expression data. I would like to map it on a network like biogrid/hprd and extract a highly connected subnetwork for these genes. Is there any cytoscape or bioconductor package or other program that can do this? (or) what is the best way to do this?

Previous posts mentioned jactivemodules, Bisogenet. But these plugins do not work with current version (cytoscape 2.8.3).

Your suggestions will be helpful. Thank you, Diwan

cytoscape bioconductor

2 answers

I wrote a R method to obtain the PPI between the gene in a list here. You can easily export the result as a edge list and display it in cytoscape.

Excellent! Thanks, David - Diw

Have you tryed genemania plugin for cytoscape? After create the interactome with your genes you can use mcode plugin to identify subnetworks.

Thanks, Ramon. I will try this too. -Diw

Log in to answer this question.