Map PPi databases like I2D to microarray gene co-expression network.
0
0
Entering edit mode
6.2 years ago
arronar ▴ 280

Hello.

Let's say that we have created a gene-coexpression matrix out of microarray data but we want to keep only those gene-pairs that have been annotated in protein-protein interactions databases like I2D. Is there any automatic way, through an R package to do such a job?

What do you do, you on such occasions?

microarray R PPi • 1.1k views
ADD COMMENT
0
Entering edit mode

For such things, I don't use a package. I just write a script to filter my experimental gene pairs to only keep those with interacting proteins. Representing both co-expression data and protein interactions as graphs with genes as nodes (maybe using the igraph package in R), this is just a matter of finding the edges of the co-expression graph that are also in the interaction graph.

ADD REPLY

Login before adding your answer.

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