Related Experiment Video
Updated: Jun 12, 2026

Label-Free Immunoprecipitation Mass Spectrometry Workflow for Large-scale Nuclear Interactome Profiling
Published on: November 17, 2019
Querying graphs in protein-protein interactions networks using feedback vertex set.
Guillaume Blin1, Florian Sikora, Stéphane Vialette
1Université Paris-Est, LIGM-UMR CNRS 8049, 5 Bd Descartes, Champs-sur-Marne, F-77454 Marne-la-Vallée cedex 2, France. gblin@univ-mlv.fr
This study introduces a new algorithm for efficiently querying graph patterns in protein-protein interaction networks. The method uses feedback vertex sets to enable practical analysis of complex biological data.
Area of Science:
- Bioinformatics
- Computational Biology
- Network Science
Background:
- Protein-protein interaction (PPI) networks are crucial for understanding biological processes.
- Interpreting large-scale PPI data requires efficient retrieval of known substructures.
- Algorithmic challenges, including NP-hard problems, hinder the analysis of complex graph patterns in PPI networks.
Purpose of the Study:
- To develop a novel, fixed-parameter tractable (FPT) algorithm for querying general graph patterns within PPI networks.
- To provide a practical alternative to existing methods that are limited to tree or path structures.
- To address the computational complexity of graph pattern matching in biological networks.
Main Methods:
- The study employs dynamic programming combined with the color-coding technique.
- A novel approach using feedback vertex sets and node duplication transforms graph queries into tree-like structures.
- The algorithm's complexity is parameterized by the size of the feedback vertex set of the query graph.
Main Results:
- The proposed algorithm is FPT for querying graphs with a bounded feedback vertex set size.
- It offers an alternative parameterization to treewidth for graph querying in PPI networks.
- A Python implementation successfully validated the algorithm's performance on real-world human PPI data, retrieving graph patterns efficiently.
Conclusions:
- The developed algorithm provides an effective and computationally tractable method for identifying complex graph structures in PPI networks.
- This approach expands the scope of queryable patterns beyond simple paths and trees.
- The practical implementation demonstrates the utility of feedback vertex set parameterization for biological network analysis.
Related Concept Videos
Protein Networks
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
Protein Networks
These interactions can be represented through maps depicting protein-protein interaction networks, represented as nodes and edges. Nodes are circles that are representative of a protein,...
Protein-protein Interfaces
Protein-Protein Interfaces
Graphs of Two-Variable Functions
Graphs of Equations in Two Variables
