|
Project Information
Featured
Downloads
Links
|
Project AbstractWe provide an algorithm based on Integer Linear Programming to find highly connected components in Molucular Interaction Maps and we show that how it is useful for visualization after the reducing these highly connected components. ShowcaseReal Example:P73-mediated cell cycle arrest and apoptosis pathways mapOthogonal LayoutMIM Notation supports rectangular drawing of edges and whole layout is assumed like a electrical circuit.
Sugiyama StyleAlthough MIM notation is based on Orthogonal drawings, we would like to show how other graph layout algorithms work on the network. See the difference on simplified case of Sugiyama Style drawing.
Small Example
Experimental DataConducted experiments in the paper are available. Artifical Network Experiments
Real Network Experiment
DownloadsThis project contains three steps. The first step is to build network. For building a network there are many posibilities. One may need to import a network from SBML file. Another possibilty is to import from GML file. Furthermore, SMIMML and other import options are available. Then we run out methodology for simplification methodology. Next after simplification(for now it is not automated) we run OGDF's orthogonal algorithm(due to MIM notation). We assume that graph is AND/OR graph. Then, We first publish the automated layout binary file that is implemented using OGDF C++ library. This file containts an executable that takes the file in our format that is
and returns the layout in Orthogonal(Force directed and Sugiyama as well). The zip file contains a password for now please contact committer melihsozdinler. The methodology that we use also requires CPLEX, Integer Linear Programming solver. Hence, first you should have a licensed CPLEX. All the experimental coding is inside the archive file. You can recompile simply using run.sh. We require Linux operating system with g++ compiler. The sample inputs are given in README file. Finally, to perform the experiment in the paper, download input file and then run ./runExperiment1.exe data Next, for the BIMAX algorithm and CPLEX method two file is created, bimax.txt, cplex.txt. This file contains the total running time of 200x200 bipartite graphs with 20x20 to 100x100 complete bipartite graphs and noise from 0.00 to 0.05. Rows are complete biparte cases, columns are noise ratio in the 200x200 bipartite graphs. |





