Skip to main content

Spice: discovery of phenotype-determining component interplays

Abstract

Background

A latent behavior of a biological cell is complex. Deriving the underlying simplicity, or the fundamental rules governing this behavior has been the Holy Grail of systems biology. Data-driven prediction of the system components and their component interplays that are responsible for the target system’s phenotype is a key and challenging step in this endeavor.

Results

The proposed approach, which we call System Phenotype-related Interplaying Components Enumerator (Spice), iteratively enumerates statistically significant system components that are hypothesized (1) to play an important role in defining the specificity of the target system’s phenotype(s); (2) to exhibit a functionally coherent behavior, namely, act in a coordinated manner to perform the phenotype-specific function; and (3) to improve the predictive skill of the system’s phenotype(s) when used collectively in the ensemble of predictive models. Spice can be applied to both instance-based data and network-based data. When validated, Spice effectively identified system components related to three target phenotypes: biohydrogen production, motility, and cancer. Manual results curation agreed with the known phenotype-related system components reported in literature. Additionally, using the identified system components as discriminatory features improved the prediction accuracy by 10% on the phenotype-classification task when compared to a number of state-of-the-art methods applied to eight benchmark microarray data sets.

Conclusion

We formulate a problem—enumeration of phenotype-determining system component interplays—and propose an effective methodology (Spice) to address this problem. Spice improved identification of cancer-related groups of genes from various microarray data sets and detected groups of genes associated with microbial biohydrogen production and motility, many of which were reported in literature. Spice also improved the predictive skill of the system’s phenotype determination compared to individual classifiers and/or other ensemble methods, such as bagging, boosting, random forest, nearest shrunken centroid, and random forest variable selection method.

Background

Dynamic biological systems, such as cells, are inherently complex. This complexity arises from the selective and nonlinear interconnections of functionally diverse system components to produce coherent behavior. The key challenge is to reveal underlying simplicity from complexity[1]. Unlike the four Maxwell’s equations describing all the electro-magnetic phenomena from “first principles,” the fundamental rules that quantify the low dimensional behavior of biological systems are yet to be discovered.

Complementing approaches based on first principles, where the underlying system model is described by a system of equations, the data-driven modeling of system behavior is a promising approach. It aims to interrelate data from disparate and noisy experiments and observations to find informative features and link them to formulate fundamental principles governing a complex behavior. This process frequently begins with a comprehensive enumeration of the system “components” (e.g., co-regulated proteins in a cell) derived from experimental data. Discovery of putative associations between these “components” can then be used to design in silico system models (e.g., positive and negative feedbacks, information processing and signal transduction cascades) to better understand real system behavior.

To somewhat simplify this intricate process, data-driven characterization of a complex system behavior often starts with defining a target set of system’s distinct phenotypes of interest, such as thermo-resistance, acid-tolerance, hydrogen production, and enumerating only those key system components that could be responsible for or contributing to the given phenotype(s). For example, if the target phenotype is ethanol production by microbial cells via biomass degradation, then enumeration of phenotype-related system components would identify all the groups of proteins involved in degradation of cellulose to sugars, transport of these sugars through the membrane, and their fermentation to ethanol. Similarly, enumeration of all the cancer-related cellular components would identify all the genes that are likely related to the expression of cancerous cellular phenotype.

The difficulty in enumerating all the phenotype-related system components lies in dealing with the enormous number of system components (or features) that could easily reach thousands or even hundreds of thousands. Such enormous feature space could easily lead to the problem, coined by Bellman as “the curse of dimensionality”[2]. The problem gets complicated if one needs to select all those features that would provide clear differentiation between the true and merely feasible associations with the target phenotype. In addition, hierarchical nature of most biological systems leads to “short- and long-range” interactions between the features, or system. For example, hydrophobic residue pairs could enhance a propensity for other adjacent hydrophobic pairs (“short-range” feature correlation). On the other hand, highly specific residue interactions may be under selective pressure to fit into an overarching architectural motif (such as helix-turn-helix motif), thus contributing to “long-range” feature dependencies.

Moreover, it is often the case that a coordinated, not independent, action of several system components determines what phenotype(s) a given system will likely express. A system response represents a complex process, involving a series of (frequently induced) interacting events. Such non-linear cooperative or competing interactions between the system components often form hierarchical functional modules (e.g., communities) that act not only on different spatial and temporal scales but also in response to fluctuations induced by endogenous and exogenous factors. Hence, the approaches that identify individual components that confer a given system phenotype are likely not optimized to detect groups of such interplays between system components. Instead, there is a need for methods that aim to enumerate all the groups of cross-talking system components that could be associated with the system phenotypic state. We call this problem the enumeration of system phenotype-determining component interplays.

To address this problem, we propose an iterative, classification-driven approach that comprehensively enumerates the set of feature subsets that discriminate between different system phenotypes (or classes). We define a system component (a protein or group of proteins) as a feature in this paper. Given a set of observations about system components (features) with the corresponding assignment of the system’s phenotype (class), our method measures the importance of feature subsets to discriminate between system phenotypes. Despite combinatorial complexity of the problem, our method almost exhaustively explores feature subsets based on information-theoretic selection and dense enriched subgraph enumeration process. Our method rests on a hypothesis that if a subset of system components discriminates between system’s functional states, then when considered altogether, these components most likely form a cross-talking phenotype-determining feature subset. It also places the contribution of an entire feature subset at the core of the analysis as opposed to the approaches that first evaluate the importance of individual features and then filters those that are associated with a particular system’s phenotype. It further filters those feature subsets that are statistically significant, and are thus assumed to be relevant to the target phenotype(s). Our method can be applied to both instance-based data such as microarray patient sample data and network-based data such as gene networks.

The major contributions of this work are as follows:

  1. 1.

    We propose an algorithm, named Spice, to address the new problem of enumeration of system phenotype-determining component interplays. Spice iteratively enumerates all the groups of statistically significant cross-talking system components, which, to the best of our knowledge, no existing methodologies are particularly designed for.

  2. 2.

    We evaluate our method on both instance-based data and network-based data to identify system components related to three target phenotypes: biohydrogen production, motility, and cancer. We show that the identified phenotype-related components are biologically relevant and consistent with the results in literature.

  3. 3.

    Additionally, we apply our method to eight benchmark microarray data sets to show its effectiveness and robustness on the phenotype-classification task.

Related work

To the best of our knowledge, the proposed problem of enumerating statistically significant component interplays that are key contributors to the system’s phenotype has not been addressed in literature. The problem resembles, yet with quite apparent distinctions, the problems of feature selection, phylogenetic profiling, network alignment, and frequent subgraph mining.

At a higher level, these problems could be divided into two major categories depending on whether pairwise relationships between system components are known. If they are defined, then the system could be modeled as a complex network, and multiple network alignment approaches[3, 4] that look for subgraphs that co-occur across multiple network instances for the same system’s phenotype are putative candidates for the target component interplays. The key limitation of this strategy is that such approaches aim to identify the component groups that are present in all or most of a given set of network instances and would likely miss those that are only common to a subset of the instances. Likewise, they are not equipped with any means to suggest that these groups are specific to the target system phenotype and not common to multiple system phenotypes. While the former limitation is addressed by the approaches based on frequent subgraph mining[5, 6], similar comments would still hold for the latter comment. In addition, the runtime for these approaches grows exponentially; even the most efficient ones, such as MULE[5] that enumerates maximal frequent edge sets, took almost 57 days for a set of 98 network instances (details available upon request). While efficient heuristics have been reported[7], they are tailored for specific network types (e.g., metabolic networks).

For the second category, the system is often represented by its set of components (i.e., features) that are defined over multiple instances (i.e., observations) for each of the finite set of system’s distinct phenotypes. In this case, univariate approaches, such as those that, for the given feature, look for a strong correlation between its profile and the system’s phenotype profile across multiple instances identify a set of putative candidates for component interplays. Different correlation measures, such as Pearson correlation, Mutual Information, Student’s t-test, ANOVA, Wilcoxon rank sum, Rank products, and other univariate filter feature selection techniques can provide different candidate sets that could be further assessed with set-theoretical approaches to provide either higher specificity (i.e., intersection of sets) or higher sensitivity (i.e., set union).

A particular instance of such a strategy is phylogenetic profiling[8], where different organisms that exhibit various (but finite) phenotypes (e.g., aerobic vs. anaerobic growth) are considered as observations characterized by the the presence or absence of particular genes (or components). The underlying hypothesis behind this approach is that candidate genes are more likely to be present in phenotype-expressing organisms than in phenotype-non-expressing organisms due to an evolutionary pressure to conserve the phenotype-related genes[9]. While simple, fast, and effective[10] in finding individual components that are likely associated with the system’s phenotype, such methods are quite limited in discovering of the component interplays.

Multivariate feature selection approaches could be considered as the closest approximation to the proposed problem. The multivariate feature selection approaches can be broadly divided into the following categories: (1) filter techniques (e.g., fast correlation-based algorithm[11]), (2) wrapper techniques (e.g., GA/KNN method (combining a Genetic Algorithm (GA) and the k-Nearest Neighbor (KNN) method)[12]), and (3) embedded techniques (e.g., random forest[13]). In filter techniques, the relevance of features is evaluated according to some metric, and the features with the top k ranking are then selected for further analysis. Filter feature selection techniques are simple, fast, and effective, but these techniques often ignore the correlations between different features. In biology, these correlations depict protein interactions and should not be ignored. Wrapper methods take the dependencies between the features into account, but suffer from overfitting problem. Additionally, they are often computationally expensive. Embedded methods can be far less computationally expensive than wrapper methods, but these approaches are very specific to a given classification algorithm.

Our work is also related to network-based identification methods. Network-based identification methods aim to incorporate pathway or gene network information (typically generated from expression datasets) information to help identify functional modules, or improve the prediction. Pathway-based methods[14, 15] try to detect the network pathways by assuming that the genes inside a module are co-expressed. However, pathway-based methods ignore the detailed network topology, and a small perturbation that is likely to affect many “modules”[16]. While integrating of gene expression information into identification of gene modules is biologically meaningful, gene-network based methods are rarely satisfactory because they either focus on small networks by using the greedy subgraph search algorithm[17, 18] or focus on detecting non-overlapping subnetworks[16, 19, 20].

Results and discussion

The nature of the proposed methodology, System Phenotype-related Interplaying Components Enumerator (Spice) (see Method section), suggests that detected component interplays (Steps 1-4) (1) could play an important role in defining the specificity of the system’s phenotype(s); (2) would likely exhibit stronger inter-component relationships within the same group than between the groups and are functionally coherent, likely, act in a coordinated manner to perform the phenotype-specific function; and (3) collectively, could improve the predictive skill of the system’s phenotypes (Step 5).

Phenotype-specificity determining components

Groups of enzymes associated with biohydrogen production

Biological hydrogen is a promising renewable energy source[21], which can be generated by utilizing one of three metabolic processes: light fermentation, dark fermentation, or photosynthesis[22]. To date, a number of phylogenetically diverse microorganisms have been identified as hydrogen producing. Such organisms include photosynthetic bacteria, nitrogen-fixers, and heterotrophic microorganisms[23]. In order to generate hydrogen, these organisms may rely upon one or more metabolic routes. As such, the biohydrogen production phenotype provides an opportunity to evaluate the capabilities of Spice to handle a relatively complex phenotype. Identification of phenotype-related components was based on the assumption that if a component (i.e., a group of enzymes in a metabolic process) is specific to biohydrogen production, then it is likely evolutionarily conserved across H2-producing organisms, and it is absent in most H2-non-producing ones.

Our first experiment includes the data about 17 H2-producing and 11 H2-non-producing microorganisms (see Additional file1) and compares Spice’s performance against the two commonly used statistical methods: Mutual Information (MI) and Student’s t-test, and one multivariate feature selection approach: SVM recursive feature elimination (SVM-RFE). Among 17 H2-producing microorganisms, four microorganisms utilize bio-photolysis, five microorganisms utilize light fermentation, and eight microorganisms utilize dark fermentation. 11 microorganisms are listed as non-hydrogen producing because they are not associated with hydrogen production based on literature review, or they lack hydrogenase[24], one of the key enzymes involved in hydrogen production. All microorganisms used in this experiment were verified as completely sequenced using the NCBI database. The input to SPICE is a matrix, with the enzyme EC numbers along the rows, 28 organisms (hydrogen producing and non-producing) along the columns, and the entry in each cell (i, j) is the copy number for enzyme i in organism j. The last row of the matrix includes information about the organism’s ability to express the hydrogen production phenotype.

The mutual information method[25] assesses correlation between the enzyme’s phylogenetic profile and the organism’s H2-production profile across multiple organisms. In addition, it reports a significance threshold by shuffling the enzyme profile vectors and calculating the mutual information with the organism’s phenotype profile. Only those enzymes, whose mutual information values lie above the confidence cutoff are reported.

The Student’s t-test is another statistical method to identify phenotype related enzymes, where we utilize the enzyme phylogenetic profiles alone to measures statistical bias of enzyme copy numbers in one phenotypic group of organisms vs. the other. The test results are filtered so that only enzymes with the p-value less than 0.05 are considered significant.

Guyon et al.[26] proposed the SVM-RFE algorithm to rank the features (enzymes) based on the value of the decision hyperplane given by the SVM. The features with small ranking scores are removed. The top 240 enzymes (out of 1,229 enzymes) are considered significant.

Figure1 and Figure2 show the pathway and key enzymes for hydrogen production from the fermentation of glucose to acetate (Figure1) and butyrate (Figure2) in Clostridium acetobutylicum. Within this process, glucose is broken down through a series of glycolytic enzymes to generate pyruvate. Pyruvate is then converted to acetyl-CoA through the action of pyruvate ferredoxin oxidoreductase. During this step, hydrogen gas is produced when pyruvate is oxidized, thus resulting in the formation of CO2 plus H2. Production of hydrogen via this route is mediated through two enzymes—pyruvate ferredoxin oxidoreductase and hydrogenase. Acetyl-CoA generated produced from pyruvate can then enter a number of pathways, including the acetate and butyrate formation pathways.

Figure 1
figure 1

Fermentation of glucose to generate acetate. Schematic of key metabolic pathways for hydrogen production in Clostridium acetobutylicum. Arrows with larger width indicate a series of reactions. Arrows with narrow width indicate individual reactions. Enzymes: 1, glycolytic enzymes; 2, pyruvate ferredoxin oxidoreductase (E.C. 1.2.7.1); 3, hydrogenase (E.C.1.12.7.2); 4, phosphotransacetylase (E.C. 2.3.1.8); 5, acetate kinase (E.C. 2.7.2.1)

Figure 2
figure 2

Fermentation of glucose to generate butyrate. Schematic of key metabolic pathways for hydrogen production in Clostridium acetobutylicum. Arrows with larger width indicate a series of reactions. Arrows with narrow width indicate individual reactions. Enzymes: 1, glycolytic enzymes; 2, pyruvate ferredoxin oxidoreductase (E.C. 1.2.7.1); 3, hydrogenase (E.C.1.12.7.2); 4, acetyl-CoA acetyltransferase (thiolase) (E.C. 2.3.1.9); 5, β-hydroxybutyryl-CoA dehydrogenase (E.C. 1.1.1.157); 6, crotonase (E.C. 4.2.1.55); 7, butyryl-CoA dehydrogenase (E.C. 1.3.99.2); 8, phosphotransbutyrylase (E.C.2.3.1.19); 9, butyrate kinase (E.C. 2.7.2.7). Abbreviations: Ferredoxin (Fd); Coenzyme A (CoASH).

While production of hydrogen occurs predominately during formation of Acetyl-CoA and not in the secondary pathway (e.g., conversion of Acetyl-CoA to acetate), acetate and butyrate fermentation pathways play an important role in the overall yield of hydrogen by microorganisms. In metabolic engineering studies, the goal is to generate the highest theoretical yield of hydrogen through alteration of metabolic routes or key enzymes related to hydrogen production.

For enhanced hydrogen production, acetate is the desired end product because of its higher hydrogen yield compared to other by-products, such as butyrate[27, 28]. Specific differences in conversion efficiencies can be observed by comparing the two chemical reactions below:

C 6 H 12 O 6 + 2 H 2 O 2 CH 3 COOH + 2 C O 2 + 4 H 2 : glucose into acetate
(1)
C 6 H 12 O 6 C H 3 C H 2 C H 2 COOH + 2 C O 2 + 2 H 2 : glucose into butyrate
(2)

The first reaction shows that the maximum theoretical hydrogen yield is 4 H2 per mol of glucose produced when acetate is the end product[29, 30], compared to a maximum theoretical hydrogen yield of 2 H2 with butyrate as the end product[27, 31, 32]. During acetate and butyrate formation, 2 mols of hydrogen are generated during reaction 3 when pyruvate ferredoxin oxidoreductase reduces ferredoxin (Fd) and hydrogenase immediately oxidizes it to generate H2 (Figures1 and2). When acetate is the only end product as depicted in Figure1, then additional hydrogen is produced when 2NAD+ is reduced to form 2NADH + 2H+ (reaction 3). An illustration of the two reactions is shown in Figure1 (acetate) and Figure2 (butyrate).

Due to the importance of acetate and butyrate production in the generation of hydrogen production, we evaluated the ability of Spice to identify these two pathways. Results show that Spice identified all of the acetate pathway’s constituent enzymes, including acetate kinase (E.C. 2.7.2.1), as being significant. In contrast, the Student’s t-test and the MI method did not find any of the enzymes, and SVM-RFE detected acetate kinase. Additionally, all five enzymes active in the butyrate pathway[28] were found by the Spice method. Among these, only three were discovered by the SVM-RFE, two were found by the Student’s t-test and none by the MI method.

Within facultative anaerobes like Escherichia coli, hydrogen gas may be produced directly through the production of formate. In this pathway, pyruvate is converted to formate and acetyl-CoA with the use of pyruvate formate lyase (E.C. 2.3.1.54)[33]. The formate hydrogen lyase complex made up of formate dehydrogenase and ferredoxin hydrogenase breaks down the formate into hydrogen gas and carbon dioxide[28]. In this study, pyruvate formate lyase was found by the Spice method to be significant.

Table1 shows that Spice detected all the enzymes (see Additional file2) specific to the three pathways in facultative anaerobes, such as Escherichia coli, while mutual information could not even discover a single enzyme, Student’s t-test could only detect 2 enzymes, and SVM-RFE could find four out of 7 enzymes. Thus, Spice outperformed, in terms of sensitivity, the existing state-of-the-art methods based on Student’s t-test, MI, and SVM-RFE. The enzymes identified by Spice are next described in the context of their corresponding metabolic pathways.

Table 1 H 2 -related enzymes detected by different methods

COG modules corresponding to biohydrogen production

To expand our study beyond metabolic subsystems to include possible regulators, transporters, and others, in our next experiment, we replace enzymes in the matrix with the clusters of orthologous groups (COGs)[34]. We obtain COG–organism association information from the STRING database. The new COG-centric matrix for this experiment can be found in Additional file3.

The set of enumerated COG modules with the statistically significant p-value of 0.05 is provided in Additional file4. Spice was able to identify COG modules that are known to be associated with hydrogen production based on our literature review and prior knowledge. Next, we will briefly summarize some of these modules.

COG modules related to nitrogenase

In addition to the metabolic pathways described above, other key enzymes are known to be associated with hydrogen production in a number of microorganisms[3537]. Examples of such enzymes include nitrogenase and hydrogenase enzyme complexes. Hydrogen producing organisms capable of fixing nitrogen contain enzyme complexes, termed nitrogenases. Within nitrogenase complexes, nitrogen gas is converted to ammonia, inadvertently resulting in the production of hydrogen gas as a byproduct[23, 36].

Evaluation of the COG modules generated by Spice indicated the presence of two modules, each containing an essential component of enzyme complex nitrogenase. In the first module, two COGs (COG2710 and COG0120) were identified. COG2710 is associated with expression of the molybdenum–iron protein (NifD)[23] and COG0120 is associated with the protein—Ribose 5-phosphate isomerase (RpiA). NifD protein is one essential component of nitrogenase, serving as the binding site for substrates during nitrogen-fixation[23, 38]. RpiA takes a vital part in carbohydrate anabolism and catabolism through its participation in the Pentose Phosphate Pathway (PPP) and Calvin Cycle[39]. In addition, studies of central metabolism indicate that RpiA is a protein highly conserved across many microorganisms[39]. However, in this study, RpiA was paired with NifD, suggesting that both proteins may be associated with nitrogen-fixation, hence biological hydrogen production. In terms of hydrogen production, metabolism of and the ability to metabolize specific carbohydrates play an indirect role in the over-production of hydrogen. One example is the C. butyricum. Metabolic studies of the C. butyricum demonstrate the ability of this bacterium to digest a variety of carbohydrates and to produce hydrogen via degradation of carbohydrates[40].

Another role RpiA may play is the production of NADPH required for fixing nitrogen[41]. In nitrogen fixers, the oxidative pentose phosphate cycle has been reported as active. During oxidative PPP, Riboluse-5-phosphate is converted to ribose-5-phosphate by Rpi. During this reaction, NADPH is generated, thus allowing for N assimilation, N-fixation, and production of hydrogen.

The second nitrogenase-related module identified by Spice contains COG1348 (NifH) and COG3883 (Uncharacterized). Similar to NifD, NifH is also considered to be an essential component of nitrogenase. It is responsible for assisting with the biosynthesis of co-factors for NifD[42]. COG3883 is uncharacterized. While we cannot predict the role of the protein from this module, its presence suggests that it is either associated with the nitrogen fixation or hydrogen production phenotype.

COG modules corresponding to hydrogenase

Hydrogenase enzyme complexes are key enzymes involved in the uptake and production of biological hydrogen[35]. Analysis of hydrogenase enzymes have identified three different types, each associated with a number of accessory proteins necessary for activation[35, 43]. These include the [NiFe]-hydrogenase, [FeFe]-hydrogenase, and non-metal containing hydrogenase enzyme[35]. Due to the importance of hydrogenase in both hydrogen production and hydrogen uptake, several studies have examined the role of hydrogenase enzymes in a number of different hydrogen-producing organisms[44, 45]. These studies have found many microorganisms, including Clostridium acetobutylicum, capable of having both hydrogen uptake (e.g., [FeFe]-hydrogenase) and hydrogen evolving enzymes (e.g., [NiFe]-hydrogenase). In this study, Spice predicted the presence of both hydrogen uptake and hydrogen evolving enzymes as related to the hydrogen production phenotype. Categorization of hydrogen uptake hydrogenases may be due to the absence of hydrogenase in microorganisms present in our data set.

In this study, Spice identified one module containing a hydrogen evolving hydrogenase. Within this module two COGs, COG4624 (iron only hydrogenase) and COG3541 (predicted nucleotidyltransferase) were present. The protein ID for COG4624 was not identified in the literature review; however, [Fe]-hydrogenases are responsible for producing hydrogen[46]. Nucleotidyltransferases are proteins involved in a number of biological processes ranging from DNA repair to transcription[47]. Since these proteins are generally involved in DNA and RNA-related processes, it is unclear why a predicted nucleotidyltransferase was paired with hydrogenase. To understand the interaction between these two proteins, experimental molecular analysis is necessary.

Another COG module found by Spice contains COG0068 and COG0025, which are associated with expression of two hydrogenase uptake proteins—hydrogenase maturation factor (HypF) and NhaP-type Na+/H+ and K+/H+ antiporters (Nhap). HypF has been found as a carbamoyl phosphate converting enzyme (or an auxiliary protein) involved in the synthesis of active [NiFe]–hydrogenases in Escherichia coli and other bacteria[48]. NT01CX_0020, an orthologous group of COG0025, is associated with expression of sodium/hydrogen exchanger protein (NHE3). NHE3 has been found to play an important role in hydrogen production of Acidaminococcus fermentans, Escherichia coli and bacterial communities within a dark fermentation fluidised-bed bioreactor[4951].

Spice also identified three other types of hydrogenase maturation proteins—HypC, HypD, and HypE. COGs corresponding to these proteins are COG0298 (HypC), COG0409 (HypD), and COG0309 (HypE). Understanding complexes, such as uptake hydrogenase enzymes, is important for deciphering regulatory mechanisms and activity of these key enzymes. For example, in studies evaluating accessory proteins present in [NiFe]-hydrogenase complexes, HypCDEF proteins are described as regulators for maturation of uptake hydrogenase through participation in development of the active center[35, 52]. If one of the Hyp proteins is missing, the entire complex is inactivated.

In H2–producing microorganisms such as Escherichia coli, hydrogenase maturation proteins act as regulators for maturation of uptake hydrogenase in development of the active center[35, 36]. Regulation is conducted by inserting Fe, Ni, and diatomic ligands of HypA–F proteins into the hydrogenase center for activation and maturation[53]. To carry out this process, HypE and HypF are in charge of synthesis and insertion of Fe cyanide ligands into the hydrogenase’s metal center, and HypC and HypD are responsible for construction of the cyanide ligands[36, 54].

In addition, Spice identified two hydrogenase proteins associated with anaerobiosis[55]. They are COG0374 (HyaB) and COG0680 (HyaD). Unlike the Hyp proteins, which are accessory proteins involved in the assembly of the metallocenters, Hya proteins are responsible for the maturation of hydrogenase-1[46].

Other COG modules related to biohydrogen

Other biohydrogen production-related COGs, such as COG0374, COG0375, COG3261, COG0680, COG4624 and others, shown under the hydrogenase category in STRING database are detected as part of other modules by Spice. As mentioned earlier, hydrogenase is one of the key proteins (or enzymes) involved in hydrogen production and uptake[24]. The complete list of all the identified putative biohydrogen-related COG modules is available in Additional file4.

Motility-related COG modules

For a large-scale experiment, we set up another experiment on a different phenotype—motility. A total of 141 organisms including 56 non-motile organisms and 85 motile organisms were chosen from Slonim et al.[8]. For p-value of less than 0.01, Spice detected 96 modules. The input data and results can be found in Additional files5 and6, respectively.

One of the motility phenotype-related COG modules contained COG1338, COG0265, COG1484, and COG3420. Among the four COGs, COG1338, whose function is associate with the expression of flagellar biosynthetic protein (Flip), has a high correlation with flagellar assembly pathway[56]. Flagellar assembly pathway, which enables the movement of microorganisms, is well-known to be important for bacterial motility[56, 57]. Proteins associated with the other three COGs include uncharacterized serine protease (YyxA) and two hypothetical proteins. YyxA in a motile organism, Bacillus amyloliquefaciens, has a similar phylogenetic profile to chemotaxis-related proteins[58]. Chemotaxis pathway, which is also important for bacterial motility, determines how the microorganism moves according to its environment[8]. Chemotaxis pathway and flagellar assembly pathway function together to guide bacteria’s direction of movement[8]. The phylogenetic profile of the other two hypothetical proteins (associate with COG1484 and COG3420) are shown to be correlated with the pattern of motility across many bacterial genomes[8].

Additionally, Spice enumerated other COG modules that contained other known flagellar-related COGs like COG1516, COG1345, and COG1815 and other known chemotaxis-related COGs such as COG0840, COG0643, and COG0835, supported by literature[8, 56, 57]. Besides flagellar-related and chemotaxis-related COGs, type III secretion system-related COGs, such as COG1766, COG1684, COG1987, and COG1338, were also found in some of our enumerated modules. The type III secretion system is found to be highly correlated with bacterial motility, because some of its protein structure is very similar in structure, function, and gene sequence to the flagellar assembly system[56, 59].

Cancer-related genes

Identifying all the genes that could discriminate tumor cells from normal cells in microarray gene expression data is non-trivial[60]. Again, the task is not to find a single “best”-discriminating gene set, but enumerate as many cancer-related genes and groups of genes as possible provided they are associated with cancer expression phenotype; this task is becoming particularly important in the context of personalized medicine.

Leukemia cancer data was selected to show the effectiveness of our method to detect phenotype-related gene modules in biological networks. Leukemia data can be downloaded from Broad Institute Cancer Program Data (http://www.broadinstitute.org/cgi-bin/cancer/datasets.cgi). It contains 72 measurements for the expression of 7,129 genes, corresponding to the samples taken from bone marrow and peripheral blood. Out of these samples, 47 samples are classified as ALL (Acute Lymphoblastic Leukemia), and 25 samples are classified as AML (Acute Myeloid Leukemia).

The first 11 genes identified by Spice were used as seed set, and a total of 145 phenotype-associated gene functional modules (see Additional file7) were generated by DENSE algorithm in the Leukemia network. 5 out of the 11 seed genes are filtered out by our method. Table2 shows the first 5 models identified by our algorithm. Specifically, gene KIAA0016 found by our model 1 is highly correlated with anti-cancer agents[61]. KIAA0016 encodes TOMM20—a mitochondrial import receptor[62]. TOMM20 has been shown to interact with a central anti-apoptotic Bcl-2 (B-cell lymphoma 2) gene[63]. The expression of Bcl-2 has been used as a prognostic marker for acute myeloid leukemia[64]. KIAA0035, Cellular nucleic acid binding protein and KIAA0016 belonged to a functional module in the Leukemia network. Our method also detected an overlapping functional module with only one gene (KIAA0242) difference to model 1. Zyxin found by our model 3 plays a vital role in mitosis[65], and the LIM Domain of Zyxin is known to interact with leukemogenic bHLH proteins, such as TAL1, TAL2, and LYL1[66].

Table 2 Cancer-related genes found by S pice on Leukemia network

Predictive skill

Data

Eight publicly available multi-phenotype-genotype datasets are used in this study. Table3 summarizes some characteristics of these datasets, their sources, and the best-to-date performance reported in literature. For comparison purposes, the last column indicates Spice’s performance.

Table 3 Performance comparison on microarray data sets

Evaluation methodology

For two-class, 10-fold cross-validation are employed. 10-fold cross validation has been proved by Witten and Frank[76] to be a good way to evaluate the performance of a classifier. In 10-fold cross-validation, the original data is partitioned into 10 different subsets. Each of the 10 subsets is used as the test set, and nine other subsets are used as training set. For multi-class datasets, 3-fold cross validation is used to ensure that each subset can have all different classes of samples.

Bootstrapping validation, via commonly used bootstrap estimators, e0 bootstrap and .632 bootstrap[77], is also applied. In e0 bootstrap, the training data consists of n instances by re-sampling with replacement from the original data of the same size of n. And the test data is the set difference between original data and training data. Thus, if the training data has j unique instances, then the test data will be the other n-j instances on the original data. The error rate on the test data is treated as the e0 estimator, while the .632 bootstrap also takes the training error into consideration, and uses the linear combination of 0.368ε + 0.632e 0 as the estimated error rate, where ε is the training error. For good error estimation, we use ≈200 iterations[77] and report the average error rate.

Bagging[78], boosting[79], random forest[80], nearest shrunken centroid method (PAM)[81], and random forest variable selection (varSelRF)[82] ensemble learning techniques are employed as benchmark methods. The ensemble size used for these methods is the same as the one used for Spice.

We utilize different skill metrics including accuracy, sensitivity, specificity, precision, F1-measure, variance, Heidke Skill Score (HSS)[83], Peirce Skill Score (PSS)[83], and Gerrity Skill Score (GSS)[83]. Accuracy is defined as the ratio of the number of correctly classified data points to the total number of data points in the test set. The HSS measures how well a forecast did as to a randomly selected forecast. PSS, also called “true skill statistic,” is another popularly skill score computed by the difference between the hit rate and the false alarm rate. GSS, also known as “threat” score or critical success index, is a particular useful measure of skill for situations where the occurrences of the event to be forecast are substantially less frequent than the non-occurrences[83].

Skill metrics evaluation

Figure3 shows cross validation accuracy of Spice compared to bagging, boosting, random forest, PAM, and varSelRF ensemble methods. We report the accurate results of bagging, boosting, random forest, PAM, and varSelRF by using the default parameters. CART decision tree is used as the base classifier for bagging, boosting, and Spice. To be consistent, we use 11 iterations as the stopping criterion (or the maximum ensemble size) for all the methods. Spice outperforms bagging, boosting, random forest, PAM and varSelRF by up to 33%, 13%, 18%, 10%, and 24%, respectively.

Figure 3
figure 3

Comparison of prediction accuracy of S pice to other ensemble classifiers on eight microarray datasets.

Table4 summarizes Spice’s skill on two-class microarray data using five metrics: accuracy and its variance, sensitivity, specificity, precision, and F1-measure; it also reports an average number of features per model. Table5 summarizes Spice’s skill on multi-class microarray data using five metrics: accuracy and its variance, HSS, PSS, and GSS.

Table 4 S pice performance on two-class microarray data sets
Table 5 S pice performance on multi-class microarray data sets

Different weighting schemes’ test

One factor that may influence the results of Spice method is the weights assigned to different candidate classifiers in the ensemble for determining the phenotype. Here, we test three different weighting schemes described in Step 5: bringing component interplays altogether section: majority voting, training accuracy-based voting, and internal cross-validation-based voting. The experimental results show that there is no bearing on prediction accuracy by choosing different weighting schemes for a majority of microarray datasets, although the training accuracy-based voting and internal cross-validation-based voting performed slightly better (3–5%) than the majority voting scheme on few datasets like the B-cell lymphoma dataset. However, all weighting schemes highly outperformed any single classifier in the ensemble.

Robustness assessment

To assess robustness, we applied bootstrapping using both e0 and .632 bootstrap estimators with 200 bootstrapping trials. Bootstrapping is applied to all three categories of data sets. Leukemia data is the original 2-class data without any preprocessing, CNS data is the discretized data, and Lymphoma_3class data is multi-class data with logarithmic transformation and standardization. Table6 shows that Spice provides bootstrap error rates comparable with cross-validation results.

Table 6 Bootstrapping performance of S pice

Ensemble statistics

Figure4 shows the ensembles built by Spice on Leukemia and Lymphoma_3class data, using 11 or fewer classifier models (Figure4(a)), with each model including 2–3 features (Figure4(b)). The fact that the ensemble uses information from multiple diverse models and achieves a good accuracy with only a few features per model is a good indicator for our classifier ensemble methodology.

Figure 4
figure 4

Ensemble statistics.

Algorithm efficiency

Figure5 shows the runtime of Spice and the benchmark methods on eight microarray datasets with 30 iterations as the stopping criterion. Our experiments were conducted on a PC with an Intel Core 2 Duo CPU (2.2GHz) and 6GB of RAM. All algorithms were implemented in the Matlab programming language.

Figure 5
figure 5

The runtime of S pice compared to other methods.

For the eight datasets we tested, it shows that our Spice algorithm is much faster than bagging and boosting. While Spice is slower than random forest on some datasets, Spice could achieve better prediction accuracy on those datasets.

Generalization

Spice can be considered one of meta-learning ensemble algorithms[84], because Spice can employ an arbitrary base classifier. Table7 shows its effectiveness compared to a single classifier using different base classifiers on the Colon cancer dataset with the 10-fold cross-validation. Spice improves the prediction accuracy of a single classifier, namely by about 30%, 14%, and 7% for Naïve Bayes, CART decision tree, and linear SVM, respectively. Thus, Spice can be applied to improve some base classifiers other than decision tree, which makes Spice more useful.

Table 7 Accuracy improvement over a single base classifier

Conclusion

In this paper, we addressed the important and challenging problem of enumerating statistically significant and application-relevant component interplays that are key contributors to the system’s phenotype. We presented Spice, an effective, iterative feature subsets enumeration method that discriminates between different systems’ phenotypic states on both instance-based data and network-based data. Spice successfully identified cancer-related genes from various microarray data sets and found enzymes or COGs associated with biohydrogen production and motility phenotype by microbial organisms. Spice also improved the predictive skill of the system’s phenotype determination by up to 10% relative to individual classifiers and/or other ensemble methods, such as bagging, boosting, random forest, nearest shrunken centroid, and random forest variable selection method.

Method

The key steps underlying Spice are shown in Figure6. At a higher level, Spice first identifies a candidate component (feature) set (Step 1: identifying candidate component interplays section), it then scores its phenotype specificity-determining skill (Step 2: scoring candidate component interplays section) along with statistical significance assessment (Step 3: assessing statistical significance section). These three steps are repeated in an iterative fashion by “knocking out” the selected candidate component sets until the stopping criterion is met (Step 4: iterative “knock-out” of component interplays section). Finally, the ensemble of classifiers is formed to predict the system’s phenotype(s) given the values of all its component-interplay groups (Step 5: bringing component interplays altogether section). An additional step is added between Step 4 and Step 5 to ensure that the identified systems components are more strongly linked to the phenotype through comparative analysis of biological networks (Detecting biologically relevant component interplays through biological networks section). Next, we explain each of these steps in more detail.

Figure 6
figure 6

The overview of S pice ’s key steps.

Step 1: identifying candidate component interplays

We hypothesize that if the component is key to defining the system’s phenotype, then its value distributions will be separable between the observations from different phenotypes. If the separation is strong, then such a component, alone, is likely able to discriminate system phenotypes. And almost any method, such as entropy-based, would likely succeed in detecting those components. However, with real data sets such a strong separation is less likely. Hence, one should strive for discovery of separation signals that while being weaker at the individual component level, they—as a group—should be able to discriminate between system phenotypes.

Therefore, the effective analysis should not only include an individual component with a strong discriminatory signal, but also extend to a group(s) of interplaying components out of a set of thousands of components. This creates a multiplicity of possible combinatorial interplays to search for and excludes a possibility for a brute-force enumeration. Thus, our goal is to provide a framework for automatic exploration of such combinatorial interplays that could offer both the computational efficiency and the application domain relevance.

To address this issue, we propose to employ the multi-level paradigm via divide-and-conquer strategy. The multilevel paradigm is known for its effectiveness when solving very large-scale scientific problems. In the context of linear systems of equations, for instance, algebraic multi-grid methods, have been devised to solve linear systems by essentially resorting to divide-and-conquer strategies that utilize the relationship between the mesh and the eigen-functions of the operator. In the data analysis field, however, methods that take advantage of the multi-level paradigm are less explored. A few recent studies include[85] as well as the top-down divisive clustering or spectral graph partitioning techniques.

Specifically, the intuition behind our approach stems from the well-known concept of modularity, introduced by Hartwell et al.[86], as a generic principle of complex system’s organization and function. These functionally associated modules often combine in a hierarchical manner into larger, less cohesive subsystems, thus revealing yet another essential design principle of system organization and function–hierarchical modularity. Thus, our method first identifies modules of system components with putatively stronger associations within the modules than between the modules. This process divides all system components into modules that likely function together to define what phenotypic state the system is in. The process further conquers each of these modules in order to refine the specificity of the inter-component relationships within the module.

Figure7 shows an illustration of this divide-and-conquer approach to multilevel dimension reduction. The sample artificial input set shown contains two substructures: points from a multivariate Gaussian distribution (grey) and the three groups of colored points arranged into nested rings (top). (Note that the color of the points is only there to show how the data groups together before and after the partition followed by dimension reduction). The standard PCA result performed on the monolithic set is mediocre, i.e., distinguishing the four different groups is impossible using only linear PCA. After partitioning the set, the “appropriate” technique is applied to each partition (bottom): the kernel PCA to the nested ring points (left partition) and the linear PCA to the Gaussian cluster (right partition). As a result, not only is the size of the data reduced for each partition, but also the four groups become distinguishable using only the first principal component.

Figure 7
figure 7

An illustration of divide-and-conquer strategy for multi-level dimension reduction.

Unlike the example in Figure7, in the context of our problem, we deploy decision tree-based procedure to divide the feature set into non-overlapping partitions and apply the “appropriate” classification technique to each partition. The reason is that due to highly underdetermined nature of our problem, subsampling of the input data sample could possibly lead to an unreliable inference methodology. Likewise, due to a possibly non-linear interplay between the system’s features, it would be more desirable to divide the system components into “blocks” with possibly stronger interconnects within the blocks and weaker inter-connects between the blocks. This strategy is inspired by the modularity principle of complex systems. Thus, a higher-level supervised separation of the high dimensional feature space into the rectangular shape hyperspaces is achieved via information-theory driven decision boundaries with a subsequent refinement of decision boundaries within the identified subspaces (see Step 2).

We propose a decision tree-based methodology for our feature space partitioning. The features in a decision tree are considered as one feature subset, and each feature is a system component. There are multiple reasons for why we choose decision tree based methodology, including (a) efficiency to process many features (unlike BBNs that are exponential in the number of features), (b) inherently multiclass by nature, and (c) the ability to handle continuous and multi-variate types of features (unlike NNs for which distance metrics are poorly defined for mixed data types), among others. We use the CART-decision tree algorithm[87] to select a set of discriminatory features from the available feature space. Basically, CART builds a decision tree by choosing the locally best discriminatory feature at each split step based on the Gini Index Impurity Function. To avoid overfitting, CART employs backward pruning to build smaller, more general decision trees. CART chooses features in a multivariate fashion, which allows the feature selection process to find a set of discriminatory features instead of considering one feature at a time.

More importantly, especially, in the context of underdetermined or unconstrained problems, CART’s inherent feature pruning capability often leads to a fewer number of components, or smaller size modules. This is a desirable property for building a more robust classifier downstream of our analysis pipeline (Step 2 and Step 5). Also, decision boundaries themselves could result in rules that are more interpretable and could provide additional insights to domain scientists on the magnitude of the feature attributes that affect a system’s phenotype. The reason is that not only is it important to know what group of features is contributing to the system’s phenotypic state but to what extent the feature values could change the system’s phenotypic state. For example, if the expression of a particular gene becomes above a certain threshold, then this causes a “knock-out” of a particular metabolic pathway. With decision trees, the full feature space gets partitioned into hypersubspaces by the decision rules of the form of a i f i b i . Once this high-level factors contributing to the system’s phenotype are learned, more complex (e.g., non-linear or conditional) relationships between the components in the group could be learned by more sophisticated classifiers, such as BBNs or kernel SVMs (see Step 2).

Step 2: scoring candidate component interplays

Candidate system’s components identified in Step 1 are next assessed in terms of their collective ability to contribute to the system’s phenotypes. Basically, the goal is to define a scoring function that could measure how well this group of components (features) discriminates between system phenotypic states. On the one hand, mutual information (MI) for an individual component could be used with its proper generalization to a group of components. However, robust probability estimation—an essential step in MI definition—requires a large sample size, which is often unavailable for underdetermined systems. Moreover, the generalized MI is biased toward the presence of a component in the group with high information content.

Due to these limitations, we define a scoring function in terms of classification accuracy provided by multivariate discriminant methods, such as SVMs, BBNs, neural networks, or decision trees. Specifically, we ask a question: if only a candidate component set were used to determine the system’s phenotypic state, how much predictive skill this set could have. Since individual components within the candidate group could be related to each other in a complex manner, we first let a proper classifier (e.g., kernel SVM or BBN) learn this complex relationships from the entire group of features and choose the accuracy of the best performing classifier as the scoring measure of the putative components’ interplay (see Line 6–7 in Algorithm 2 of Additional file8). Note that different candidate groups may require different classifiers—the best performing classifier model is chosen both for Step 3 and for Step 5. [For our experiments, we use training accuracy].

Step 3: assessing statistical significance

Given a candidate feature set (Step 1) and its predictive skill score (Step 2), we next assess statistical significance of this score, namely, how likely a similar skill score could be observed at random. Specifically, we want to use the confidence level for the classification accuracy to sift phenotype-specificity determining component groups. It is expected that the statistically significant, highly scored component groups are application-significant. For example, a group of candidate genes could be biologically significant for biohydrogen production or cancer phenotype expression (see Phenotype-specificity determining components sections).

It is worth observing that, generally, sample instances within the same system phenotype tend to be more similar than those from the other phenotypes. Hence, separation of feature value distributions between the samples from different states will be relatively clearer, and thus classification accuracy—as a measure of feature set’s discriminatory power—can be biased. This implies that standard statistical testing like shuffling the phenotype (class) labels is not acceptable.

Thus, to provide a robust assessment of statistical significance, we measure an empirical p-value of each candidate feature set using the Monte Carlo procedure described in[88]. Specifically, for each feature subset, we randomly sample N feature subsets (N=1,000) from the entire feature set of the same size as our candidate set, and compute the corresponding accuracies of the classifiers built from these feature sets. Then, we estimate an empirical p-value of the target feature subset as p=(R + 1)/(N + 1), where N is the total number of random samples (N1,000) and R is the number of these samples that produce a test statistic greater than or equal to the value for the target feature subset. This corresponds to the percentile where our target score falls onto within the accuracy distribution for N samples. In our experiments, the selected p-value meets 95% confidence level. Please find the detailed pseudo-code for the statistical significance assessment in Additional file8.

Step 4: iterative “knock-out” of component interplays

The candidate component-interplay group identified in Steps 1-3 is probably not the only group of system components that is responsible for a system’s behavioral phenotypic state. For example, such a group of enzymes could contribute to a direct conversion of a particular type of sugar to ethanol, but there could still be other groups of genes required for ethanol production, such as regulators of these enzymes’ expression in the cell, transporters of different sugars from the environment into the cell, or stress response regulators that detect toxin (i.e., ethanol) concentration level in the cell. In addition, if a subsystem is critical for a specific system’s function, then it often gets replicated (e.g., multiple gene copy numbers in the genome) in the complex system; this redundancy contributes to system’s robustness. Therefore, our task is not simply to identify a single “best” group but, ideally, to enumerate them all.

The combinatorial nature of this task necessitates heuristic approaches. Our strategy is inspired by the way biologists often conduct their mutagenesis studies. Namely, they knock-out a group of genes (e.g., via gene deletion) and observe the mutant system’s response. By analogy, our methodology knocks-out the selected candidate feature sets and proceeds with Steps 1-3 on the mutant system in an iterative fashion until some stopping criterion is met (see Line 3 in Algorithm 2 of Additional file8). Under this approach, each iteration produces a subset of features out of the current feature set (see Line 5 in Algorithm 2 of Additional file8), then removes these features from the set so that they can’t be selected again (see Line 15 in Algorithm 2 of Additional file8).

There are several different criteria that could be used to decide when to stop the iterative process. Ideally, one would observe a monotonically decreasing scoring value with the number of iterations and will stop once the score falls bellow a certain threshold. However, no theoretical grounds could be provided for such a monotonic behavior of the scoring function under the scenario of iterative feature set knock-outs. In fact, we empirically observed a fluctuating behavior of the scoring function with the number of iterations. Therefore, due to inherently high dimensional data, we set the threshold on the maximum number of iterations as our stopping criterion. Line 3–17 in Algorithm 2 of Additional file8 summarizes the aforementioned iterative knock-out procedure.

Step 5: bringing component interplays altogether

While the enumerated set of putative system’s component interplays is important in its own right (as illustrated in Results and discussion section), here we combine them altogether by building an ensemble of classifier models from Step 3. Thus, unlike traditional classification methods that aim to find the single subset of features that offer the most optimum classifier performance, our goal is to enumerate suboptimal feature sets that could provide insights on what factors and their inter-factor relationships could determine the specificity of the system’s phenotype. We then combine these subsystems through the framework of the ensemble methods in order to construct a system-level predictor of system’s behavioral states.

In the last step (Step 5 in Figure6), we need to combine the predictions of all the classifiers that pass statistical significance criterion (Step 3) to come up with the final prediction value. In order for the ensemble to make a prediction, each classifier is given a weighted vote, and the class with the most votes is the prediction of the ensemble (see Line 18 in Algorithm 2 of Additional file8). We tested three possible weighting schemes: a simple majority voting scheme, in which every classifier is given equal weight; a training accuracy-based method, in which every classifier is weighted based on its training accuracy; and an internal cross-validation-based voting, in which each classifier is weighted by that model’s cross-validation accuracy on the original training data.

Two of the key characteristics for building a robust classifier ensemble include (a) the diversity among the classifier models in the ensemble[84] and (b) the reasonably high accuracy of the individual members in the ensemble. In our case, the former is ensured due to our feature set knock-out strategy (Step 4) and the latter is guaranteed by a combination of decision-tree based feature enumeration (Step 1), the scoring function (Step 2), and the statistical significance assessment (Step 3) that, in combination, also reduce possible redundancy among the models and thus reduce the possible bias (e.g., due to a significantly large portion of highly similar models). By bringing the enumerated component interplays altogether (Step 5) a good ensemble of classifiers can be achieved (as illustrated in Results and discussion section).

Detecting biologically relevant component interplays through biological networks

Thus far, we have presented how to detect component interplays from an instance-based data. And it has been shown that the system components enumerated by Spice often form functional modules or communities. However, an additional step could be added between Step 4 and Step 5 to ensure that the identified systems components are more strongly linked to the phenotype through biological networks.

The gene functional association networks used in this paper are obtained from the STRING database[89]. The nodes in the networks are genes. And a pair of nodes is connected with an edge if the corresponding genes are considered to be functionally associated by some evidence. The edge weights are assigned by the STRING database based on the evidence that support the functional association[89]. A threshold above 700 is considered as “high confidence” in the STRING database, so we only keep the edges with weights above 700.

After the network construction, we employ our Dense and Enriched Subgraph Enumeration (DENSE) algorithm[90] to enumerate “dense and enriched” subgraphs in each network. Intuitively, DENSE works as follows, given an organismal protein (gene) functional association network and a set of proteins (genes) as the query, DENSE enumerates all the dense subgraphs that are enriched by the query proteins. Every subgraph generated by DENSE contains at least γ percentage of nodes that are from the query protein set, and each node in the subgraph is adjacent to at least μ percentage of the other nodes in the subgraph. And in simple terms, the algorithm is able to extract the proteins that are functionally associated with the query proteins (i.e., form functional modules with them). In the paper[90], a biologist’s knowledge priors have been incorporated into the query set. Here, we use the phenotype-determining components generated by Spice as the query set for the DENSE algorithm. The default parameter values, μ =75 and γ =0.1, are used to find all highly connected (but not fully connected) subgraphs that contain at least one query node. [For more details on the DENSE algorithm and the software, please, refer to paper[90]].

The “dense enriched” subgraphs generated by DENSE are assumed to be the functional modules, because we start with the functional association network and impose the μ parameter to generate the highly connected subgraphs. However, a further functional enrichment analysis is performed on the discovered modules by using the GO TERM FINDER tool[91]. And the result shows that the discovered modules are indeed functionally coherent. [Since our work does not focus on the functional enrichment analysis, the experimental results are available upon request].

While DENSE is an effective and efficient algorithm to identify the functional modules in a biological network, it can only be applied to a single network at a time. However, we would like, using both phenotype-expressing and non-expressing organisms, to identify functional modules that are more biased towards the target phenotype. Thus, in this section, we propose an effective methodology to discover functional modules using DENSE but extending the procedure to utilize both phenotype-expressing and non-expressing organisms.

Definition 1 (β -Similar Dense Subgraphs)

Given two dense subgraphs generated from two different networks, we call the two subgraphs β-similar dense subgraphs if they share at least β percentage of nodes corresponding to homologous genes.

For a set of networks corresponding to phenotype-expressing organisms, we hypothesize that the conserved β-similar dense subgraph (see Definition 1) across the group of networks are the phenotype-associated functional modules. After generating all “dense enriched” subgraphs from each biological network by DENSE, we first detect the β-similar dense subgraphs across two networks based on the Definition 1, and then check if the β-similar dense subgraphs detected in the previous two networks are conserved in the third network. This procedure is continued until all networks in the group are examined. Our algorithm may miss some of the phenotype-related modules if the stringent value of β=100 are used. Hence, we chose a β value of 75 (midpoint of 50 and 100) to identify highly conserved (but not identical) subgraphs across all networks as the most probable modules. Detection of the conserved β-similar dense subgraphs in a group of networks can also help us filter out some spurious query nodes (see Cancer-related genes section), which are generated by our Step 1-Step 4.

We can take it one step further and use a group of contrast biological networks (i.e., networks of organisms that do not express the phenotype) to filter and obtain dense subgraphs that are not only identified as conserved in the previous step but are also “biased” towards the target phenotype. Here, by biased, we mean occurring in phenotype expressing organisms but not occurring in the phenotype non-expressing organisms. To achieve this goal, first, the networks are partitioned into different groups according to the phenotype(s), and then the β-similar dense subgraph detection algorithm is applied to each group of networks. After getting all the conserved β-similar dense subgraphs from all groups, we remove all the common conserved β-similar dense subgraphs appearing in at least two groups of networks.

As noted, three parameters, γ, μ and β, are used in our algorithm. The thresholds of the parameters depend on the application. But because the computational time of DENSE algorithm is relatively small, users can try different thresholds and use their prior knowledge to design the query sets (e.g., pathway-phenotype associations) to validate the results. [The parameter sensitivity analysis is available upon request]. And similar to other comparative analysis methods, our results are sensitive to the phylogenetic diversity of the organisms we chosen. A scoring function based on the phylogenetic diversity could be considered as an option to address this problem.

Our work is different to other network-based identification methods in a number of ways: (1) we can discover dense, possibly overlapping subgraphs of a single network or groups of networks; and (2) we are able to identify “fuzzy functional modules” that are enriched by some target set of proteins (genes).

Author’s contributions

ZC developed and implemented the computational model and the algorithm based on ideas suggested by NFS. ZC and KP conducted the computational experiments. YS, AR, ZC, and KS provided biological validation. ZC, KP, AR, and NFS provided the initial draft of the manuscript. ZC, KP and NFS provided the revised manuscript. JM suggested and supervised the study related to the hydrogen production. NFS provided the problem statement, supervised the development of the computational methodology, and provided suggestions on methodology validation. JM, KS, and NFS contributed to preparing the final version of the manuscript. All authors have read and approved the final manuscript.

References

  1. Ash C: From simplicity to complexity. Science 2010, 329: 1125.

    Google Scholar 

  2. Bellman R: Adaptive Control Processes: A Guided Tour. Princeton. Princeton University Press, NJ; 1961.

    Google Scholar 

  3. Chen W, Schmidt M, Tian W, Samatova N: A fast, accurate algorithm for identifying functional modules through pairwise local alignment of protein interaction networks. In Proceedings of the International Conference on Bioinformatics & Computational Biology.. Las Vegas, NV, USA; 2009:816-821.

    Google Scholar 

  4. Chen W, Rocha A, Hendrix W, Schmidt M, Samatova N: The multiple alignment algorithm for metabolic pathways without abstraction. Proceedings of IEEE International Conference on Data Mining Workshops 669-678.

  5. Koyutürk M, Kim Y, Subramaniam S, Szpankowski W, Grama A: Detecting conserved interaction patterns in biological networks. J Comput Biol 2006,13(7):1299-1322. 10.1089/cmb.2006.13.1299

    Article  Google Scholar 

  6. Nijssen S, Kok J: The gaston tool for frequent subgraph mining. Electron Notes Theor Comput Sci 2005, 127: 77-87. 10.1016/j.entcs.2004.12.039

    Article  Google Scholar 

  7. Schmidt MC, Samatova NF: An algorithm for the discovery of phenotype related metabolic pathways. In BIBM.. Washington, DC, USA; 2009:60-65.

    Google Scholar 

  8. Slonim N, Elemento O, Tavazoie S: Ab initio genotype-phenotype association reveals intrinsic modularity in genetic networks. Mol Syst Biol 2006, 2: 0005.

    Article  Google Scholar 

  9. Levesque M, Shasha D, Kim W, Surette M, Benfey P: Trait-to-Gene: A computational method for predicting the function of uncharacterized genes. Curr Biol 2003, 13: 129-133. 10.1016/S0960-9822(03)00009-5

    Article  Google Scholar 

  10. Saeys Y, Inza I, Larrañaga P: A review of feature selection techniques in bioinformatics. Bioinformatics 2007, 23: 2507-2517. 10.1093/bioinformatics/btm344

    Article  Google Scholar 

  11. Lei Y, Huan L: Efficient feature selection via analysis of relevance and redundancy. J Mach Learn Res 2004, 5: 1205-1224.

    Google Scholar 

  12. Li L, Weinberg C, Darden T, Pedersen L: Gene selection for sample classification based on gene expression data: Study of sensitivity to choice of parameters of the GA/KNN method. Bioinformatics 2001, 17: 1131-1142. 10.1093/bioinformatics/17.12.1131

    Article  Google Scholar 

  13. Diaz-Uriarte R, Alvarez de Andres S: Gene selection and classification of microarray data using random forest. BMC Bioinf 2006, 7: 3. 10.1186/1471-2105-7-3

    Article  Google Scholar 

  14. Curtis R, Oresic M, Vidal-Puig A: Pathways to the analysis of microarray data. Trends Biotechnol 2005, 23: 429-435. 10.1016/j.tibtech.2005.05.011

    Article  Google Scholar 

  15. Johannes M, Brase J, Fröhlich H, Gade S, Gehrmann M, Fälth M, Sültmann H, Beißbarth T: Integration of pathway knowledge into a reweighted recursive feature elimination approach for risk stratification of cancer patients. Bioinformatics 2010, 26: 2136-2144. 10.1093/bioinformatics/btq345

    Article  Google Scholar 

  16. Rapaport F, Zinovyev A, Dutreix M, Barillot E, Vert J: Classification of microarray data using gene networks. BMC Bioinf 2007, 8: 35. 10.1186/1471-2105-8-35

    Article  Google Scholar 

  17. Yousef M, Ketany M, Manevitz LM, Showe LC, Showe MK: Classification and biomarker identification using gene network modules and support vector machines. BMC Bioinf 2009, 10: 337. 10.1186/1471-2105-10-337

    Article  Google Scholar 

  18. Chuang H, Lee Y Eand Liu, Lee D, Ideker T: Network-based classification of breast cancer metastasis. Mol Syst Biol 2007, 3: 140.

    Article  Google Scholar 

  19. Chen L, Xuan J, Riggins R, Clarke R, Wang Y: Identifying cancer biomarkers by network-constrained support vector machines. BMC Syst Biol 2011, 5: 161. 10.1186/1752-0509-5-161

    Article  Google Scholar 

  20. Ma S, Shi M, Li Y, Yi D, Shia B: Incorporating gene co-expression network in identification of cancer prognosis markers. BMC Bioinf 2010, 11: 271. 10.1186/1471-2105-11-271

    Article  Google Scholar 

  21. Kapdan I, Kargi F: Bio-hydrogen production from waste materials. Enzyme Microb Technol 2006, 38: 569-582. 10.1016/j.enzmictec.2005.09.015

    Article  Google Scholar 

  22. Nath K, Das D: Improvement of fermentative hydrogen production: Various approaches. Appl Microbiol Biotechnol 2004,65(5):520-9.

    Google Scholar 

  23. Rey FE, Heiniger EK, Harwood CS: Redirection of metabolism for biological hydrogen production. Appl Environ Microbiol 2007,73(5):1665-1671. 10.1128/AEM.02565-06

    Article  Google Scholar 

  24. Huang Y, Zong W, Yan X, Wang R, Hemme C, Zhou J, Zhou Z: Succession of the bacterial community and dynamics of hydrogen producers in a hydrogen-producing bioreactor. Appl Environ Microbiol 2010, 76: 3387-3390. 10.1128/AEM.02444-09

    Article  Google Scholar 

  25. Jim K, Parmar K, Singh M, Tavazoie S: A Cross-Genomic approach for systematic mapping of phenotypic traits to genes. Genome Res 2004, 14: 109-115.

    Article  Google Scholar 

  26. Guyon I, Weston J, Barnhill S, Vapnik V: Gene selection for cancer classification using support vectormachines. Machine Learning 2002, 46: 389-422. 10.1023/A:1012487302797

    Article  Google Scholar 

  27. Hawkes F, Dinsdale R, Hawkes D, Hussy I: Sustainable fermentative hydrogen production: Challenges for process optimisation. Int J Hydrogen Energy 2002, 27: 1339-1347. 10.1016/S0360-3199(02)00090-3

    Article  Google Scholar 

  28. Mathews J, Wang G: Metabolic pathway engineering for enhanced biohydrogen production. Int J Hydrogen Energy 2009, 34: 7404-7416. 10.1016/j.ijhydene.2009.05.078

    Article  Google Scholar 

  29. Li C, Fang HHP: Fermentative hydrogen production from wastewater and solid wastes by mixed cultures. Crit Rev Environ Sci Technol 2007, 37: 1-39. 10.1080/10643380600729071

    Article  Google Scholar 

  30. Khanal S: Biohydrogen production: Fundamentals, challenges, and operation strategies for enhanced yield. In Anaerobic Biotechnology for Bioenergy Production: Principles and Applications. Wiley-Blackwell, USA; 2008:180-219.

    Chapter  Google Scholar 

  31. Li R, Fang H: Heterotrophic photo fermentative hydrogen production. Crit Rev Environ Sci Technol 2009,39(12):1081-1108. 10.1080/10643380802009835

    Article  Google Scholar 

  32. White D: The Physiology and Biochemistry of Prokaryotes. Oxford University Press, New York; 2007.

    Google Scholar 

  33. Hallenbeck P, Ghosh D: Improvements in fermentative biological hydrogen production through metabolic engineering. J Environ Manage 2010, 1-5.

    Google Scholar 

  34. Tatusov RL, Fedorova ND, Jackson JD, Jacobs AR, Kiryutin B, Koonin EV, Krylov DM, Mazumder R, Mekhedov SL, Nikolskaya AN, Rao BS, Smirnov S, Sverdlov AV, Vasudevan S, Wolf YI, Yin JJ, Natale DA: The COG database: an updated version includes eukaryotes. BMC Bioinf 2003, 4: 41+. 10.1186/1471-2105-4-41

    Article  Google Scholar 

  35. Vignais PM, Billoud B, Meyer: Classification and phylogeny of hydrogenases. FEMS Microbiol Rev 2001,25(4):455-501.

    Article  Google Scholar 

  36. Butland G, Zhang Jw, Yang W: Interactions of the Escherichia coli hydrogenase biosynthetic proteins: HybG complex formation. FEBS Lett 2006, 580: 677-681. 10.1016/j.febslet.2005.12.063

    Article  Google Scholar 

  37. McKinlay J, Harwood C: Clostridium ljungdahlii represents a microbial production platform based on syngas. Proc Natl Acad Sci 2010,107(26):11669-75. 10.1073/pnas.1006175107

    Article  Google Scholar 

  38. Rey F, Oda Y, Harwood C: Regulation of uptake hydrogenase and effects of hydrogen utilization on gene expression in Rhodopseudomonas palustris. J Bacteriol 2006,188(17):6143-6152. 10.1128/JB.00381-06

    Article  Google Scholar 

  39. Zhang R, Andersson C, Savchenko A, Skarina T, Evdokimova E, Beasley S, Arrowsmith CH, Edwards AM, Joachimiak A, Mowbray SL: Structure of Escherichia coli ribose-5-phosphate isomerase: A ubiquitous enzyme of the pentose phosphate pathway and the calvin cycle. Structure 2003, 11: 31-42. 10.1016/S0969-2126(02)00933-4

    Article  Google Scholar 

  40. Das D, Veziroglu N: Hydrogen production by biological processes: A survey of literature. Int J Hydrogen Energy 2001, 26: 13-28. 10.1016/S0360-3199(00)00058-6

    Article  Google Scholar 

  41. Black K, Parsons R, Osborne B: Uptake and metabolism of glucose in the nostoc-gunnera symbiosis. New Phytol 2002, 153: 297-305. 10.1046/j.0028-646X.2001.00322.x

    Article  Google Scholar 

  42. Steffes C, Ellis J, Wu J, Rosen: The lysP gene encodes the lysine-specific permease. J Bacteriol 1992, 174: 3242-3249.

    Google Scholar 

  43. Veit A, Akhtar M, Mizutani T, Jones P: Constructing and testing the thermodynamic limits of synthetic NAD(P)H:H2 pathways. Microb Biotechnol 2008,1(5):382-94. 10.1111/j.1751-7915.2008.00033.x

    Article  Google Scholar 

  44. Antoni D, Zverlov V, Schwarz W: Biofuels from microbes. Appl Microbiol Biotechnol 2007, 77: 23-35. 10.1007/s00253-007-1163-x

    Article  Google Scholar 

  45. Hart D: Hydrogen Power: The Commercial Future of ’the Ultimate Fuel’. Financial Times Energy Publishing, London; 1997.

    Google Scholar 

  46. Vignais PM, Colbeau A: Molecular biology of microbial hydrogenases. Curr Issues Mol Biol 2004, 6: 159-188.

    Google Scholar 

  47. Martins A, Shuman S: An end-healing enzyme from Clostridium thermocellum with 5’ kinase, 2’,3’ phosphatase, and adenylyltransferase activities. RNA 2005, 11: 1271-80. 10.1261/rna.2690505

    Article  Google Scholar 

  48. Paschos A, Bauer A, Zimmermann A, Zehelein E, Böck A: HypF, a carbamoyl phosphate-converting enzyme involved in [NiFe] hydrogenase maturation. J Biol Chem 2002, 277: 49945-51. 10.1074/jbc.M204601200

    Article  Google Scholar 

  49. Härtel U, Buckel W: Sodium ion-dependent hydrogen production in Acidaminococcus fermentans. Arch Microbiol 1996, 166: 350-356. 10.1007/s002030050394

    Article  Google Scholar 

  50. Koskinen P, Kaksonen A, Puhakka J: The relationship between instability of H2 production and compositions of bacterial communities within a dark fermentation fluidised-bed bioreactor. Biotechnol Bioeng 2007, 97: 742-758. 10.1002/bit.21299

    Article  Google Scholar 

  51. Bagramyan K, Trchounian A: Structural and functional features of formate hydrogen Lyase, an enzyme of mixed-acid fermentation from escherichia coli. Biochemistry 2003, 68: 1159-1170.

    Google Scholar 

  52. Akhtar K, Jones P: Engineering of a synthetic hydF–hydE–hydG–hydA operon for biohydrogen production. Anal Biochem 2008, 373: 170-172. 10.1016/j.ab.2007.10.018

    Article  Google Scholar 

  53. Shomura Y, Komori H, Miyabe N, Tomiyama M, Shibata N, Higuchi Y: Crystal structures of hydrogenase maturation protein HypE in the apo and ATP-bound forms. J Mol Biol 2007, 372: 1045-1054. 10.1016/j.jmb.2007.07.023

    Article  Google Scholar 

  54. Blokesch M, Albracht SPJ, Matzanke BF, Drapal NM, Jacobi A, Bock A: The complex between hydrogenase-maturation proteins HypC and HypD is an intermediate in the supply of cyanide to the active site iron of [NiFe]-hydrogenases. J Mol Biol 2004, 344: 155-167. 10.1016/j.jmb.2004.09.040

    Article  Google Scholar 

  55. Vignais P, Billoud J Band Meyer: Classification and phylogeny of hydrogenases. FEMS Microbiol Rev 2001, 25: 455-501.

    Article  Google Scholar 

  56. Liu X, Zhu Y, Yang S: Construction and characterization of ack deleted mutant of Clostridium tyrobutyricum for enhanced butyric acid and hydrogen production. Biotechnol Prog 2006, 22: 1265-75.

    Article  Google Scholar 

  57. Rajagopala SV, Titz B, Goll J, Parrish JR, Wohlbold K, McKevitt MT, Palzkill T, Mori H, Finley RL, Uetz P: The protein network of bacterial motility. Mol Syst Biol 2007, 3: 128.

    Article  Google Scholar 

  58. Singh AH, Wolf DM, Wang P, Arkin AP: Modularity of stress response evolution. Proc Nat Acad Sci 2008,105(21):7500-7505. 10.1073/pnas.0709764105

    Article  Google Scholar 

  59. Blocker A, Komoriya K, Aizawa SI: Type III secretion systems and bacterial flagella: Insights into their function from structural similarities. Proc Nat Acad Sci USA 2003,100(6):3027-3030. 10.1073/pnas.0535335100

    Article  Google Scholar 

  60. Tan A, Gilbert D: Ensemble machine learning on gene expression data for cancer classification. Applied Bioinf 2003,2(3 Suppl):S75-S83.

    Google Scholar 

  61. Butte AJ, Tamayo P, Slonim D, Golub TR, Kohane IS: Discovering functional relationships between RNA expression and chemotherapeutic susceptibility using relevance networks. Proc Natl Acad Sci 2000,97(22):12182-12186. 10.1073/pnas.220392197

    Article  Google Scholar 

  62. Yanagi Y, Yoshikai Y, Leggett K, Clark S, Aleksander I, Mak T: A human T cell-specific cDNA clone encodes a protein having extensive homology to immunoglobulin chains. Nature 1984,308(5955):145-149. 10.1038/308145a0

    Article  Google Scholar 

  63. Motz C, Martin H, Krimmer T, Rassow J: Bcl-2 and porin follow different pathways of TOM-dependent insertion into the mitochondrial outer membrane. J Mol Biol 2002,323(4):729-738. 10.1016/S0022-2836(02)00995-6

    Article  Google Scholar 

  64. Karakas T, Maurer U, Weidmann E, Miething C, Hoelzer D: Bergmann: High expression of bcl-2 mRNA as a determinant of poor prognosis in acute myeloid leukemia. Ann Oncol 1998,9(2):159-65. 10.1023/A:1008255511404

    Article  Google Scholar 

  65. Hirota T, Morisaki T, Nishiyama Y, Marumoto T, Tada K, Hara T, Masuko N, Inagaki M, Hatakeyama K, Saya H: Zyxin, a regulator of actin filament assembly, targets the mitotic apparatus by interacting with h-warts/LATS1 tumor suppressor. J Cell Biol 2000,149(5):1073-86. 10.1083/jcb.149.5.1073

    Article  Google Scholar 

  66. Fang J, Grzymala-Busse J: Leukemia prediction from gene expression data—a rough set approach. In Artificial Intelligence and Soft Computing–ICAISC 2006, Volume 4029 of Lecture Notes in Computer Science. Zakopane, Poland; 2006:899-908.

    Google Scholar 

  67. Pansombut T, Hendrix W, Gao ZJ, Harrison BE, Samatova NF: Biclustering-driven ensemble of bayesian belief network Classifiers for Underdetermined Problems. Barcelona, Spain; 2011.

    Google Scholar 

  68. Dettling M: BagBoosting for tumor classification with gene expression data. Bioinformatics 2004,20(18):3583+. 10.1093/bioinformatics/bth447

    Article  Google Scholar 

  69. Zhou Q, Hong W, Luo L, Yang F: Gene selection using random forest and proximity differences criterion on DNA microarray data. JCIT 2010,5(6):161-170. 10.4156/jcit.vol5.issue6.17

    Article  Google Scholar 

  70. Weston J, Elisseeff A, Schölkopf B, Tipping M: Use of the zero-norm with linear models and kernel methods. J Machine Learning Res 2003, 3: 1439-1461.

    Google Scholar 

  71. Wang L, Chu F, Xie W: Accurate cancer classification using expressions of very few genes. IEEE/ACM Trans Comput Biol Bioinfo 2007, 4: 40-53.

    Article  Google Scholar 

  72. Hwang T, Sun CH, Yun T, Yi GS: FiGS: a filter-based gene selection workbench for microarray data. BMC Bioinf 2010, 11: 50. 10.1186/1471-2105-11-50

    Article  Google Scholar 

  73. Tajunisha N, Saravanan V: An improved method of unsupervised sample clustering based on information genes for microarray cancer data sets. IJCB 2011, 2: 24-31.

    Google Scholar 

  74. Czajkowski M, Krȩtowski M: Top scoring pair decision tree for gene expression data analysis. Advances in experimental medicine and biology 2011, 696: 27-35. http://dx.doi.org/10.1007/978-1-4419-7046-6_3 10.1007/978-1-4419-7046-6_3

    Article  Google Scholar 

  75. Dagliyan O, Uney-Yuksektepe F, Kavakli IH, Turkay M: Optimization based tumor classification from microarray gene expression data. PLoS ONE 2011,6(2):e14579. http://dx.doi.org/10.1371/Fjournal.pone.0014579 10.1371/journal.pone.0014579

    Article  Google Scholar 

  76. Witten IH, Frank E: Data mining: practical machine learning tools and techniques with Java implementations. ACM SIGMOD Record 2002, 31: 76-77. 10.1145/507338.507355

    Article  Google Scholar 

  77. Efron B, Tibshirani RJ: An Introduction to the Bootstrap. Chapman & Hall, New York; 1993.

    Book  Google Scholar 

  78. Breiman L: Bagging predictors. Machine Learning 1996, 24: 123-140.

    Google Scholar 

  79. Freund Y, Schapire R: Experiments with a new boosting algorithm. In International Conference on Machine Learning. Bari, Italy; 1996:148-156.

    Google Scholar 

  80. Breiman L: Random Forests. Machine Learning 2001, 45: 5-32. 10.1023/A:1010933404324

    Article  Google Scholar 

  81. Wang L, Chu F, Xie W: Accurate cancer classification using expressions of very few genes. IEEE/ACM Trans Comput Biol Bioinf 2007, 4: 40-53. http://dx.doi.org/10.1109/TCBB.2007.1006

    Article  Google Scholar 

  82. Díaz-Uriarte R: Variable selection from random forests: application to gene expression data. In Spanish Bioinformatics Conference. Barcelona, Spain; 2004:47-52.

    Google Scholar 

  83. Jolliffe IT, Stephenson DB: Forecast Verification: A Practitioner’s Guide in Atmospheric Science. Wiley and Sons, Oxford; 2003.

    Google Scholar 

  84. Melville P, Mooney RJ: Diverse ensembles for active learning. Proceedings of 21st International Conference on Machine Learning (ICML-2004) 2004, 584-591.

    Google Scholar 

  85. He X, Yan S, Hu Y, Niyogi P, Zhang HJ: Face recognition using laplacianfaces. IEEE Transact Pattern Anal Machine Int 2005, 27: 328-340.

    Article  Google Scholar 

  86. Hartwell LH, Hopfield JJ, Leibler S, Murray AW: From molecular to modular cell biology. Nature 1999,402(6761):47-52.

    Article  Google Scholar 

  87. Breiman L, Friedman J, Olshen R, Stone C: Classification and Regression Trees. Monterey. Wadsworth and Brooks, CA; 1984.

    Google Scholar 

  88. Zhang B, Park B, Karpinets T, Samatova NF: From pull-down data to protein interaction networks and complexes with biological relevance. Bioinformatics 2008, 24: 979-986. 10.1093/bioinformatics/btn036

    Article  Google Scholar 

  89. Jensen LJ, Kuhn M, Stark M, Chaffron S, Creevey C, Muller J, Doerks T, Julien P, Roth A, Simonovic M, Bork P, von Mering: STRING 8–a global view on proteins and their functional interactions in 630 organisms. Nucleic Acids Res 2009,37(Database issue):D412-416. http://dx.doi.org/10.1093/nar/gkn760

    Article  Google Scholar 

  90. Hendrix W, Rocha A, Padmanabhan K, Choudhary A, Scott K, Mihelcic J, Samatova N: DENSE: efficient and prior knowledge-driven discovery of phenotype-associated protein functional modules. BMC Syst Biol 2011, 5: 172. 10.1186/1752-0509-5-172

    Article  Google Scholar 

  91. Boyle EI, Weng S, Gollub J, Jin H, Botstein D, Cherry JM, Sherlock G: GO: TermFinder-open source software for accessing gene ontology information and finding significantly enriched gene ontology terms associated with a list of genes. Bioinformatics 2004,20(18):3710-3715. 10.1093/bioinformatics/bth456

    Article  Google Scholar 

Download references

Acknowledgements

The authors would like to thank the editor and anonymous reviewers for their valuable comments and suggestions to improve the paper. This work was supported in part by the U.S. Department of Energy, Office of Science, the Office of Advanced Scientific Computing Research (ASCR) and the Office of Biological and Environmental Research (BER) and the U.S. National Science Foundation (Expeditions in Computing). The work by A.M.R. was supported by the Delores Auzenne Fellowship and the Alfred P. Sloan Minority PhD Scholarship Program. Oak Ridge National Laboratory is managed by UT-Battelle for the LLC U.S. D.O.E. under contract no. DEAC05-00OR22725.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Nagiza F Samatova.

Additional information

Competing interests

The authors declare that they have no competing interests.

Electronic supplementary material

Authors’ original submitted files for images

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

Chen, Z., Padmanabhan, K., Rocha, A.M. et al. Spice: discovery of phenotype-determining component interplays. BMC Syst Biol 6, 40 (2012). https://doi.org/10.1186/1752-0509-6-40

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1752-0509-6-40

Keywords