MNAligner: Alignment of molecular networks by quadratic programming

  • Version 1.0
  • Last update: December 18, 2006

Reference#

Method#

Motivation#

With more and more data on molecular networks (e.g. protein interaction network, gene regulatory network and metabolic network) available, the discovery of conserved patterns or signal pathways by comparing various kinds of networks among different species or within a species becomes an increasingly important problem. However, due to the high complexity to compare molecular networks, most of the conventional approaches either restrict comparative analysis to special structures, such as pathways, or adopt heuristic algorithms so as to make the computation of the alignment problem tractable.

Results#

In this paper, to find the conserved substructures, we develop an efficient algorithm for aligning molecular networks based on both the nodes' similarity and the network architecture similarity, by using integer quadratic programming (IQP). Such an IQP can be relaxed into the corresponding quadratic programming (QP) which almost always ensures an integer solution, thereby making molecular network alignment tractable without any approximation. The proposed framework is very flexible and can be applied to many kinds of molecular networks including weighted and unweighted, directed and undirected networks. It can not only detect simple linear paths or tree subnets, and also uncover general subnet patterns. Meanwhile, it not only can find the simple topological substructure such as chains and trees, but also can reveal biologically meaningful units with cycles.

Software#

This is a beta version of the program for preliminary testing. The program is still under development.

Contents:

  • NetAlign.m – The main function to implement the QP model
  • Two examples from the manuscript (undirected and directed):
    • NetworkAlignment-eg1.m
    • NetworkAlignment-eg2.m
  • Generate Random Networks (undirected and directecd) from http://www.cmth.bnl.gov/~maslov/matlab.htm:
    • GenRandomNet.m
    • GenRandomDirNet.m
  • Solve QP model with interior algorithm from Ye http://www.stanford.edu/~yyye/matlab.html
    • spsolqp.m
    • spphase1.m
    • spphase2.m


Category: Supplementary Software

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
rar
MNAligner.rar 6.4 kB 1 14-May-2011 21:28 LingyunWu
« This page (revision-4) was last changed on 20-Nov-2011 22:37 by LingyunWu