Skip to main content

A knowledge-based decision support system in bioinformatics: an application to protein complex extraction

Abstract

Background

We introduce a Knowledge-based Decision Support System (KDSS) in order to face the Protein Complex Extraction issue. Using a Knowledge Base (KB) coding the expertise about the proposed scenario, our KDSS is able to suggest both strategies and tools, according to the features of input dataset. Our system provides a navigable workflow for the current experiment and furthermore it offers support in the configuration and running of every processing component of that workflow. This last feature makes our system a crossover between classical DSS and Workflow Management Systems.

Results

We briefly present the KDSS' architecture and basic concepts used in the design of the knowledge base and the reasoning component. The system is then tested using a subset of Saccharomyces cerevisiae Protein-Protein interaction dataset. We used this subset because it has been well studied in literature by several research groups in the field of complex extraction: in this way we could easily compare the results obtained through our KDSS with theirs. Our system suggests both a preprocessing and a clustering strategy, and for each of them it proposes and eventually runs suited algorithms. Our system's final results are then composed of a workflow of tasks, that can be reused for other experiments, and the specific numerical results for that particular trial.

Conclusions

The proposed approach, using the KDSS' knowledge base, provides a novel workflow that gives the best results with regard to the other workflows produced by the system. This workflow and its numeric results have been compared with other approaches about PPI network analysis found in literature, offering similar results.

Background

Proteins represent the working molecules of a cell, but to fully understand cell machinery, studying the functions of proteins is not enough. The biological activity of a cell is not defined by the proteins functions per se [1], what it is really important is the interactions among proteins.

A group of proteins that interact in order to regulate and support each other for specific biological activities is called a protein complex. Protein complexes are one of the functional modules of the cell: an example of this protein function modules are RNA-polymerase and DNA-polymerase.

The concerted action of different functional modules is responsible of major biological mechanisms of a cellular process such as DNA transcription, translation, cell cycle control, and so on. Since a protein could have several binding sites, each protein can belong to more than one complex and exhibit more than one functionality. The basic element of these modules is the protein-protein interaction (PPI). A large amount of PPI data have been identified for different biological species by using high throughput proteomic technologies. Of course experimentalists can take advantage of using different online databases containing a list of PPIs for each species (DIP [2], MIPS [3], etc..), but unfortunately available datasets are still incomplete and contain non-specific (false positive) interactions [4], in fact only a few of interactions have been verified with small scale experiments (in vitro) as real interaction with an emerging function.

Usually, in bioinformatics a collection of these interactions is modelled as an undirected graph, the protein-protein interaction network (PPIN), where nodes represent proteins and edges represent pairwise interactions: it allows us to exploit graph theory methods and solutions.

The task of exploiting biologically relevant modules in PPINs represents an active research area in bioinformatics, not only for cell understanding, but also for new drugs developing; for example, several authors, as [5], are studying the mechanisms that regulate the evolutionary crossroads of p53 complex, responsible for different aspects of animal life, in developing human cancer cells. Then, identifying protein complexes with emerging function turns into extracting sub-networks with some emerging properties. Because of the importance of isolating functionally coordinated interactions, a lot of models, algorithms and strategies have been introduced to extract interesting PPI subnetwork (soft-clustering, greedy heuristics, probabilistic approaches, etc.), but each of them has proper pros and cons.

A number of clustering-based approaches have been proposed to solve the protein complex prediction problem. A well know algorithm introduced by [6], the Molecular Complex Detection Algorithm (MCODE), makes use of local graph properties and it is aimed at finding densely connected regions in protein interaction networks. Another algorithm based on local search is the Restricted Neighbourhood Search Clustering Algorithm (RNSC) developed by [7]. This algorithm searches for a low-cost clustering by first composing an initial random clustering, then reducing the clustering cost by a near-optimal strategy. A different strategy is adopted by the Markov Clustering Algorithm (MCL) [8], that divides the graph by means of flow simulation. In facts, it separates the graph into different segments, with an iteration of simulated random walks within a graph.

It is possible to increase the reliability of the PPI data by means of preprocessing techniques. Some preprocessing strategies are aimed at eliminating false positive (FP) interactions from dataset obtained by online DBs. For example [9] notices that the interactions not part of dense subnetworks, are more likely to be interactions that do not exist. To identify these false positives, authors combined two topological metrics named Cluster Coefficient [10] and Centrality [11]. Also [12] uses the same algorithms, but adopting a different methodology, integrating individual topological measures into a combined measure by computing their geometrical mean. A different approach to improve the quality of PPI datasets is adopted by [13], that attempts to detect those interactions that are missed by large-scale experiments or, in other words, aiming at predicting false negative by means of a topological analysis.

Obviously, the best combination of the proposed techniques depends on the problem and many researchers [12, 14–16] have proposed different workflows.

Our approach differs from the previous ones since we face Protein Complex Extraction problem using a Knowledge-based Decision Support System (KDSS). Our KDSS, combining the knowledge extracted from research papers covering a lot of different strategies and methodologies, is able to suggest and run a novel workflow of tasks for the presented issue.

As it will be highlighted in Results and Discussion Section, the suggested workflow, using a test dataset, gives the best results with regard to the other, not suggested, workflows produced by the system and moreover it provides comparable results with respect to some of the common workflows found in literature. From this point of view, our KDSS represents a valid and powerful instrument that can help an experimentalist to face and solve the problem of extracting protein complexes from a PPIN, supporting him in the choice, configuration and running of proper tasks.

Methods

Knowledge-based DSS is a category of DSS built using an expert system [17]. These systems have their own expertise based on knowledge on many aspects of the problem: the application domain, the definitions of problems within that domain and the necessary skill to solve them [18]. The knowledge of the system is often coded as a set of rules by one or more human experts: this kind of systems are often referred to as rule-based expert systems.

Examples of DSS in Bioinformatics are ProCKSI [19], a system that is able to put together various protein similarity measures in order to obtain the comparison of multiple proteins simultaneously; and INTERPRET [20], a software that offers support in the analysis of Magnetic Resonance Spectroscopy (MRS) data.

Along with the development of Expert and Decision Support Systems, in recent years in bioinformatics a new type of tools, called Workflow Management Systems (WFMS) [21], have begun to spread out. WFMSs provide a simple way to build and run a custom experiment using the most common bioinformatics resources, like online databases, software and algorithms.

The most used and famous WFMS for bioinformatics is Taverna [22]: it is able to automatically integrate tools on databases available both locally and on the web in order to build workflows of complex tasks; to run the workflows and to show results in different formats. The system works by means of a Graphical User Interface (GUI) or a script language. A Taverna plug-in, called Taverna Interaction Service, was introduced in [23]; it extends the functionality of Taverna by defining human interaction within a workflow, once it is running. More in detail, this plug-in acts as a mediation layer between the automated workflow engine and human agents. In facts, it includes a review process, provided by external collaboration partners, invoked by sending emails to target users; they, in turns, can sent back a decision to the workflow produced by Taverna. In this way, users can interact with a piece of data, such as for example an annotation of a genomic region, during the workflow execution.

Other WFMS for bioinformatics are Biowep [24], that allows the user to search and run a predefined set of workflows, already tested, validated and annotated; and BioWMS [25], that is a web-based WFMS built upon an agent-based middle ware architecture.

Cited WFMSs, however, do not have a knowledge base, nor make decision like KDSS; the KDSS we present, on the other hand, offers not only support in the choice of the proper strategy, tool and algorithm, but it helps the user to configure and to run them, step by step. For this reason our system can be seen as an ideal merging point between classical DSS and emerging WFMS. It provides both the tools/services needed to resolve a problem, and also the knowledge necessary to suggest a specific strategy and justify its choice.

System architecture

First basic ideas of the proposed system can be read in [26, 27]: in this Section we will briefly describe its architecture and then we will deepen main concepts at the basis of our KDSS.

The system core is represented by a rule-based expert system [28]. The three main components of this system are the Knowledge Base (KB), the Reasoner and the Executor: they interact each other as shown in Figure 1.

Figure 1
figure 1

System architecture. The system is built upon a rule-based expert system. KB contains the expertise about the application domain in the form of facts and rules. The Reasoner, that is an inference engine, according to the user's requests, input data and available knowledge, decides what are the strategies to follow and the tools to run, and suggest them to the User. The Executor actually runs all the executable processing tools and updates the KB with results of processing, that can be used to make new inferences.

In the middle part there is the Knowledge Base: it contains all the information, called facts, that encode the expertise of the system about a certain application domain. Facts are given a rigorous and organized structure by means of an ontology of concepts [29].

In order to obtain a well formed Knowledge Base, we adopt a precise and robust organization which, at the same time, is shareable and easily expandable, presented in [30]. In facts, with the introduction of a proper ontology, we can obtain a logical description of a specific problem, share the information among software agents and reuse the specific knowledge domain. In other words, we adopt a paradigm that facilitate the generalization of the application domain and the modularity and the expandability of the represented knowledge. This paradigm, called Data-Problem-Solver (DPS), is able to distinguish and separately model "'what I need"' (Data), "'what to do"' (Problem) and "'how to do"' (Solver), or in other words, I/O data of the problem (Data), the set o tasks (Problem) and the way to solve these tasks (Solver). In this way, we aim at using a very general purpose system based on a KB for rule-based expert systems, that is independent from a specific domain, reusable and expandable. As showed in Figure 2, there is another main element used for solving a specific problem, that is the Tool concept; in facts, an instance of Solver contains information about which tool (or which list of tools) satisfies the purpose (and/or the paradigm) that could solve a specific task. Figure also reports the most important relationship among the tree main branches of the adopted ontology.

Figure 2
figure 2

Data-Problem-Solver ontology for knowledge-based expert systems. An overview of the Data-Problem-Solver paradigm used for building a complete and exhaustive Knowledge Base.

Apart from the facts, KB also has a set of rules, in the typical form IF <precondition>THEN <action>. The rules, acting on facts, have to be considered as the coding for heuristics, guidelines and strategies adopted by an expert of the domain. Both facts and rules can be provided by one or more experts of the domain or can be extracted from experimental and scientific papers, clinical guidelines and so on.

The Reasoner is an inference engine that uses the facts and rules of the KB in order to make decision: it selects the strategies and the related tools that accomplish the user request according to the actual problem and the input data.

The decision taken by the Reasoner are suggested to the User that can either accept them or select other available strategies and tools. In any case, it is the Executor that actually runs algorithm, tools and services. It can be considered as a sort of interface between the Reasoner and the library of algorithms and processing tools available locally and over the Internet. The Executor also updates the KB with the processing results. New results produce new facts that eventually can trigger other rules.

Decision making process

Facts and rules of the KB are arranged into a set of decision-making modules, as reported in [26]. In this Section we give a brief explanation of key features of decision-making modules.

The decision-making activity of the system is based on an organization of facts and rules arranged in functional modules called decision making modules. Decision making activity is task oriented. Each module has knowledge and skills, takes care of a specific part of the reasoning process and it is responsible for making decisions about a well defined task. Facts could be shared among different modules, whereas each rule belongs to only a module. Finally, each module can activate a previously defined solver; the same solver could be activated by different modules, by using different rules.

If one module has not the needed knowledge to resolve a part of its task, it can activate another module with the proper skill. This activation mechanism defines a tree structure among decision-making modules, where parent modules manage global and general tasks and children modules are responsible of the decision-making process regarding more specialized tasks.

For example, we can have specialized modules for dealing with preprocessing, visualization, or clustering operations that can be activated by general modules which supervise global task execution. The tree structure of modules can be also represented through a treemap [31]: in a treemap, modules and sub-modules are shown as nested boxes.

Implementation details

System implementation is based on Java technology; grace to its features, such as platform and location independence, portability, OS independence, Java represents a good support for the proposed work. The system also contains a "Rule-Based System" to manage the knowledge-base; the rule based engine adopted is Jess [32], the Rule Engine for the Java Platform. It supports declarative approach, acting at the decision making level. Jess inference engine uses RETE algorithm [33] as pattern matcher.

The knowledge base have been modeled using one of the largest adopted tool for building ontologies, that is Protege' [34]. Protege' is useful for represent the knowledge used by the proposed architecture, because it implements a methodology for creating ontologies based on declarative knowledge representation systems. Finally, in order to generate and visualize the interactive workflow of the system, we adopt JGraphX Java Swing library [35], that is a product family of libraries providing features aimed at applications that display interactive diagrams and graphs. Among the amount of applications provided by this library, we exploit its functionality related to process diagrams, workflow visualization and flowcharts.

Results and discussion

The application scenario focuses on the complexes extraction problem, that contains in turns two main sub-problems: the preprocessing and purifying of PPI data and the protein complex clustering.

The rest of this Section is organized as follows: in the next sub-section we introduce the dataset used in the scenario; then we show how the proposed method system integrates aforementioned approaches and how it helps users to face the protein complexes extraction problem. Finally in the last sub-section the analysis of experimental results is discussed.

Experimental dataset

In our experiments, among different available online databases of PPIs network, we use the Database of Interacting Proteins (DIP). The input dataset used in this scenario is a subset of Saccharomyces cerevisiae PPI-Network composed by 34 proteins and 90 interactions, as shown in Table 1. This table reports a list of 90 PPIs: for each PPI is shown the uniprotKB ID of the first protein, the uniprotKB ID of the second protein and the DIP ID of the interaction between the previous pair of proteins. We chose this very simple dataset because it has been well studied by [36, 37] with small scale experiments (in vitro) at biological interaction level. DIP also provides a subset of PPIs curated manually by experts, that are called core PPIs. A well studied small set of PPI allows us to better describe how the system works, and the choices it takes; obviously we know this dataset is not representative of a whole PPI Network, in facts it represents only a pretext for executing the system and obtaining some results comparable with the other papers in literature [36, 38] that use the same dataset.

Table 1 Input dataset.

System running

The experiment begins when the user asks the system to extract protein complexes from a PPI-Network and inserts the chosen dataset, the system focuses on decision making modules responsible for the specific problem. More in details, there is the parent module, PPI Complex Extraction, that gives directives to two children modules: the first one, Complex Preprocessing, contains expertise about PPIN preprocessing, whereas the second one, Complex Clustering, has the skill about clustering strategies and tools. This relation is shown in Figure 3, where the decision-making module tree and its treemap representation are presented. Figure 3 also reports other three decision-making modules, namely Interaction Identification, Cluster Comparison and Cluster Identification, that however will not be activated during the proposed experiment so that they are drawn as dashed boxes. They represent more specialized tasks for improving Complex Preprocessing and Complex Clustering operations. Some guidelines have been extracted from papers cited in Background Section, translated into rules and placed into the appropriate module. The aim of the parent module is to give focus to one of direct children, by means of some activation rules; the system exploits these rules to suggest to the user which strategy could be adopted.

Figure 3
figure 3

Decision making modules for Protein Complex Extraction scenario. The tree structure among modules is projected into a treemap representation. Each parent module is responsible for the activation of children modules. In the treemap, this relation is depicted through a set of nested boxes.

The first operation of the system is to analyze the input data, in order to get the properties and parameters necessary to activate the proper rules. In this simple scenario, we take into account only a few of input features. First of all, the system compares the PPIs of dataset with a list of core interactions, provided by DIP for the Saccharomyces cerevisiae species. In this case 67 of 90 interactions are reliable, because they are manually curated. Then the system creates the undirected graph, the PPIN, and checks if resulting network is scale-free, that is if its degree distribution follows a power law, at least asymptotically. In this scenario the PPIN is not scale-free. Since several authors [39] demonstrate that most networks within the cell approximate a scale-free topology, then some of our PPIs (edges of the network) could be false positives or new PPIs could be not revealed (false negatives) when DIP dataset was created. For this reason, a rule that proposes PPIN preprocessing, in order to change the geometry of the network, is activated.

When the user follows the system advice, according to previous rule, the PPI Complex Extraction module gives focus to the child module Complex Preprocessing.

According to the analysis phase, the system knows the PPIN contains about 74% of core-interactions. Since it has been estimated that approximately half the interactions obtained from high-throughput proteomic techniques may be false positives [40–42], the rule suggesting to find and delete false positive PPIs is not activated; in fact, cutting edges of PPIN could implicate some core-interactions are deleted and moving core-interactions is lethal for biological networks. For this reason, the rule suggesting to add new PPIs is activated.

When the user agrees to the advice, the system looks for tools implementing this strategy. In this simple scenario, the knowledge-base contains only a tool that can find and add some false negatives (FN) in PPIN: the Detect Defective Cliques algorithm, created by [13]. When the user accepts to run the proposed algorithm, then the system informs that this algorithm requires, as input parameter, the number of common interactions between two defective cliques, and suggests to user a considerable value for the experiment.

When the user accepts the proposed value, the system executes the algorithm, that finds a new potential FN interaction between the proteins act1 and sla2. At this moment, the PPIN is composed by 34 proteins and 91 interactions; the user could either continue the experiment or execute another preprocessing tool (in cascade or restarting the preprocessing phase).

If the user wants to try another solution before continuing the experiment and he does not want to accept the system advices, he could choose to follow the strategy to find and delete false positive PPIs. In this case, the system saves results obtained so far and it proposes to run one of those algorithms that satisfy the selected strategy. The user selects the Betweenness Centrality algorithm from among three different tools available into the knowledge-base, because the system indicated this is the algorithm with the lowest computational cost. The result of Betweenness Centrality algorithm is a PPIN with 34 proteins, 88 interactions and 65 core-interactions; then the system advices the user to change strategy and/or modify parameters because two core-interactions have been deleted.

Figure 4 shows the workflow our system built so far. The treemap representation of decision-making modules is integrated into the workflow layout. In the figure it is possible to see how PPI Complex Extraction module contains all the workflow elements; it supervises the main problem at highest abstraction layer, giving the other directives to Complex Preprocessing module. The latter is responsible of some strategies for verifying and purifying the network and have knowledge about tools used for data manipulation. At abstraction layer 1, the child module contains the strategies used in this experiment: in facts the user tried first to add new PPIs and then to delete false positive PPIs; obviously, both these strategies have the same PPIN as input, according to the user choices. All the tools used for processing data are shown at lower abstraction layer and their order in the figure follows the implementation timeline. When the user concludes the preprocessing phase and chooses the appropriate output to continue the experiment, then the Complex Preprocessing module ends its activity and gives the focus back to the parent decision module. At this point the PPI Complex Extraction module knows the data input has been preprocessed and gives focus to the child Complex Clustering. Also the latter module knows the preprocessing phase is done, thus it uses this information for suggesting an appropriate clustering strategy. The authors [12, 43] demonstrated MCODE is sensitive to noise in the PPIN and the preprocessing phase can increase the algorithm performance. Other authors [14, 15] noticed that MCL and RNSC work almost in the same manner in terms of precision and recall, whether PPIN are noisy or purified. Since MCL algorithm is faster than the other algorithms and it work well with dense graphs, the system proposes to use this algorithm based on the flow simulation analysis for clustering. Moreover MCL algorithm has been widely used with protein-protein interaction networks belonging to the species Saccharomyces cerevisiae, so that the system can suggest standard parameters for this species. When the user accepts the advice and confirms proposed parameters, the system runs the MCL algorithm. Now the user can either end the experiment or execute another clustering tool, having as input the PPIN obtained through the preprocessing phase. If the user wants to try another tool, he can consider descriptions, pros and cons that are available for each strategy and algorithm contained into the system.

Figure 4
figure 4

Workflow of the preprocessing phase. This figure depict a state of the system during the preprocessing phase, in facts so far two decision making modules are used. The child module, "Complex Preprocessing", reports at "Abstraction Layer 1" the execution of two strategies ("Add FN PPIs" and "Delete FP PPIs") and at lower abstraction layer the executed algorithms (yellow boxes).

The whole workflow is shown in Figure 5. At the intermediate abstraction layer, all the strategies within the boundaries of their respective decision modules are depicted, whereas at the lowest abstraction layer there are all the tools implemented in this scenario.

Figure 5
figure 5

Workflow of the whole experiment. The system shows all strategies (blue boxes) and algorithms (yellow boxes) have been used during this scenario. They are arranged in three workflows, one for each abstraction layer. The workflow at "Abstraction Layer 0" reports the complex extraction process at object level.

Before concluding the experiment, the system proposes to visualize the output of MCL algorithm with the well know Cytoscape tool [44]. Visualization of clustering results, obtained through Cytoscape, are shown in Figure 6 and reported in Table 2. Finally, the user obtains a solution, that he can further analyze according to its knowledge about the protein complex domain and/or using external evaluation parameters.

Figure 6
figure 6

Clustering visualization with Cytoscape tool. Cytoscape shows the clustered network arranged in a hierarchical layout. Each complex is depicted in a different colour.

Table 2 System output.

Discussion

In order to test the result obtained by the system running, the biological significance of each protein complexes is validated by means of the Gene Ontology Term Finder web service [45], that returns, for each complex, both the corresponding gene ontology term and the p-value [16]. This statistical measure gives the probability that a group of protein has been clustered by chance: the smaller the p-value, the higher the relationship between a protein complex and the assigned GO term.

Protein complexes obtained by system running are evaluated using two different criteria; in facts, some external and internal evaluation criteria have been analyzed.

The external criterion is based on the comparison among the results obtained through the proposed system and two different approaches proposed by [36, 38], that have been previously tested using the best parameter values for the dataset used in this paper. In particular, [38] proposes PINCoC, a co-clustering based approach for protein clustering, whereas [36] introduces UVCLUSTER, an agglomerative hierarchical clustering method: strategies implemented by these two research groups could represent a test-set for the proposed system.

Table 3 reports the comparison among the proposed system and two external approaches, identified with the labels PINCoC and UVCLUSTER: these methods are reported in the first column. The second column shows the proteins belonging to a complex, whereas the next column contains the fraction of proteins that have been identified as responsible of a biological process; finally the last column reports the p-value measure. All the complexes extracted by means of each method are classified in five groups according to related Gene Ontology terms (i.e., G2/M transition of mitotic cell cycle, Actin Filament Depolymerization, Actin Cytoskeleton Organization, Actin Polymerization or Depolymerization, Rho Protein Signal Trasduction). Table 3 demonstrates that the system suggests a workflow of operations and the related parameters that are able to reach considerable results with respect to the other approaches. More in details, our system works better than the other methods for the second and the third complex, in facts the proposed KDSS reaches the best values of p-value respectively with 4.92e-10 and 4.65e-08, whereas is not able to find any cluster belonging to the GO term Rho Protein Signal Trasduction.

Table 3 Comparison among the proposed approach and some of the other approaches.

With regard to the internal criteria, two different tests have been executed, aiming at demonstrating the workflow suggested by the system is the best than the other workflows the system could build, according to its knowledge. In particular, the first test reports a comparison among all the algorithms contained in the knowledge base of our KDSS for the complex clustering problem: MCL, RNSC and MCODE. It is worth remembering that the proposed scenario contains only three of the most common and high-performance algorithms for protein complex extraction, because they represent a simple set of tools able to demonstrate how good the system works. Results of the first test are shown in Table 4; the structure of the table is the same as the previous table. It is possible to see as the tool suggested by the proposed system reaches the smallest p-value for all the functional groups but the last cluster, where the proposed tool with standard parameters does not exhibit any result. This test is enough for demonstrating the system suggests the appropriate algorithm to the best of its knowledge.

Table 4 Comparison among some different clustering strategies for protein complex problem.

The second test aims at investigating about the preprocessing phase suggested by the system. In facts the system, according to its knowledge, can deal with the complex extraction problem using a preprocessing of the input PPI-Network, by means of two strategies: finding the false negative PPI (adding edges to the network) or the false positive PPI (removing edges from the network). Since the MCL algorithm proposed by the system is not sensitive to all three of the alternative ways related to the network preprocessing, we test the result of the preprocessing phase over the MCODE tool, because a comparison of clustering algorithms for protein-protein interaction networks showed that MCODE is sensitive to noise in the network [43]. For this reason, MCODE is a suitable candidate for evaluating the effect of network preprocessing. In this scenario, the system proposes the first strategy and suggests to use the "detect defective cliques" tool. Table 5 shows results of this last test. The first column contains the available preprocessing techniques; the second column reports the effect of the strategy on the network; next column reports the set of proteins for each clusters; the fourth column reports the fraction of proteins that have been identified as responsible of a biological process and the last column reports the p-value measure. Table 5 shows the suggested algorithm reaches a smaller p-value (1.93e-05) in the complex related to the Actin Cytoskeleton Organization GO term, therefore the system proposes once again the most appropriate algorithm to the best of its knowledge.

Table 5 Comparison among three different preprocessing techniques when MCODE tool is selected.

Conclusions

In this paper, we presented a novel approach for the extraction of the protein complexes based on KDSS. The system interacts with the user using its expertise about PPINs. The system suggests to the user what are the strategies and algorithms suitable for the problem and, moreover, helps him providing the description, pros and cons of each available technique. Finally the system also runs the selected tools, suggesting to the user what are the most common parameters for the specific situation and, during the experiment it builds a workflow of executed operations, enabling the chance of backtracking for exploring alternative paths. The presented results show that the workflow suggested by the system gives the best results with regards to the other workflows produced by the system itself and, furthermore, that workflow offers similar results when compared to other PPI extraction methodologies found in literature.

Future work

In the near future, we will give research community free access to our system, thanks to the migration towards a web service. Moreover we are working in order to enrich the Knowledge Base with skill regarding the proposed scenario and, at the same time, we will use our system architecture for facing other bioinformatics issues. Finally we will give support to the developer community in order to provide a simple editor so that it will be possible to insert into the system further knowledge and expertise.

Declarations

The publication costs for this article were funded by the CNR Interomics Flagship Project "-Development of an integrated platform for the application of "omic" sciences to biomarker definition and theranostic, predictive and diagnostic profiles".

This article has been published as part of BMC Bioinformatics Volume 14 Supplement 1, 2013: Computational Intelligence in Bioinformatics and Biostatistics: new trends from the CIBB conference series. The full contents of the supplement are available online at http://www.biomedcentral.com/bmcbioinformatics/supplements/14/S1.

References

  1. Eisenberg D, Marcotte EM, Xenarios I, Yeates TO: Protein function in the post-genomic era. Nature. 2000, 405: 823-826. 10.1038/35015694.

    Article  CAS  PubMed  Google Scholar 

  2. Database of interacting proteins. [http://dip.doe-mbi.ucla.edu/]

  3. Mewes HW, Frishman D, Güldener U, Mannhaupt G, Mayer K, Mokrejs M, Morgenstern B, Münsterkötter M, Rudd S, Weil B: MIPS: a database for genomes and protein sequences. Nucleic Acids Research. 2002, 30: 31-34. 10.1093/nar/30.1.31.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  4. Ho Y, Gruhler A, Heilbut A, Bader GD, Moore L, Adams SL, Millar A, Taylor P, Bennett K, Boutilier K: Systematic identification of protein complexes in Saccharomyces cerevisiae by mass spectrometry. Nature. 2002, 415: 180-183. 10.1038/415180a.

    Article  CAS  PubMed  Google Scholar 

  5. Maslon MM, Hupp TR: Drug discovery and mutant p53. Trends in Cell Biology. 2010, 20 (9): 542-555. 10.1016/j.tcb.2010.06.005.

    Article  CAS  PubMed  Google Scholar 

  6. Bader GD, Hogue CW: An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinformatics. 2003, 4: 2-10.1186/1471-2105-4-2.

    Article  PubMed Central  PubMed  Google Scholar 

  7. King AD, Przulj N, Jurisica I: Protein complex prediction via cost-based clustering. Bioinformatics. 2004, 20 (17): 3013-3020. 10.1093/bioinformatics/bth351.

    Article  CAS  PubMed  Google Scholar 

  8. Dongen SV: Graph clustering by flow simulation. PhD thesis. 2000, University of Utrecht, Centers for Mathematics and Computer Science (CWI)

    Google Scholar 

  9. Ucar D, Parthasarathy S, Asur S, Wang C: Effective pre-processing strategies for functional clustering of a protein-protein interactions network. Bioinformatic and Bioengineering, IEEE International Symposium on. 2005, 129-136.

    Chapter  Google Scholar 

  10. Sabidussi G: The centrality index of a graph. Psychometrika. 1966, 31 (4): 581-603. 10.1007/BF02289527.

    Article  CAS  PubMed  Google Scholar 

  11. Freeman LC: A set of measures of centrality based on betweenness. Sociometry. 1977, 40: 35-41. 10.2307/3033543.

    Article  Google Scholar 

  12. Bayir MA, Guney TD, Can T: Integration of topological measures for eliminating non-specific interactions in protein interaction networks. Discrete Applied Mathematics. 2009, 157: 2416-2424. 10.1016/j.dam.2008.06.034.

    Article  Google Scholar 

  13. Yu H, Paccanaro A, Trifonov V, Gerstein M: Predicting interactions in protein networks by completing defective cliques. Bioinformatics. 2006, 22 (7): 823-829. 10.1093/bioinformatics/btl014.

    Article  CAS  PubMed  Google Scholar 

  14. Chua HN, Ning K, Sung WK, Leong HW, Wong L: Using indirect protein-protein interactions for protein complex prediction. Journal of Bioinformatics and Computational Biology. 2008, 6 (3): 435-466. 10.1142/S0219720008003497.

    Article  CAS  PubMed  Google Scholar 

  15. Gao L, Sun PG, Song J: Clustering algorithms for detecting functional modules in protein interaction networks. Journal of Bioinformatics and Computational Biology. 2009, 7: 217-242. 10.1142/S0219720009004023.

    Article  CAS  PubMed  Google Scholar 

  16. Asur S, Ucar D, Parthasarathy S: An ensemble framework for clustering protein-protein interaction networks. Bioinformatics. 2007, 23: i29-i40. 10.1093/bioinformatics/btm212.

    Article  CAS  PubMed  Google Scholar 

  17. El-Najdawi MK, Stylianou AC: Expert support systems: integrating AI technologies. Commun ACM. 1993, 36 (12): 55-ff. 10.1145/163298.163306.

    Article  Google Scholar 

  18. Power DJ: Decision Support Systems: Concepts and Resources for Managers. 2002, Westport, CT: Greenwood/Quorum

    Google Scholar 

  19. Barthel D, Hirst J, Blazewicz J, Burke E, Krasnogor N: ProCKSI: a decision support system for Protein (Structure) Comparison, Knowledge, Similarity and Information. BMC Bioinformatics. 2007, 8: 416-10.1186/1471-2105-8-416.

    Article  PubMed Central  PubMed  Google Scholar 

  20. Perez-Ruiz A, Julia-Sape M, Mercadal G, Olier I, Majos C, Arus C: The INTERPRET Decision-Support System version 3.0 for evaluation of Magnetic Resonance Spectroscopy data from human brain tumours and other abnormal brain masses. BMC Bioinformatics. 2010, 11: 416-10.1186/1471-2105-11-416.

    Article  Google Scholar 

  21. Hollingsworth D: The Workflow Reference Model. 1995, Workflow Management Coalition

    Google Scholar 

  22. Hull D, Wolstencroft K, Stevens R, Goble C, Pocock MR, Li P, Oinn T: Taverna: a tool for building and running workflows of services. Nucleic Acids Res. 2006, 34: W729-W732. 10.1093/nar/gkl320.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  23. Lanzen A, Oinn T: The Taverna Interaction Service: enabling manual interaction in workflows. Bioinformatics. 2008, 24 (8): 1118-1120. 10.1093/bioinformatics/btn082.

    Article  CAS  PubMed  Google Scholar 

  24. Romano P, Bartocci E, Bertolini G, De Paoli F, Marra D, Mauri G, Merelli E, Milanesi L: Biowep: a workflow enactment portal for bioinformatics applications. BMC Bioinformatics. 2007, 8 (Suppl 1): S19-10.1186/1471-2105-8-S1-S19.

    Article  PubMed Central  PubMed  Google Scholar 

  25. Bartocci E, Corradini F, Merelli E, Schortichini L: BioWMS: a web-based Workflow Management System for bioinformatics. BMC Bioinformatics. 2007, 8 (Suppl 1): S2-10.1186/1471-2105-8-S1-S2.

    Article  PubMed Central  PubMed  Google Scholar 

  26. Fiannaca A, Gaglio S, La Rosa M, Peri D, Rizzo R, Urso A: A knowledge based decision support system for bioinformatics and system biology. Computational Intelligence Methods for Bioinformatics and Biostatistics, Volume 6685. 2011, LNCS, 215-228.

    Chapter  Google Scholar 

  27. Fiannaca A, La Rosa M, Peri D, Rizzo R: An Intelligent System for Decision Support in Bioinformatics. ERCIM News. 2011, 2011 (84): 35-

    Google Scholar 

  28. Jackson P: Introduction to Expert Systems. 1998, Addison-Wesley

    Google Scholar 

  29. Chandrasekaran B, Josephson JR, Benjamins VR: What Are Ontologies, and Why Do We Need Them?. IEEE Intelligent Systems. 1999, 14: 20-26.

    Article  Google Scholar 

  30. Fiannaca A, Gaglio S, La Rosa M, Rizzo R, Urso A: An ontology design methodology for Knowledge-Based systems with application to bioinformatics. CIBCB. 2012, 85-91.

    Google Scholar 

  31. Johnson B, Shneiderman B: Tree-maps: a space-filling approach to the visualization of hierarchical information structures. Proceedings of IEEE Conference on Visualization. 1991, 284-291.

    Google Scholar 

  32. Jess: the rule engine for the JavaTM platform. [http://herzberg.ca.sandia.gov/jess/]

  33. Forgy C: Rete: a fast algorithm for the many pattern/many object pattern match problem. Artificial Intelligence. 1982, 19: 17-37. 10.1016/0004-3702(82)90020-0.

    Article  Google Scholar 

  34. The protege ontology editor and knowledge acquisition system. [http://protege.stanford.edu/]

  35. JGraph: leading open source java graph visualization and layout component. [http://www.jgraph.com/]

  36. Arnau V, Mars S, Martyn I: Iterative cluster analysis of protein interaction data. Bioinformatics. 2004, 21 (3): 364-378.

    Article  PubMed  Google Scholar 

  37. Drees BL, Sundin B: A protein interaction map for cell polarity development. J Cell Biol. 2001, 154: 549-571. 10.1083/jcb.200104057.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  38. Pizzuti C, Rombo SE: PINCoC: a co-clustering based approach to analyze protein-protein interaction networks. Intelligent Data Engineering and Automated Learning, Volume 4881. 2007, LNCS, 821-830.

    Google Scholar 

  39. Barabasi AL, Oltvail ZN: Network biology: understanding the cell's functional organization. Nature Reviews Genetics. 2004, 5: 101-113. 10.1038/nrg1272.

    Article  CAS  PubMed  Google Scholar 

  40. von Mering C: Comparative assessment of large-scale data sets of protein-protein interactions. Nature. 2002, 417: 399-403.

    Article  CAS  PubMed  Google Scholar 

  41. Legrain P: How useful will functional proteomics data be?. Comp Funct Genomics. 2001, 2 (5): 301-303. 10.1002/cfg.101.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  42. Chen J, Hsu W, Lee ML, Ng S: Increasing confidence of protein interactomes using network topological metrics. Bioinformatics. 2006, 22 (16): 1998-2004. 10.1093/bioinformatics/btl335.

    Article  CAS  PubMed  Google Scholar 

  43. Brohee S, van Helden J: Evaluation of clustering algorithms for protein-protein interaction networks. BMC Bioinformatics. 2006, 7: 488-10.1186/1471-2105-7-488.

    Article  PubMed Central  PubMed  Google Scholar 

  44. Shannon P: Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Research. 2003, 13 (11): 2498-2504. 10.1101/gr.1239303.

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  45. GOTermFinder. [http://go.princeton.edu/cgi-bin/GOTermFinder/]

Download references

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Alfonso Urso.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

AF: software design, implementation, writing, assessment, discussions. MLR: software design, implementation, writing, assessment, discussions. RR: software design, discussions, writing. AU: software design, discussions, writing, funding. SG: project conception, software design, discussions. All authors read and approved the final manuscript.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Fiannaca, A., La Rosa, M., Urso, A. et al. A knowledge-based decision support system in bioinformatics: an application to protein complex extraction. BMC Bioinformatics 14 (Suppl 1), S5 (2013). https://doi.org/10.1186/1471-2105-14-S1-S5

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-14-S1-S5

Keywords