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

Hello all! I need to whip up a little network, preferably from known interactions, from a list of about 100 genes in Arabidopsis. All I have are the gene names. I don't care so much about up and down regulation right, just want to represent the genes interacting in one way or another--its more for demonstrative purposes than anything.

Anyone know a quick and dirty way to do this? I don't have any experience in plants so I don't know where to start here.

network gene network arabidopsis interactions

4 answers

You could just go to the STRING database, select "Multiple proteins", paste in your gene names, and select Arabidopsis thaliana as organism. That should get you a network in no time.

This is the solution I ended up going with.

Thanks!

Try Cytoscape. Otherwise, you can extract known interactions yourself from public databases (I would use iRefIndex for this or the Arabidopsis database TAIR). In this case, you could increase coverage by transferring interactions from orthologs in other organisms. You may have to convert gene names to a suitable gene ID system.

I worked with a couple of the post-docs in this group to post a browser for their Arabidopsis gene regulatory networks. These networks are based off of footprint calls: DNase-seq data which show TF binding in gene promoters make the TF gene a "regulator" of the promoter's gene.

Netwalker (https://netwalkersuite.org/) can take your gene names and build interaction networks for you based on multiple curated interaction data sets. It will give you a network and you can play with the outlay, group genes, analyze pathway enrichment. Just load your files select the gene names column in click on rownames and then on Plot Network. Hope that helps.

Log in to answer this question.