Tools and Software‎ > ‎powerClust‎ > ‎

bipartite






Analysis of Bipartite graphs


Download the Java application here along with sample datafiles

 

The input file is a tab delimited unweighted bipartite graph. An example is given below.

A	F
B	G
C	F
D	G
E	H
E	I
									
The tool is able to:

1)Perform several layouts such as :
	-Fruchterman-Reingold based on Direct edges
	-Fruchterman-Reingold based on Indirect edges
	-Fruchterman-Reingold based on Direct/Direct edges
	-Circular
	-Random
	-Grid

2) Make visualization more informative by:
	-hiding/showing labels
	-hiding/showing edges
	-show only the direct connections
	-show only the indirect connections (dashed lines)
	-show both direct/indirect connections

3) Export:
	-graph with direct connections only
	-graph with indirect connections only
	-graph with both direct/indirect connections
	
									

An example

Bipartite Graph