Efficient reconstruction of biological networks via transitive reduction on general purpose graphics processors
Department of Biomedical Engineering, Eindhoven University of Technology, PO Box, 513, 5600 MB, Eindhoven, The Netherlands
BMC Bioinformatics, 13:281, 2012
@article{bovsnacki2012efficient,
title={Efficient reconstruction of biological networks via transitive reduction on general purpose graphics processors},
author={Bo{v{s}}nacki, D. and Odenbrett, M.R. and Wijs, A. and Ligtenberg, W. and Hilbers, P.},
journal={BMC bioinformatics},
volume={13},
pages={281},
year={2012}
}
BACKGROUND: Techniques for reconstruction of biological networks which are based on perturbation experimentsoften predict direct interactions between nodes that do not exist. Transitive reduction removes suchrelations if they can be explained by an indirect path of in influences. The existing algorithms fortransitive reduction are sequential and might suffer from too long run times for large networks. Theyalso exhibit the anomaly that some existing direct interactions are also removed. RESULTS: We develop efficient scalable parallel algorithms for transitive reduction on general purpose graphicsprocessing units for both standard (unweighted) and weighted graphs. Edge weights are regarded asuncertainties of interactions. A direct interaction is removed only if there exists an indirectinteraction path between the same nodes which is strictly more certain than the direct one. This is arefinement of the removal condition for the unweighted graphs and avoids to a great extent theerroneous elimination of direct edges. CONCLUSIONS: Parallel implementations of these algorithms can achieve speed-ups of two orders of magnitudecompared to their sequential counterparts. Our experiments show that: i) taking into account theedge weights improves the reconstruction quality compared to the unweighted case; ii) it isadvantageous not to distinguish between positive and negative interactions since this lowers thecomplexity of the algorithms from NP-complete to polynomial without loss of quality.
November 23, 2012 by hgpu