how to build an interaction network in R
2
0
Entering edit mode
2.6 years ago

I'm investigating the role of my gene of interest (GOI) in cancer, using gene co-expression analysis (guilty by association). Performing gene co-expression analysis, I've detected my GOI associated with 163 other genes in a module.

I've already performed an enrichment analysis with the genes of this module and I know the potential pathways associated with this gene.

Now I would like to build an interaction network with the genes of this module to better understand how these genes are related and detect the major hubs.

Can you suggest me a package in R to do that? I would like to do it all in R, instead of using softwares as Ingenuity or similar approaches.

r networks • 1.5k views
ADD COMMENT
1
Entering edit mode
2.6 years ago

Hi!

I'm not familiar with gene co-expression analysis output. However, if you have a data frame consisting of edges and weights you could use some useful R packages such as igraph to perform network analysis (based on topological features). Take a look at this tutorial in order to meet the features to create an igraph object.

Best regards

ADD COMMENT
0
Entering edit mode

Hi, rodolfo.peacewalker

Can I use the genes identified in my gene co-expression analysis as nodes and the FPKM values from the RNA-Seq dataset as a parameter of node size to generate a network?

I believe it would be a complete network, since all nodes are probably interconnected, but I don't have how to obtain this information for sure..

many thanks, Fabiano

ADD REPLY
0
Entering edit mode
2.6 years ago

There is also this: Network plot from expression data in R using igraph

Hub [and other] scores are mentioned in that tutorial. The function to use is this: https://igraph.org/r/doc/hub_score.html

Kevin

ADD COMMENT

Login before adding your answer.

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