This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Gene Network Construction

I have a list of genes(about 700 Genes)- only Gene Symbols and I want to construct a network for those genes. Is there any tools(online) or software available to do it?

I tried with GeneMANIA it was not working for my query list.

gene interaction network

You can use STRING, FunCoup & FunctionalNet.

1 answer

To construct a gene network you just need relevant data. Relevant data is any data that contains information about the question you're interested in. Almost any biological data about genes can be converted into a gene network. All you need to do is compute some measure of similarity between genes and view this matrix as the adjacency matrix of a graph. For some ideas, have look at this paper.

Log in to answer this question.