This is a test version of Biostars. For the public version, visit https://www.biostars.org.
network visualization (multiple data source integration)

Dear all,

i am dealing with network visualization and i would like to know if you feel like recommending tools for network visualization integrating multiple sources of data. For that i mean also including scores/colours/thickness features for edges based on multiple "evidences" on already computed networks. As far as i know, STRING with its R package or its App for Cytoscape provide a solid way to visualize it.

Here 2 questions:

  1. some of you already used it? can you share your experience/give a user feedback?

  2. Do you know better/valid alternatives?

thanks in advance for any help

networks network visualization

2 answers

Kevin has a tutorial here

Network plot from expression data in R using igraph

Indeed. The 'framework' that I use in that tutorial is igraph, which is easy to use once you understand how its graph objects are constructed. Other published works, e.g., Phenograph, use igraph underneath the surface.

Of the tools that I have used so far:

-Gephi in my opinion has better layouts and visualization for large networks (compared to cytoscape) -GeneMania (available in cytoscape or as an independent tool on internet) has better visualization features for regular sized networks

Log in to answer this question.