GO Annotation graph visualizations with Bio4j Go Tools + Gephi Toolkit + SiGMa project
Interactive graph visualization for protein GO annotations. (GO = Gene Ontology)
From the post:
Bio4j Go Tools includes now a new feature providing you with an interactive graph visualization for protein GO annotations.
The url of the app is still the same old one.On the server side, we’re using Gephi Toolkit for applying layout algorithms while the corresponding Gexf file is generated with the class GephiExporter from BioinfoUtil project. The service is included in the project Bio4jTestServer, specifically the servlet GetGoAnnotationGexfServlet.
Regarding to the client side, we’re using the open-source project SiGMa for graph-visualization.
Interesting for the visualization aspects as well as the subject matter.