Skip to main content

Protopia: a protein-protein interaction tool

Abstract

Background

Protein-protein interactions can be considered the basic skeleton for living organism self-organization and homeostasis. Impressive quantities of experimental data are being obtained and computational tools are essential to integrate and to organize this information. This paper presents Protopia, a biological tool that offers a way of searching for proteins and their interactions in different Protein Interaction Web Databases, as a part of a multidisciplinary initiative of our institution for the integration of biological data http://asp.uma.es.

Results

The tool accesses the different Databases (at present, the free version of Transfac, DIP, Hprd, Int-Act and iHop), and results are expressed with biological protein names or databases codes and can be depicted as a vector or a matrix. They can be represented and handled interactively as an organic graph. Comparison among databases is carried out using the Uniprot codes annotated for each protein.

Conclusion

The tool locates and integrates the current information stored in the aforementioned databases, and redundancies among them are detected. Results are compatible with the most important network analysers, so that they can be compared and analysed by other world-wide known tools and platforms. The visualization possibilities help to attain this goal and they are especially interesting for handling multiple-step or complex networks.

Background

A living organism is an open system that is constantly exchanging chemical compounds, energy and information with its environment. This exchange involves a large number of elements (molecules) related to each other in a dynamic hierarchical and modular manner. Modules can be identified from the analysis of the interaction patterns. At a molecular level, interacting networks include protein-protein interactions, metabolic pathways, and the different biosignalling pathways controlling intercellular cross-talk and the regulation of gene expression [1, 2]. Thus, protein-protein interactions can be considered as the basic skeleton for living organism self-organization and homeostasis [3]. Consequently, understanding the structural data concerning network skeletons, as well as its one-to-one element interactions, is essential (though just beginning) for effective progress in the characterization of biological complex systems and in understanding the pathological consequences of alterations in the properties of a given node (protein). In fact, molecular interaction networks are widely studied to reveal the complex roles played by gene products and cellular environments in biological and pathological processes [46].

When a new interactome is built with current information integration tools, nodes represent macromolecules and connecting segments represent specific interactions. Nodes are associated with additional information about the genes/proteins; for instance, chromosome number and gene location, intracellular location of the protein, and codes for locations in different Data Banks and ontologies. All this information is extensively stored in several data warehouses (Expasy, Gene Bank, Uniprot, or Gene Ontology, among others) [710].

Multiple sources of information on protein to protein interaction exist. They have usually been analyzed individually by genetic, biochemical and biophysical techniques. Recently, however, new methods have been developed for high-throughput macromolecular interaction analysis, including both experimental and biocomputational approaches. The high speed of new data generation has caused a problem, namely standardization of its notation in database(s) [11]. In the most significant interaction databases, the information provided by these methods is stored, curated and commonly linked to node data warehouses, but many details are not always fully or clearly specified (for instance, type of interaction, experimental conditions, etc). This lack of precision in interaction description is a major problem of the high-throughput data repositories. Further efforts are therefore essential to improve the quality of the protein-protein interaction databases to reach a level of confidence on crude networks, to save manual curation efforts and, consequently, to gain efficiency in inferring useful biological information from the interactome graphs. In addition, intersection and overlapping among these databases is limited and, therefore, the information is complementary in many cases. Thus, information should be unified to increase and to improve knowledge about interaction networks. In this way, several databases are working to integrate all this information on flexible platforms: BiologicalNetwork, Agile Protein Interaction Data-Analyzer (APID), KEGG or Protein Launge [1214]. Finally, even partial interactomes on a given intracellular process often contains hundreds of nodes which are difficult to manage during analysis. Consequently, efforts to improve result visualization and compatibility among different platforms would also be helpful.

In this paper, we present a tool called Protopia for searching for and integrating protein-protein interactions and the information about them contained in five different Protein Interaction Web Databases. It can be useful as a friendly search interface among different databases, as a validator of redundant information, as a network visualization tool and also as an export tool to SBML [15].

Methods

Protopia is a modularized application, with separate functionalities providing a high degree of reusability and error correction. There are several main modules (Figure 1) that work together but are built separately with a different functionality: Graphic User Interface, Model, Visualization Engine, Search Engine Interface, Data Source Adapter Interface and Data Source Extractor Interface. Protopia has been implemented in Java because it makes it possible to manage all required software patterns and also provides Operative System independence. Protopia components have been designed to increase reusability and the possibility of including new databases when required. The description of these components is shown below:

Figure 1
figure 1

Protopia's architecture. The diagram of Protopia's architecture shows the decoupling between all their components.

  • The Graphic User Interface: A user interface is provided to use and to manage all the capabilities of Protopia in an easy manner.

  • Model: It is the component that manages all the other components, and makes cooperation amongst them possible.

  • Visualization Engine: It provides diverse representations of the located protein to protein interactions. Two kinds of text representations (vector and matrix), and two kinds of graph representations (hierarchical and an organic hypergraph) have been implemented using a hypergraph [16] library and the Graphviz [17] library.

  • Search Engine Interface: It uses the Data Source Adapter Interface of every Data Service implemented to perform the specific search among the data sources included in Protopia.

  • Data Source Adapter Interface: An abstract interface defined to be implemented by a custom data source extractor in order to be able to both communicate and cooperate with the Search Engine Interface. It describes some basic operations to implement the service.

  • Data Source Extractor Interface: An abstract interface defined to be implemented by a custom data source extractor in order to be able to transform the original data to a common data structure usable by the Search Engine Interface.

Data source extractors

The data source extractors are the components capable of extracting and transforming the protein interaction information. They implement the Data Source Adapter Interface and the Data Source Extractor Interface required to make them compatible with Protopia (Figure 2).

Figure 2
figure 2

Data source extraction scheme. Abstract classes A and B define the operations required and implement the functionality between them. Scheme shows the class diagram which represents the extraction's implementation in IHOP. For other sources classes C and D are different.

This project has been implemented with five data source extractors from five main Protein Web Databases (the free version of Transfac, DIP, Hprd, Int-Act and iHop) by using an access via HTTP. It was achieved by implementing parses among the HTTP text. Thus, our tool is able to use an abstract interface that defines the extraction and adaptation of the data by applying a usual data extraction method (via HTTP parse), but it can also be deployed by using direct access to databases (via FTP), web services, and other available data access.

When a data source extractor is needed, it is easy to provide a new one by extending two java classes, one to define the URLs and characteristics (Data Source Adapter Interface) and the other one to define the way to obtain the different nodes and interactions of the graphs (Data Source Extractor Interface). In the same way, it is possible to build custom data source extractors for a desirable data source without the need to recompile the source code, in other words simply by packaging those two implemented classes, by creating a simple jar, and by copying it in an interface folder. Protopia automatically detects the changes in the folder and loads the new data source extractor.

Data representation and interoperability

Most efforts in Protopia have been directed to providing useful and friendly protein interaction graph representations. In Protein to Protein interaction graph visualization a perfect visualization method does not exist, but there are applications that achieve it with a moderate to high degree of satisfaction. That is the case of ProViz, iPfam or Cytoscape [1820]. Since protein to protein graphs tend to be very big, you have to choose either to have a global representation of the graph or to have a detailed representation of a part of the graph. For these reasons, we consider to improve two different visualization ways that full equip Protopia as a complete interaction viewer.

Four different kinds of visualization have been implemented. In all cases proteins can be represented by either the abbreviated name or the code of the respective Data Bank:

  • The first one is based on a text vector form (Figure 3) and the second one is based on a text matrix form (Figure 4). They have been implemented in text mode to provide a simple and low load mode that allows copying and pasting the results easily.

Figure 3
figure 3

Text vector implementation. The figure shows the results obtained from DIP for P53 [DIP:368] [SwissProt:P04367]. This kind of data representation was thought to allow experimented biologist to obtain a file with plain text as target for a program input.

Figure 4
figure 4

Text matrix implementation. The figure shows the results obtained from DIP for P53 [DIP:368] [SwissProt:P04367]. This kind of data representation was thought to simplify the view of interactions in text mode.

  • The third one is based on the Graphviz [17] library, which provides a hierarchic and schematic point of view of the interaction graph and enables the user to analyse the graph in a global way. Implementation of the Graphviz view mode is simple and it only makes external calls to the Graphviz package (Figure 5).

Figure 5
figure 5

Graphviz visual implementation. The figure shows the results obtained from DIP for P53 [DIP:368] [SwissProt:P04367]. This kind of graph view had a hierarchical layout capability, used to see the interactions by his level.

  • The fourth one has been implemented on the basis of an organic hypergraph library [16], which provides a fish eye view and makes it easier to analyse the net based on a main protein and its interacting neighbourhood (Figure 6). This visualization method enables the user to interact with the graph and change it (organically) to centre the view on the desired area, which is extremely useful for analysing a specific part of the graph. Implementation was carried out by extending the corresponding java classes to reach the desirable functionalities. Since our tool is able to manage up to more than one thousand nodes of a several-step network, this visualization is particularly convenient and helpful for complex network visualization and analysis.

Figure 6
figure 6

Hypergraph visual implementation. In A the view is centered over the P53 protein [DIP:368] [SwissProt:P04367]. In B the view is centered over the p53-binding protein Mdm2 [DIP:24224N] [SwissProt:Q00987].

On the other hand, an optimum system should be able to reach a high degree of integration with any information repository, as well as maximum interoperability among the different data analysis tools. In our system integration of a new Data source will be easily executed by following the same procedure described above. Reciprocally, the information collected by our tool can be recorded in a file, saving the interaction data graph in plain text mode or in the standard SBML format, making results compatible with many otherplatforms (for instance, Copasy, APID, etc), which is interesting for the comparative analysis of different networks.

Detection of redundancies

An optimum system should be able to locate and unify the information on a given molecule stored under any of its identifiers and return a confidence value to the user for each located edge.

The increasing activity of the scientific community in applying technologies feeding protein-protein interaction information (for instance, bioinformatics predictions from HTP-technologies, 2-hybrids, pool-down, fluorescence correlation spectroscopy, fluorescence resonance energy transfer), followed by their notations in Data Banks, makes it likely that information on protein-protein interactions will grow exponentially in the short-term. It would be convenient that such a volume of information could be discriminated to select the most relevant in order to avoid an undesirable increase of background. Multiple facts should be taken into account for an accurate estimation of confidence; for instance, the method(s) used to deduce such an interaction (in silico, in vitro and/or in vivo). This information is often available in databases, but the different technologies and their values integrated in a "global confidence score algorithm" is not an easy task, and may be premature. In our opinion, such an algorithm should be reached by consensus and its cut-off should be selected by the user, which could be particularly important for studies of poorly-characterized interactomes.

At the present stage, with this goal in mind and taking into account the heterogeneous information captured by the different repositories and the dynamics of new inputs, a simple (but slanted) approach to the final objective could be provided by the quotient between the number of repositories-containing information on the interaction and the total number of queried databases. In our tool, this quotient is called "redundancy".

Redundancy algorithm and values

The Protopia algorithm to look for redundancy is based on a simple but efficient search across all the available data sources (see Figure 7). The tool validates every pair of proteins this way: For every pair obtained from one of the data bases (for instance, DIP), we obtain the respective Swissprot codes (step C in Figure 7). Then, both protein codes are the parameter to search for the corresponding identifier code of every other data source (step D in Figure 7). Once both identifiers are available, an interaction between these two codes is performed in every data source. The original database where the interaction was first detected is not taken into account in the quotient.

Figure 7
figure 7

Redundancy analysis algorithm scheme. In step A a network is captured from a given database. In step B, the network is decomposed into its interaction pairs. In step C, Protopia looks for the SwissProt code of both proteins of every pair captured. In step D, the specific database code (for each of the other databases) for the SwissProt code is located. In step E, the interactions between the specific codes of the pairs are located in all the other databases. Finally, step F checks if the interaction has been found, and in this case a unit is added to the redundancy factor numerator.

Then, Protopia can validate those interactions searching among all the integrated databases, looking for those relationships in all the databases and retrieving the validation for the user. This is called the redundancy factor. Depending on the visualization mode, the results are expressed as quotients on the edges and/or by a three colour code for the edges (see Example of Redundancy Value Section). Thus, high redundancy (the darkest edges) will be considered when the numerator is as big as the denominator. It means that the interaction is redundantly defined in all the databases used in Protopia. No redundancy (the lightest edges) will be considered when the numerator is one. It means that the interaction is defined only in the original database and no matches have been obtained from searching in other databases. Medium redundancy will be considered in other cases. It means that the interaction is defined in some (more than one) of the databases used in Protopia.

Example of redundancy value

This example shows an example of a single step search of a well known suppressor gene product, p53, described as a hub by several authors, including our own results [21, 22]. In DIP, it is described as "cellular tumor antigen P53", with DIP code "368". For this protein, 37 interaction pairs were found.

The interaction redundancy hypergraph of the other data sources implemented in Protopia (Transfac Web, Intact, HPRP, IHOP) was analysed and is shown in Figure 8. It is obvious that one of the data sources could not locate or obtain the Swiss-Prot code of the protein P53 [Swiss-Prot: P04637] in their database, because the maximum denominator is 3 and the number of databases compared was four. For this reason we believe that is important to use Web services instead of HTTP access. However, most of the databases do not provide this kind of interface. Another reason for a lower redundancy is because we use Transfac Web that does not allow access to all its proteins in the free version.

Figure 8
figure 8

Redundancy analysis example. Redundancy analysis hypergraph of the "cellular tumor antigen" p53 network. The redundancy of ribonucleotide reductase p53R2 chain is the highest possible, and we will expect a high interaction probability.

In this example, only 62.16% of the protein interactions were redundant to some extent. Of this percentage, only 10.81% of the interactions are described in three of the databases, 40.54% are described in two of the databases, and 10.81% are described in just one of the databases.

Results

Protopia is one of the biocomputational tools implemented by the ASP project http://asp.uma.es. This section will describe Protopia characteristics. Briefly, Protopia provides a configuration tool for selecting the database(s) used to retrieve information. Once the target database(s) has been selected, users can search by either the name or the code of the desired protein, and it retrieves a list of proteins from which to choose the required one. Once the protein is chosen, the tool will search its interactions through the selected database(s), and returns a collection of proteins and their interactions. The result of a search can be visualized in three different ways: a vector, a matrix, and a graph (Figure 9); results can also be saved in text formats or in SBML format. It is also possible to use logic operators to compare the interactions between two specific proteins, and to search all the paths between two proteins. By default, the search ratio has just one level of interactions, but it is a configurable option and the tool can show interactions up to a 10-level deep tree. This tree-graph is a way of showing protein interactions quickly and efficiently, but it is also an interactive way of visiting the web page where the tool has queried to obtain the information. The visualization engine is an interactive and navigable graph that offers a nice visualization of a specific zone of the graph.

Figure 9
figure 9

Visualization. 4-level-deep network visualization of p53 protein [DIP:368] [SwissProt:P04367] that involves a total number of 836 proteins and 1595 interactions. The Figure is centered on p53 and is represented by an interactive organic graph as explained below.

Protopia actually integrates five Web Protein Databases: the free version of Transfac, DIP, Hprd, Int-Act and iHop [2327]. These are five of the most important interaction protein databases existing at present, and we search all the data through queries directly to the Web Server.

As an example of use the well known protein p53 has been presented in previous sections. In summary, looking for its interactions in Transfac we notice that there are 36 interactions with other proteins (Figure 5). But, users could be interested in looking for the interactions of those 36 proteins with other proteins. So, the interaction graph is expanded to the second level (Figure 6). This graph can be also validated with respect to the other databases. So, the user obtains the redundancy factor as measure to quantify the real possible probability of interaction, if it is desirable to filter the huge quantity of interactions on an automatic way to allow the expert to study only the more probably interaction literature (Figure 8).

Discussion

Protopia deals with integration problems caused by the heterogeneity of Biological databases. For instance, there is no universal identification code for proteins accepted by the whole scientific community. Protopia tries to validate interactions using the Swissprot code which is usually available in most protein data files, matching them with this code which is also available in Expasy. However, if for example the user is using the HPRD engine, the Swissprot code of the p53 regulated apoptosis inducing protein 1 is not available (it is possible to visualize the problem by visiting the page and looking for the empty Swiss-Prot field in this HPRD web link: http://www.hprd.org/links?protein=10397&isoform_id=10397_1&isoform_name=Isoform_1). Consequently, the redundancy quotients of any interaction involving p53 are lacking the information coming from HPRD. This problem is solved by analyzing the known names or synonyms (or even the sequence) when the Swissprot code is not available (due to an annotation error or because the protein is not identified by the Uniprot).

Protopia scores its results on the basis of the redundancies in the interaction information among the different repositories. Obtaining a higher redundancy level between PPI databases is only a matter of time. However, for some species like humans [28] a low redundancy level still exists among the different databases. Currently, this inconvenience hampers the accuracy of any attempt geared at computer-assisted validation of the results. Also, we are not always able to find via HTTP the protein that belongs to a Swiss-Prot code, because sometimes it is impossible to query some parameters this way and the redundancy factor could be lower because of this lack, this is the reason we claim to databases to offer a best way to access data, like web services. In our opinion, it is time to reach consensus on a more unified way of making new annotations and to have a score algorithm accepted by the scientific community in order to help information integration and interchange and to obtain maximum benefits from the huge experimental efforts that are being carried out at present. To evaluate the quality of the interaction, we agree with the need to standardize and to score the annotations regarding experimental methods, sources, etc used in the described interaction, also claimed by other groups [1].

The access to data sources has been implemented via HTTP, which could seem more expensive in time and data transfer than other tools working on downloaded information. In turn, our tool allows an easy online way to access current data. Thus, the information obtained is always up-to-date. In our approach, information location problems will be solved when most of the public databases develop a web service that allows us to ask for just a given protein.

Conclusion

Protopia has become a useful tool to search for, visualize and validate protein interactions, by providing an intuitive user interface and useful configurability. This tool provides multiple ways of representing the results, being useful for researchers to quickly and efficiently find protein interactions and long-distance protein-protein relationships. One of Protopia's best features is that it is designed to access online data. Therefore, it is unnecessary to keep large quantities of data (and periodically download the full database). Only a little cache disk space is maintained to provide quicker access to the interaction information. The ease in implementing a new data source extractor interface adds functionality and new sources to compare interactions. The possibility of exporting the interactions to the standard SBML format enables the reuse of the interaction graph with other programs and tools. Thus, Protopia is not just an end-user application; it can also be used as a protein to protein interaction extractor capable of saving the selected proteins and interactions in a SBML file for subsequent analysis and manipulation.

Current databases offer a different level of curation, annotation, number of proteins, and number of interactions. We intend to continue working towards taking all this information (and all future information) to offer an improved interaction analysis method and tool able to take into account new filters, as if they were the tissues of an organism, and the experimental technology used to obtain the information. In fact, we believe that in the future (when enough information will have been extracted and annotated) the ideal tool should be able to detect and compare intercellular differences [29]. In the short/medium-term (over the next 1–2 years), we are planning to develop a CellDesigner plug-in that incorporates the two Protopia visualizations, as well as another plug-in that uses different access databanks to evaluate and validate PPIs with the new ideas proposed.

It is accepted that this kind of biocomputational effort and tool is essential for the advance of knowledge in Systems Biology. Analyzing protein interaction networks using structural information is one of these approaches [1]. In particular, our group requires them as part of a dual in silico-experimental strategy to study different biomedical problems [30]. Cancer, inflammation/immunity problems and orphan diseases are several of these biomedical problems for which network characterizations could reveal important emergent properties to understand and control the frequently dramatic systemic consequences of alterations in just a simple metabolic element. Important efforts are being made in cancer and inflammation/immunity problems [3133] to advance in the knowledge and intervention possibilities of these pathologies. Nevertheless, it is for orphan/rare diseases, many of them caused by mutations, for which in silico approaches can provide the maximum degree of information, mostly due to the scarce number of human samples, as a result of which advance is only possible by using experimental approaches [34, 35]. Due to the complexity of the human organism and different cell and tissue-specificities, it is almost impossible to obtain a complete picture of the different syndromes at the human level just by integrating the information provided by studies carried out on the isolated protein elements affected in each case, or by biochemical results obtained with cultured cell type models. This task requires systemic approaches, including the development of new in silico tools not only to integrate information, but also to filter and to organize the information obtained from many thousands of experimental molecular, biochemical and cellular studies in an automated way.

Characterization of protein networks, as well as formalization (mathematic modelling) of the metabolic behaviour could help the scientific community in searching for biochemical answers at the systemic level for many pathologies, including orphan diseases. It could allow us to predict the consequences of a given alteration in one of the protein/gene elements involved in a metabolic pathway, taking into account the cell specificities of the different human tissues and cell types. In fact, due to the differential expression patterns of the different cell types, a similar genetic alteration can be compensated or can have little importance in the correct function of one cell type, whereas it could have important consequences in the function of another one. This approach can also be useful to obtain emergent information on how to transmit the consequences of a molecular alteration to other apparently long-distance metabolic reactions of a given cell type, thus helping to understand (at least partially) the biochemical causes for the loss of homeostasis of patients. As evidenced in the acknowledgement section and affiliation, our group is engaged in different projects and networks (on cancer, inflammation, angiogenesis, and rare diseases) with the aim of contributing to a better understanding of the molecular causes or consequences of any of these pathologies and, consequently, to the design of new and more efficient intervention strategies.

Availability and requirements

References

  1. Kiel C, Beltrao P, Serrano L: Analyzing protein interaction networks using structural information. Annu Rev Biochem 2008, 77: 415–441. 10.1146/annurev.biochem.77.062706.133317

    Article  CAS  PubMed  Google Scholar 

  2. Rodríguez-Caso C, Sole R: Networks in cell biology. In Fundamentals of Data Mining in Genomics and Proteomics. Edited by: Dubitzky W, Granzow M, Berrar D. Kluwer Academic Publishers; 2006.

    Google Scholar 

  3. Misteli T: The concept of self-organization in cellular architecture. J Cell Biol 2001, 155: 181–185. 10.1083/jcb.200108110

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  4. De Las Rivas J, de Luis A: Interactome data and databases: different types of protein interaction. Comp Funct Genomics 2004, 5: 173–178. 10.1002/cfg.377

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  5. Palotai R, Szalay MS, Csermely P: Chaperones as integrators of cellular networks: changes of cellular integrity in stress and diseases. IUBMB Life 2008, 60: 10–18.

    Article  CAS  PubMed  Google Scholar 

  6. Ratushny V, Golemis E: Resolving the network of cell signaling pathways using the evolving yeast two-hybrid system. Biotechniques 2008, 44: 655–662. 10.2144/000112797

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  7. Ashburner M, Ball CA, Blake JA, Botstein D, Butler H, Cherry JM, Davis AP, Dolinski K, Dwight SS, Eppig JT, et al.: Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat Genet 2000, 25: 25–29. 10.1038/75556

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  8. Benson DA, Karsch-Mizrachi I, Lipman DJ, Ostell J, Wheeler DL: GenBank. Nucleic Acids Res 2007, 35: D21–25. 10.1093/nar/gkl986

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  9. Gasteiger E, Gattiker A, Hoogland C, Ivanyi I, Appel RD, Bairoch A: ExPASy: The proteomics server for in-depth protein knowledge and analysis. Nucleic Acids Res 2003, 31: 3784–3788. 10.1093/nar/gkg563

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  10. Lee K, Chuang HY, Beyer A, Sung MK, Huh WK, Lee B, Ideker T: Protein networks markedly improve prediction of subcellular localization in multiple eukaryotic species. Nucleic Acids Res 2008, 36(20):e136. 10.1093/nar/gkn619

    Article  PubMed Central  PubMed  Google Scholar 

  11. Von Mering C, Krause R, Snel B, Cornell M, Oliver SG, Fields S, Bork P: Comparative assessment of large-scale data sets of protein-protein interactions. Nature 2002, 417: 399–403. 10.1038/nature750

    Article  CAS  PubMed  Google Scholar 

  12. Baitaluk M, Sedova M, Ray A, Gupta A: BiologicalNetworks: visualization and analysis tool for systems biology. Nucleic Acids Res 2006, 34: W466–471. 10.1093/nar/gkl308

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  13. Kanehisa M, Goto S, Hattori M, Aoki-Kinoshita KF, Itoh M, Kawashima S, Katayama T, Araki M, Hirakawa M: From genomics to chemical genomics: new developments in KEGG. Nucleic Acids Res 2006, 34: D354–357. 10.1093/nar/gkj102

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  14. Prieto C, De Las Rivas J: APID: Agile Protein Interaction DataAnalyzer. Nucleic Acids Res 2006, 34: W298–302. 10.1093/nar/gkl128

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  15. Hucka M, Finney A, Sauro HM, Bolouri H, Doyle JC, Kitano H, Arkin AP, Bornstein BJ, Bray D, Cornish-Bowden A, et al.: The systems biology markup language (SBML): a medium for representation and exchange of biochemical network models. Bioinformatics 2003, 19: 524–531. 10.1093/bioinformatics/btg015

    Article  CAS  PubMed  Google Scholar 

  16. Hypergraph[http://hypergraph.sourceforge.net]

  17. Graphviz[http://www.graphviz.org]

  18. Finn RD, Marshall M, Bateman A: iPfam: visualization of protein-protein interactions in PDB at domain and amino acid resolutions. Bioinformatics 2005, 21: 410–412. 10.1093/bioinformatics/bti011

    Article  CAS  PubMed  Google Scholar 

  19. Iragne F, Nikolski M, Mathieu B, Auber D, Sherman D: ProViz: protein interaction visualization and exploration. Bioinformatics 2005, 21: 272–274. 10.1093/bioinformatics/bth494

    Article  CAS  PubMed  Google Scholar 

  20. Shannon P, Markiel A, Ozier O, Baliga NS, Wang JT, Ramage D, Amin N, Schwikowski B, Ideker T: Cytoscape: a software environment for integrated models of biomolecular interaction networks. Genome Res 2003, 13: 2498–2504. 10.1101/gr.1239303

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  21. Rodriguez-Caso C, Medina MA, Sole RV: Topology, tinkering and evolution of the human transcription factor network. FEBS J 2005, 272: 6423–6434. 10.1111/j.1742-4658.2005.05041.x

    Article  CAS  PubMed  Google Scholar 

  22. Zheleva DI, Lane DP, Fischer PM: The p53-Mdm2 pathway: targets for the development of new anticancer therapeutics. Mini Rev Med Chem 2003, 3: 257–270. 10.2174/1389557033488178

    Article  CAS  PubMed  Google Scholar 

  23. Hermjakob H, Montecchi-Palazzi L, Lewington C, Mudali S, Kerrien S, Orchard S, Vingron M, Roechert B, Roepstorff P, Valencia A, et al.: IntAct: an open source molecular interaction database. Nucleic Acids Res 2004, 32: D452–455. 10.1093/nar/gkh052

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  24. Hoffmann R, Valencia A: A gene network for navigating the literature. Nat Genet 2004, 36: 664. 10.1038/ng0704-664

    Article  CAS  PubMed  Google Scholar 

  25. Matys V, Fricke E, Geffers R, Gossling E, Haubrock M, Hehl R, Hornischer K, Karas D, Kel AE, Kel-Margoulis OV, et al.: TRANSFAC: transcriptional regulation, from patterns to profiles. Nucleic Acids Res 2003, 31: 374–378. 10.1093/nar/gkg108

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  26. Peri S, Navarro JD, Amanchy R, Kristiansen TZ, Jonnalagadda CK, Surendranath V, Niranjan V, Muthusamy B, Gandhi TK, Gronborg M, et al.: Development of human protein reference database as an initial platform for approaching systems biology in humans. Genome Res 2003, 13: 2363–2371. 10.1101/gr.1680803

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  27. Xenarios I, Rice DW, Salwinski L, Baron MK, Marcotte EM, Eisenberg D: DIP: the database of interacting proteins. Nucleic Acids Res 2000, 28: 289–291. 10.1093/nar/28.1.289

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  28. Mathivanan S, Periaswamy B, Gandhi TK, Kandasamy K, Suresh S, Mohmood R, Ramachandra YL, Pandey A: An evaluation of human protein-protein interaction data in the public domain. BMC Bioinformatics 2006, 7(Suppl 5):S19. 10.1186/1471-2105-7-S5-S19

    Article  PubMed Central  PubMed  Google Scholar 

  29. Montanez R, Navas-Delgado I, Medina MA, Aldana-Montes JF, Sanchez-Jimenez F: Information integration of protein-protein interactions as essential tools for immunomics. Cell Immunol 2006, 244: 84–86. 10.1016/j.cellimm.2006.12.008

    Article  CAS  PubMed  Google Scholar 

  30. Sanchez-Jimenez F, Montanez R, Correa-Fiz F, Chaves P, Rodriguez-Caso C, Urdiales JL, Aldana-Montes JF, Medina MA: The usefulness of post-genomics tools for characterization of the amine cross-talk in mammalian cells. Biochem Soc Trans 2007, 35: 381–385. 10.1042/BST0350381

    Article  CAS  PubMed  Google Scholar 

  31. Brown KL, Cosseau C, Gardy JL, Hancock RE: Complexities of targeting innate immunity to treat infection. Trends Immunol 2007, 28: 260–266. 10.1016/j.it.2007.04.005

    Article  CAS  PubMed  Google Scholar 

  32. Chen BS, Yang SK, Lan CY, Chuang YJ: A systems biology approach to construct the gene regulatory network of systemic inflammation via microarray and databases mining. BMC Med Genomics 2008, 1: 46. 10.1186/1755-8794-1-46

    Article  PubMed Central  PubMed  Google Scholar 

  33. Ng A, Bursteinas B, Gao Q, Mollison E, Zvelebil M: pSTIING: a 'systems' approach towards integrating signalling pathways, interaction and transcriptional regulatory networks in inflammation and cancer. Nucleic Acids Res 2006, 34: D527–534. 10.1093/nar/gkj044

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  34. Masotti D, Nardini C, Rossi S, Bonora E, Romeo G, Volinia S, Benini L: TOM: enhancement and extension of a tool suite for in silico approaches to multigenic hereditary disorders. Bioinformatics 2008, 24: 428–429. 10.1093/bioinformatics/btm588

    Article  CAS  PubMed  Google Scholar 

  35. Correa-fiz F, Reyes-Palomares A, Ruiz-Pérez MV, Medina MA, Sanchez-Jiménez F: Roles of biogenic amines in emergent and rare diseases. In Biological aspects of biogenic amines and polyamine conjugates. Volume 16. Edited by: Dandrifosse, Pandalai S. Research Signpost; 2008.

    Google Scholar 

Download references

Acknowledgements

Supported by the ICARIA Project Grant TIN2008-04844 and SAF2008-02522 (Spanish Ministry of Science and Innovation), and Projects CVI-267, CVI-2999 and P07-TIC-02978 (Innovation, Science and Enterprise Ministry of the Regional Andalusian Government [Junta de Andalucía]).

This article has been published as part of BMC Bioinformatics Volume 10 Supplement 12, 2009: Bioinformatics Methods for Biomedical Complex System Applications. The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2105/10?issue=S12.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Alejandro Real-Chicharro.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

ARC has designed the architecture of Protopia, drafted the manual and implemented together with IRM, AK and OC the tool. IND has implemented the extractors and drafted the manual. FJS and MAM have conceived the infrastructure, testing the tool, coordination and helped to draft the manual. JAM participate on the architecture's design, conceived the infrastructure, coordination, and helped to draft the manual.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://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

Real-Chicharro, A., Ruiz-Mostazo, I., Navas-Delgado, I. et al. Protopia: a protein-protein interaction tool. BMC Bioinformatics 10 (Suppl 12), S17 (2009). https://doi.org/10.1186/1471-2105-10-S12-S17

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-10-S12-S17

Keywords