Skip to main content
Nucleic Acids Research logoLink to Nucleic Acids Research
. 2015 Apr 15;43(Web Server issue):W244–W250. doi: 10.1093/nar/gkv347

PheNetic: network-based interpretation of molecular profiling data

Dries De Maeyer 1,2, Bram Weytjens 1,2, Joris Renkens 3, Luc De Raedt 3, Kathleen Marchal 1,2,4,*
PMCID: PMC4489255  PMID: 25878035

Abstract

Molecular profiling experiments have become standard in current wet-lab practices. Classically, enrichment analysis has been used to identify biological functions related to these experimental results. Combining molecular profiling results with the wealth of currently available interactomics data, however, offers the opportunity to identify the molecular mechanism behind an observed molecular phenotype. In this paper, we therefore introduce ‘PheNetic’, a user-friendly web server for inferring a sub-network based on probabilistic logical querying. PheNetic extracts from an interactome, the sub-network that best explains genes prioritized through a molecular profiling experiment. Depending on its run mode, PheNetic searches either for a regulatory mechanism that gave explains to the observed molecular phenotype or for the pathways (in)activated in the molecular phenotype. The web server provides access to a large number of interactomes, making sub-network inference readily applicable to a wide variety of organisms. The inferred sub-networks can be interactively visualized in the browser. PheNetic's method and use are illustrated using an example analysis of differential expression results of ampicillin treated Escherichia coli cells. The PheNetic web service is available at http://bioinformatics.intec.ugent.be/phenetic/.

INTRODUCTION

Molecular profiling experiments, such as mRNA and/or protein expression measurements, provide direct information on which genes or gene products are (in)active under a certain condition. Statistical overrepresentation methods give quick functional insights into genes listed by those experiments, but fail to unveil how the genes from these lists are mechanistically related (13). Network based approaches (4,5) combine the vast amount of interactomics knowledge, represented as interaction networks, with the results of molecular profiling experiments to search for these mechanistic insights. Such integrative approaches have several benefits. First, the interaction networks help filtering noise from gene lists. Second, the interaction networks compensate for missing information: genes relevant to the process under study, but not in the gene list, can be recovered through their connectedness with the (in)active genes. Third, integrating multiple molecular levels into the interaction network (e.g. protein–protein, protein–DNA, phosphorylation, metabolic, …) provides a better insight into the process of interest.

Sub-network inference algorithms aim to reconstruct how genes from a gene list mechanistically interact (4,6). This is performed by inferring the sub-network from the interaction network that ‘best’ connects a set of listed genes, where ‘best’ depends on the biological question at hand. In this context, we have previously developed PheNetic, which uses probabilistic logical querying to infer sub-networks from omics-derived gene lists (7). PheNetic’ s performance in relation to the state-of-the-art and its biological relevance have been demonstrated through case studies (7,8).

State-of-the-art sub-network inference methods, despite relying on different computational methodologies (916), all have shown to be useful for omics data interpretation, each in their own specific application domain, e.g. to link genetic mutations to an expression phenotype, for gene prioritization, etc. However, because these methods are based on complex algorithms and workable implementations are often unavailable in the public domain, the practical usage of these methods is still limited. So far only few methods are accessible through an easy and intuitive web interface (1719).

To offer a web service specifically tuned toward the analysis of gene lists identified from expression profiling experiments, we present PheNetic, which is wrapped around the similarly named core algorithm (7). Input data consist of an interaction network as a representation of the publicly available interactomics data (downloadable from the website for a large number of organisms), a differential expression data set and a list of genes of interest. PheNetic infers from the interaction network the sparsest sub-network that, based on the provided expression data set, is most likely differentially (in)activated between the compared conditions. The web service allows viewing and interpreting the resulting sub-networks in an interactive module. Additionally the inferred sub-networks can be downloaded in different formats for further analysis with tools such as Cytoscape (20). The PheNetic web service is free and open to all users without login requirement.

METHODOLOGY

PheNetic exploits the vast amount of publicly available interactomics knowledge, represented as an interaction network to reason about likely mechanisms that drive a molecular phenotype, here reflected by a high-throughput differential expression experiment (Figure 1). Hereto, PheNetic selects from an interaction network ‘paths’ or ‘explanations’ of how the differentially expressed genes can be connected to each other. Based on these paths PheNetic then infers from the genome wide interaction network, a sub-network that connects as many as possible genes from the supplied gene list in the most parsimonious way i.e. using the least number of edges or using the smallest sub-network. It hereby assumes that genes from a gene list are involved in common pathways and thus that paths between these genes should ideally overlap. Depending on the run mode, PheNetic can focus on inferring either the upstream regulatory mechanisms that are causal to the observed differential expression phenotype or on the pathways/protein complexes that are (in)activated by the differentially expressed genes (Figure 1). PheNetic thus extracts from a genome wide static interaction network, the condition-dependent sub-network that is most likely activated or repressed under the assessed conditions.

Figure 1.

Figure 1.

Overview of PheNetic, a web service for network-based interpretation of ‘omics’ data. The web service uses as input a genome wide interaction network for the organism of interest, a user generated molecular profiling data set and a gene list derived from these data. Interaction networks for a wide variety of organisms are readily available from the web server. Using the uploaded user-generated molecular data the interaction network is converted into a probabilistic network: edges receive a probability proportional to the levels measured for the terminal nodes in the molecular profiling data set. This probabilistic interaction network is used to infer the sub-network that best links the genes from the gene list. The inferred sub-network provides a trade-off between linking as many genes as possible from the gene list and selecting the least number of edges.

To solve the sub-network inference problem, PheNetic first uses the differential expression data to convert the genome wide interaction network N into a complete probabilistic network F, where F is simply N but with probabilities associated to the edges. The assumption here is that edges connecting differentially expressed genes have a higher probability to be (in)active under the studied conditions than edges between nodes that are not differentially expressed. This probabilistic interaction network now allows to assess the probability of connectedness P(path(A,Y)|F), i.e. the probability that there exists a path between A and Y. A path, in the context of this paper, is defined as a set of consecutive directed or undirected edges without cycles in the probabilistic network that connect start gene A from the gene list L to any other end gene Y from the gene list L and that are conform a given run mode. The probability of a path is simply the product of the probabilities of the edges along the path. PheNetic provides two different run modes (Figure 2). In the upstream run mode, the first and last edges of the path have to be regulatory interactions (e.g. DNA–Protein, sRNA, …). In addition, a path consists of a first part starting from the start gene, in which the path runs against the direction of the interaction network, i.e. against the direction of the edges when the edge is defined as directed, and a second part ending in the end gene, in which the path follows the direction of the network. By doing so the path describes a common regulatory mechanism for both the start and end node of the path. In the downstream run mode only paths that follow the direction of the network are valid.

Figure 2.

Figure 2.

Conceptual representation of the sub-network inference by PheNetic. The colors of the edges indicate the different types of interactions with green referring to protein–protein, red to protein–DNA and orange to metabolic interactions. Arrows indicate the direction of the interaction. PheNetic will infer the sub-network from the interaction network that best connects the genes from a gene list (A, gray box), given the differential expression data. PheNetic can be used in two different run modes: the upstream run mode (B top) and the downstream run mode (B, bottom). To infer the upstream regulatory sub-network (C, top), paths (thick black arrow) between the genes of the gene list should first run upstream, against the natural direction of the interaction network, and then run downstream, following the natural direction of the interaction network. In addition to this, both the terminal edges of the path have to be regulatory interactions (e.g. DNA–Protein, sRNA, …). To infer the activated downstream pathways (C, bottom), paths between the genes of the gene list run downstream, hereby following the natural direction of the network. By selecting the smallest sub-network that best connects the genes from the gene list given the specific run mode, PheNetic is able to select the regulatory mechanisms responsible for the observed expression (D, top) or on the pathways/protein complexes that are differentially expressed or that result in the observed differential expression (D, bottom).

The sub-network inference problem boils down to an optimization problem in which the ‘best’ sub-network Soptimal is selected. Soptimal corresponds to the highest scoring sub-network S according to Formula ((1)) and provides a trade-off between selecting the least number of edges and linking as many as possible genes from the gene list.

graphic file with name M5.gif (1)

where xc is a constant cost factor. The last term imposes the sparsity of the inferred sub-network by penalizing linearly the sub-network size in number of edges with a factor xc. The first term assesses how well the genes from the list are connected in the inferred sub-network. As mentioned earlier, P(path(A,Y)|F) is the probability that gene A is connected to any gene Y from the gene list in the probabilistic network F. When selecting a sub-network S, this probability changes to P(path(A,Y)|S) as paths from F can become invalid in S, this because the sub-network contains less edges than the probabilistic network. Based on the score O(S) we can score each possible sub-network selected from the probabilistic network to infer Soptimal. Inferring the probability P(path(A,Y)|S) is an NP-hard problem, that it is computationally hard to compute this exactly. Therefore, PheNetic approximates P(path(A,Y)|S) by rather than enumerating all paths that connect A to Y, restricting the number of valid paths to the k-best or k-most likely paths between gene A and any other gene Y from the gene list L in the complete probabilistic network (21). Knowledge compilation converts the approximation from the probabilistic network into a computationally tractable form (22). To obtain Soptimal a greedy hill climbing optimization is performed (7,23).

INPUT

The input required by the web service consists of an interaction network of the organism under study, the differential expression data and a gene list.

Interaction network

The interaction network is a comprehensive representation of all current interactomics knowledge on the organism of interest (4). Networks are represented as mixed graphs G(N,E) where nodes N correspond to biological entities (e.g. protein, RNA, gene, …) and edges E correspond to the interactions between the nodes (6,24). Every edge is assigned an edge type, indicating the molecular layer to which the interaction represented by the edge belongs to (e.g. protein–DNA interactions, protein–protein, …). Depending on its type and provided the proper information is available, an edge will be directed (e.g. protein–DNA interactions, sRNA, phosphorylation, …) or undirected (protein–protein interactions, undirected metabolic interactions, …).

The web service provides interaction networks for a large number of organisms. The provided interaction networks either correspond to manually curated networks used in previous publications (7,8) or to networks derived from the String database (25). Note that users can also upload their own networks without any constraint on the interaction types or network structure.

Differential expression data set

To construct the probabilistic network F from the genome wide interaction network N, each edge is assigned a value that reflects how likely the start node and end node of the edge are (in)activated in the specific experimental condition given the differential expression data.

To this end, per node the probability that an expression value at least as extreme as the one associated with that node would be observed by chance is calculated given the null hypothesis that the gene which corresponds to the node is not significantly differentially expressed, is true. Calculation is performed using a two-tailed T-test assuming that the log fold changes follow a normal distribution N(μ,σ). By calculating the standard normal distribution N(0,1) of this normal distribution, the probability can be calculated for any differential expression value Dgene using Formula (2) in which Zgene corresponds to the z-transformation of Dgene.

graphic file with name M6.gif (2)

As we are interested in giving high scores to genes which have high differential expression values, 1-Pgene will be used to score each gene. Using the cumulative normal distribution Φ(μ,σ) this can be simplified as shown in Formula (3). If no differential expression measurement for a specific gene is available, Scoregene is set to 0.5.

graphic file with name M7.gif (3)

These scores are subsequently used to define a measure for the probability that an edge is involved in a certain condition as the product of the scores of the genes at both ends of the interaction (Formula (4)).

graphic file with name M8.gif (4)

In terms of probabilistic networks Pedge denotes the probability that the edge is present, which also explains why the probability of a path is the product of the probability of the edges along that path.

We illustrate the effect of the probability calculation based on the sample data provided on the website. The log folds of the sample data have a mean of −0.036 and a standard deviation of 1.255. As an example the value for the edge between nhaA, with DnhaA equal to −2.80, and nhaR, with DnhaR equal to −2.00, is determined. As Φ(μ,σ)(DnhaA) is equal to 0.01 and Φ(μ,σ)(DnhaR) is equal to 0.05, the ScorenhaA is equal to 0.98 and the ScorenhaR is equal to 0.9 allowing to calculate Pedge equaling 0.88. This same exercise is performed for the edge between recA, with DrecA equal to 0.55, and narG, with DnarG equal to 5.17. Then Φ(μ,σ)(DrecA) is equal to 0.60 and Φ(μ,σ)(DnarG) is equal to 0.999 which means ScorerecA equals 0.2 and ScorenarG equals 0.998 resulting in Pedge equaling 0.199. This indicates that the edge between nhaA and nhaR receives a higher Pedge as both genes are clearly differentially expressed compared to the edge between recA and narG as recA only is slightly differentially expressed.

Gene list

PheNetic will infer the sub-network from the interaction network that best connects the genes from a gene list, given the differential expression data. The most straightforward way of defining a gene list is to select from the differential expression data set the most differentially expressed genes based on log fold changes and/or P-values. However, the user is free to provide any list of genes. For example, a list of genes filtered based on criteria different than those offered by the web service and/or a list of genes for which the user wants to know whether they are related to the pathways triggered by the differential expression data set but that are not necessarily differentially measured themselves.

Parameters

When starting an analysis the user has to specify the run mode. Two run modes are available, namely the upstream mode, to infer the gene regulatory network acting upstream of the expression response and, the downstream mode to infer the (in)activated pathways. Additionally, the user has to specify the cost (see Formula (1)). Decreasing the cost increases the size of the inferred sub-network and vice versa. By stepwise decreasing the cost, the user will find an ordered series of sub-networks starting with the smallest sub-network containing the least number of edges that best link the genes in the gene list and then gradually obtaining larger networks.

Additionally the user can change more advanced parameters such as the path length and the k-best paths. The path length specifies the length of the ‘paths’ or ‘explanations’ that connect the genes from the gene list through the interaction network. The range of the path length is fixed between 2 and 5 interactions, based on both biological (2628) and computational considerations. By default the path length is set to 4 based on the results of the original PheNetic publication (7). The ‘k-best paths’ parameter indicates how many of the most likely paths between gene A and any gene Y from the gene list PheNetic should use to approximate the probability of connectedness between A and Y. The selection of the k-best paths and their probability defines the size of the search space from which the most optimal sub-network will be computed. Higher values for k means sampling a larger search space and a potentially more optimal selected sub-network, but this comes at the expense of longer running times. The parameter can be set between 5 and 50.

OUTPUT

On job completion the inferred sub-network can easily be displayed by loading the results in the visualization module (Figure 3). An interactive network is visualized in the browser which shows the biological entities and their interactions. The differential expression levels are represented by the color of the nodes where green refers to under- and red to over-expression. The color of an edge indicates the interaction type and the arrow, if applicable, indicates the direction of the edge. The visualization module allows users to further annotate and explore the inferred sub-network by providing the possibility to upload standard gene names and to perform a GO enrichment test. To perform gene enrichments, the user has to upload an annotation file in the format as defined by Gene Ontology (29). Genes associated with each of the enriched GO terms will be highlighted in the visualized sub-network, upon clicking the corresponding enriched term. This allows the user to quickly identify clusters of similar functionality in the sub-network. To capture the annotated sub-network, snapshots can be taken inside the browser. Inferred sub-networks can be downloaded in multiple formats, compatible with other network visualization tools such as the SIF format for Cytoscape (20).

Figure 3.

Figure 3.

Representative result of PheNetic on the test data set, measuring the differential expression behavior of E. coli cells subjected to Ampicillin. (A) Upstream run mode. This mode recovers the regulatory mechanism identifying regulators potentiating the observed differential expression,such as the pleiotropic global regulator Fis, the respiratory regulators FNR and NsrR, the regulator of iron homeostasis Fur, the stationary phase sigma factor rpoH and the ROS mediated response regulators OxyS/RpoE (B) Downstream run mode. This mode recovers differentially activated/repressed pathways such as the nitrate metabolism, iron ion homeostasis and anaerobic respiration. In the network visualization, the level of differential expression of the nodes is indicated by red and green for respectively over and under-expression. The more intense the color, the higher the level of differential expression. The color of the edge indicates the interaction type. If an interaction is directed according to its original interaction source, this is indicated by an arrow.

USE CASE

To illustrate a typical workflow, an example analysis on a publicly available data set was performed (Gene Expression Omnibus, GSE56133), measuring in Escherichia coli the effect of ampicillin on expression behavior (30). The example data can be loaded in the web service by clicking the load example buttons or can be downloaded from the help pages. The gene list is generated by selecting the genes with a log fold change above 1.5 in combination with a corrected P-value below 0.05.

First, PheNetic was used to infer the upstream regulatory program (Figure 3A), driving the observed differential expression. To this end, the upstream run mode is selected in combination with default parameter settings. The analysis connects 544 genes on an interaction network containing more than 18731 interactions in under a minute. Zooming in on the resulting sub-network reveals the inferred regulatory program which contains the pleiotropic global regulator Fis, the respiratory regulators FNR and NsrR, involved in respectively anaerobiosis and cell protection against nitric oxide (NO), Fur known to be involved in iron homeostasis, rpoH responsible for stationary phase response and finally OxyS/RpoE involved in an ROS mediated response. These observations correspond to the biology of the experiment, which hypotheses that ‘addition of antibiotics’ interferes with the bacterial physiology through the generation of reactive oxygen species that are known to induce pleiotropic effects by means of general stress response regulators (Fur, rpoH-rpoE, oxyS) (30). Although an antibiotic mediated induction of rpoH and FNR cannot be excluded the presence of these regulators in the sub-network could also be related to the general physiological state of the cells (stationary phase transition toward micro-aerobiosis). These results illustrate how the resulting sub-network can help prioritizing plausible regulators of the observed molecular phenotype. Moreover, many of the regulatory genes that do not themselves display high levels of differential expression can be recovered in the inferred sub-network because of their connectedness with significantly differentially expressed genes (e.g. FNR, cysB, Fur and rpoE).

To identify the pathways triggered by the differentially expressed genes, we run PheNetic in the ‘downstream’ run mode, in combination with default parameter settings. Figure 3B shows how the resulting sub-network is different from the one selected with the upstream run mode. In contrast to the latter one which is sparser and more focused on regulators linked to the differentially expressed genes, the network identified with the downstream run mode consists of strongly connected components and ‘linear’ pathways. These components mostly contain genes with similar functionalities or involved in the same pathways that are together differentially up or down regulated. From these results it is possible to identify activated pathways/protein complexes associated with mechanisms such as anaerobic respiration, iron homeostasis, carbohydrate metabolism, … with the help of the provided enrichment tool.

CONCLUSION

Viewing in house generated gene lists in the light of the growing amount of interactomics knowledge will become mandatory: integrating one's own experimental results with these complementary resources allows for a more robust analysis and a more global view on the molecular mechanism. Web servers such as Responsenet2.0 (19), SteinerNet (17) and PheNetic anticipate on this increasing need for integrative analysis by providing non-expert users access to non-trivial sub-network inference methods and allowing them to view their own in-house data in the light of current interactomics knowledge. PheNetic provides an automated flow in which an uploaded gene list is interpreted using precompiled interactomics networks. Depending on the run mode, users can focus on extracting the sub-network from the interaction network that drives (upstream regulatory analysis) or is reflected by the observed expression phenotype (downstream analysis).

The main difference between PheNetic and the already available web servers ResponseNet and SteinerNet is the underlying algorithmic approach which determines the particularities of the selected sub-networks as well as their intended applications. ResponseNet is a flow based algorithm that infers the subnetwork that best connects sources to targets over the interaction network. This type of analysis makes ResponseNet suitable for analyzing cause-effect data such as the analysis of knock-out screenings in combination with transcriptomics data. SteinerNet infers Steiner trees, or minimum spanning trees that connect sets of genes in the most optimal way over the interaction network. As this method selects a tree structure from the interaction network, sub-networks selected by SteinerNet cannot contain parallel paths between the selected genes, in contrast to the sub-networks detected by PheNetic.

All three web servers interpret in-house data using interaction networks: SteinerNet and PheNetic can be used to interpret differential expression data and ResponseNet to interpret cause effect data. The web servers provide modules to visualize and interpret the obtained sub-networks in an interactive environment. The SteinerNet interface provides the data to be downloaded and analyzed in network tools such as Cytoscape, whereas the interface of ResponseNet allows for a more elaborate analysis providing the editing of the selected network and an exploratory analysis of the genes selected in the resulting sub-network. Both web servers focus on analyzing data from human, other vertebrate model organisms and yeast, providing networks for those organisms only. PheNetic specifically focuses on the analysis of expression profiling experiments, hereby providing networks for a wide variety of organisms, with a focus on micro-organisms (bacteria and yeast). As it is non-trivial in the context of sub-network inference to statistically assess the significance of the predictions, the available web servers provide summarizing statistics and/or GO enrichment analysis of the inferred sub-networks as additional validation steps.

FUNDING

Funding for open access charge: Ghent University Multidisciplinary Research Partnership ‘Bioinformatics: from nucleotides to networks’; Fonds Wetenschappelijk Onderzoek-Vlaanderen (FWO) [G.0329.09, FWO15/PRJ/396]; Agentschap voor Innovatie door Wetenschap en Technologie (IWT) [NEMOA]; Katholieke Universiteit Leuven [PF/10/010] (NATAR).

Conflict of interest statement. None declared.

REFERENCES

  • 1.Emmert-Streib F., Glazko G.V. Pathway analysis of expression data: deciphering functional building blocks of complex diseases. PLoS Comput. Biol. 2011;7:e1002053. doi: 10.1371/journal.pcbi.1002053. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Mitrea C., Taghavi Z., Bokanizad B., Hanoudi S., Tagett R., Donato M., Voichita C., Draghici S. Methods and approaches in the topology-based analysis of biological pathways. Front. Physiol. 2013;4:278. doi: 10.3389/fphys.2013.00278. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Huang da W., Sherman B.T., Lempicki R.A. Bioinformatics enrichment tools: paths toward the comprehensive functional analysis of large gene lists. Nucleic Acids Res. 2009;37:1–13. doi: 10.1093/nar/gkn923. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Berger B., Peng J., Singh M. Computational solutions for omics data. Nat. Rev. Genet. 2013;14:333–346. doi: 10.1038/nrg3433. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Emmert-Streib F., Dehmer M. Networks for systems biology: conceptual connection of data and function. IET Syst. Biol. 2011;5:185–207. doi: 10.1049/iet-syb.2010.0025. [DOI] [PubMed] [Google Scholar]
  • 6.Cloots L., Marchal K. Network-based functional modeling of genomics, transcriptomics and metabolism in bacteria. Curr. Opin. Microbiol. 2011;14:599–607. doi: 10.1016/j.mib.2011.09.003. [DOI] [PubMed] [Google Scholar]
  • 7.De Maeyer D., Renkens J., Cloots L., De Raedt L., Marchal K. PheNetic: network-based interpretation of unstructured gene lists in E. coli. Mol. Biosyst. 2013;9:1594–1603. doi: 10.1039/c3mb25551d. [DOI] [PubMed] [Google Scholar]
  • 8.Aslankoohi E., Zhu B., Rezaei M.N., Voordeckers K., Maeyer D., Marchal K., Dornez E., Courtin C.M., Verstrepen K.J. Dynamics of the Saccharomyces cerevisiae transcriptome during bread dough fermentation. Appl. Environ. Microbiol. 2013;79:7325–7333. doi: 10.1128/AEM.02649-13. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Sadeghi A., Frohlich H. Steiner tree methods for optimal sub-network identification: an empirical study. BMC Bioinform. 2013;14:144. doi: 10.1186/1471-2105-14-144. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Faust K., Dupont P., Callut J., van Helden J. Pathway discovery in metabolic networks by subgraph extraction. Bioinformatics. 2010;26:1211–1218. doi: 10.1093/bioinformatics/btq105. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Yeger-Lotem E., Riva L., Su L.J., Gitler A.D., Cashikar A.G., King O.D., Auluck P.K., Geddie M.L., Valastyan J.S., Karger D.R., et al. Bridging high-throughput genetic and transcriptional data reveals cellular responses to alpha-synuclein toxicity. Nat. Genet. 2009;41:316–323. doi: 10.1038/ng.337. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Suthram S., Beyer A., Karp R.M., Eldar Y., Ideker T. eQED: an efficient method for interpreting eQTL associations using protein networks. Mol. Syst. Biol. 2008;4:162. doi: 10.1038/msb.2008.4. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Missiuro P.V., Liu K., Zou L., Ross B.C., Zhao G., Liu J.S., Ge H. Information flow analysis of interactome networks. PLoS Comput. Biol. 2009;5:e1000350. doi: 10.1371/journal.pcbi.1000350. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Huang S.S., Fraenkel E. Integrating proteomic, transcriptional, and interactome data reveals hidden components of signaling and regulatory networks. Sci. Signal. 2009;2:ra40. doi: 10.1126/scisignal.2000350. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Yeang C.H., Ideker T., Jaakkola T. Physical network models. J. Comput. Biol. 2004;11:243–262. doi: 10.1089/1066527041410382. [DOI] [PubMed] [Google Scholar]
  • 16.Chuang H.-Y., Lee E., Liu Y.-T., Lee D., Ideker T. Network-based classification of breast cancer metastasis. Mol. Syst. Biol. 2007;3:140. doi: 10.1038/msb4100180. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Tuncbag N., McCallum S., Huang S.S., Fraenkel E. SteinerNet: a web server for integrating ‘omic’ data to discover hidden components of response pathways. Nucleic Acids Res. 2012;40:W505–W509. doi: 10.1093/nar/gks445. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Lan A., Smoly I.Y., Rapaport G., Lindquist S., Fraenkel E., Yeger-Lotem E. ResponseNet: revealing signaling and regulatory networks linking genetic and transcriptomic screening data. Nucleic Acids Res. 2011;39:W424–W429. doi: 10.1093/nar/gkr359. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Basha O., Tirman S., Eluk A., Yeger-Lotem E. ResponseNet2.0: Revealing signaling and regulatory pathways connecting your proteins and genes–now with human data. Nucleic Acids Res. 2013;41:W198–W203. doi: 10.1093/nar/gkt532. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Shannon P., Markiel A., Ozier O., Baliga N.S., Wang J.T., 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. doi: 10.1101/gr.1239303. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.De Raedt L.A., Toivonen H., Kimmig A., Toivonen H. ProbLog: A Probabilistic Prolog and Its Application in Link Discovery. Proceedings of the 20th International Joint Conference on Artificial Intelligence. 2007:2462–2467. [Google Scholar]
  • 22.Darwiche A., Marquis P. A perspective on knowledge compilation. Proceedings of the 17th International Conference on Artificial Intelligence. 2001:175–182. [Google Scholar]
  • 23.Van Den Broeck G., Thon I., Van Otterlo M., De Raedt L. DTProbLog: A decision-theoretic probabilistic Prolog. Proceedings of the twenty-fourth AAAI conference on artificial intelligence. 2010:1217–1222. [Google Scholar]
  • 24.Sánchez-Rodríguez A., Cloots L., Marchal K. Omics derived networks in bacteria. Curr. Bioinform. 2013;8:489–495. [Google Scholar]
  • 25.Franceschini A., Szklarczyk D., Frankild S., Kuhn M., Simonovic M., Roth A., Lin J., Minguez P., Bork P., von Mering C., et al. STRING v9.1: protein-protein interaction networks, with increased coverage and integration. Nucleic Acids Res. 2013;41:D808–D815. doi: 10.1093/nar/gks1094. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Gitter A., Klein-Seetharaman J., Gupta A., Bar-Joseph Z. Discovering pathways by orienting edges in protein interaction networks. Nucleic Acids Res. 2011;39:e22. doi: 10.1093/nar/gkq1207. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Vinayagam A., Stelzl U., Foulle R., Plassmann S., Zenkner M., Timm J., Assmus H.E., Andrade-Navarro M.A., Wanker E.E. A directed protein interaction network for investigating intracellular signal transduction. Sci. Signal. 2011;4:rs8. doi: 10.1126/scisignal.2001699. [DOI] [PubMed] [Google Scholar]
  • 28.Navlakha S., Gitter A., Bar-Joseph Z. A network-based approach for predicting missing pathway interactions. PLoS Comput. Biol. 2012;8:e1002640. doi: 10.1371/journal.pcbi.1002640. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Ashburner M., Ball C.A., Blake J.A., Botstein D., Butler H., Cherry J.M., Davis A.P., Dolinski K., Dwight S.S., Eppig J.T., et al. Gene ontology: tool for the unification of biology. The Gene Ontology Consortium. Nat. Genet. 2000;25:25–29. doi: 10.1038/75556. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Dwyer D.J., Belenky P.A., Yang J.H., MacDonald I.C., Martell J.D., Takahashi N., Chan C.T., Lobritz M.A., Braff D., Schwarz E.G., et al. Antibiotics induce redox-related physiological alterations as part of their lethality. Proc. Natl. Acad. Sci. U.S.A. 2014;111:E2100–E2109. doi: 10.1073/pnas.1401876111. [DOI] [PMC free article] [PubMed] [Google Scholar]

Articles from Nucleic Acids Research are provided here courtesy of Oxford University Press

RESOURCES