How To Build Gene Network Biology ?
1
1
Entering edit mode
12.0 years ago
madkitty ▴ 690

I've seen wonderful gene networks recently published. Is there any way to do this from a list of gene ? What do I need ?

gene network biology • 2.5k views
ADD COMMENT
2
Entering edit mode

From a list of genes? No. From a list of genes with some kind of data that indicates the interactions between them? Yes.

ADD REPLY
1
Entering edit mode

can you give us some example what you saw?

ADD REPLY
1
Entering edit mode
12.0 years ago
ff.cc.cc ★ 1.3k

As said Neilfws you need pairwise information, e.g.

-a tab separeted text file like this

gene1   interaction gene2
ABC1    2   BRCA2
ABC1    2   BRCA1
BRCA2   2   XRCC1

-a tool for graph visualization (e.g. cytoscape, graphviz...). In cytoscape you should import a new network from table/csv and setup source (gene1), destination (gene2) and interaction type (interaction) column from the wizard.

-look at the graph

p.s. I suggest at least reading the good cytoscape tutorial

ADD COMMENT

Login before adding your answer.

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