Skip to main content
  • Research article
  • Open access
  • Published:

Clustering approaches for visual knowledge exploration in molecular interaction networks

Abstract

Background

Biomedical knowledge grows in complexity, and becomes encoded in network-based repositories, which include focused, expert-drawn diagrams, networks of evidence-based associations and established ontologies. Combining these structured information sources is an important computational challenge, as large graphs are difficult to analyze visually.

Results

We investigate knowledge discovery in manually curated and annotated molecular interaction diagrams. To evaluate similarity of content we use: i) Euclidean distance in expert-drawn diagrams, ii) shortest path distance using the underlying network and iii) ontology-based distance. We employ clustering with these metrics used separately and in pairwise combinations. We propose a novel bi-level optimization approach together with an evolutionary algorithm for informative combination of distance metrics. We compare the enrichment of the obtained clusters between the solutions and with expert knowledge. We calculate the number of Gene and Disease Ontology terms discovered by different solutions as a measure of cluster quality.

Our results show that combining distance metrics can improve clustering accuracy, based on the comparison with expert-provided clusters. Also, the performance of specific combinations of distance functions depends on the clustering depth (number of clusters). By employing bi-level optimization approach we evaluated relative importance of distance functions and we found that indeed the order by which they are combined affects clustering performance.

Next, with the enrichment analysis of clustering results we found that both hierarchical and bi-level clustering schemes discovered more Gene and Disease Ontology terms than expert-provided clusters for the same knowledge repository. Moreover, bi-level clustering found more enriched terms than the best hierarchical clustering solution for three distinct distance metric combinations in three different instances of disease maps.

Conclusions

In this work we examined the impact of different distance functions on clustering of a visual biomedical knowledge repository. We found that combining distance functions may be beneficial for clustering, and improve exploration of such repositories. We proposed bi-level optimization to evaluate the importance of order by which the distance functions are combined. Both combination and order of these functions affected clustering quality and knowledge recognition in the considered benchmarks. We propose that multiple dimensions can be utilized simultaneously for visual knowledge exploration.

Background

Visual exploration of biomedical knowledge repositories is important for the users to handle their increasingly complex content. A significant amount of this content is encoded as graphs, representing known or inferred associations between bioentities of various types. Canonical pathway databases like KEGG [1], Reactome [2] or Wikipathways [3] provide small-scale, manually drawn diagrams of molecular mechanisms. Another type of repositories, like STRING [4], NDex [5] or SIGNOR [6], rely on large databases of associations, which are queried and visualized as graphs. These graphs are generated procedurally and rely on automated layout algorithms.

An important kind of knowledge repository combines the properties of pathway databases and association repositories. These are middle to large size molecular interaction diagrams, established in the context of systems biomedicine projects. Such diagrams are in fact knowledge maps, covering different areas from basic molecular biology [711] to various diseases [1215]. Especially in the area of human diseases they offer contextualized insight into interactions between numerous convoluted factors like genetic profile, environmental influences or effects of medications.

In order to efficiently support health research, these knowledge maps have to be useful and interpretable for domain experts, like life scientists or medical doctors. This is a challenge, as the knowledge mapped into such diagrams is difficult to explore because of their size and complexity. This is well reflected by the fact that they need dedicated software to be used efficiently [1618]. Recently proposed solutions suggest coloring of entire modules in such diagrams using experimental datasets [17, 19]. However, they rely on existing definitions of modules, introduced when the maps were drawn. New solutions for aggregating information are needed to enable the discovery of new knowledge from these established repositories.

In this paper we investigate the application of clustering to visual knowledge exploration in large molecular interaction maps. We propose to combine different distance functions to use prior information about curator’s expertise (Euclidean distance), network structure (graph distance) and higher-order associations between the elements (ontology distance). We demonstrate that clustering based on the combination of these functions yields more informative results, especially when the functions are combined using a novel bi-level optimization approach.

Clustering in data exploration

With the emergence of online visual repositories like disease maps [14, 15] or metabolic maps [20], it becomes important to provide their users with high-order interpretation of the content. As these repositories are large and densely networked diagrams, their visual examination, especially for discovery and data interpretation purposes, is a challenging task. Clustering approaches are a plausible methodology to address the challenge of visual exploration and understanding of large, complex networks.

Clustering Analysis (CA) enables to discover relations between data points by grouping them following a defined similarity metric. It is a very important tool in biomedical data interpretation, as it allows to explore and mine high-dimensional datasets. As a number of CA methods are summarized and compared in a recent review [21], here we would like to focus on an important aspect of the problem, which is the application of similarity measures, in particular for graphs.

The literature is rich with clustering algorithms [22]. Since even for planar clustering the problem is NP-hard [23], i.e. it cannot be solved in polynomial time by a deterministic algorithm, the use of exact optimization solvers is clearly not suitable for large datasets. Thus, most clustering approaches are based on heuristics, including broadly recognized methods like k-means [24], k-medoids [25] and hierarchical clustering [26]. These and more sophisticated approaches rely on the notion of similarity, or a distance, between clustered objects, obtained using various distance metrics [27]. It is worth mentioning that although different similarity metrics in clustering were evaluated on the same datasets [28, 29], their combination for improved clustering accuracy was proposed only recently [30].

Distance functions can be used to define a grid in the data space, a paradigm used by grid clustering algorithms [31], detecting cluster shapes with a significant reduction of the computational complexity when considering large data sets. In turn, distribution models [32] estimate density for each cluster based on the distance between data points, allowing statistical inference of the clustering. An interesting approach is the Formal Concept Analysis [33], where a concept is an encoding extending the definition of distance or similarity. Generally, concepts allow to represent clusters with a set of satisfied properties, extending the criterion beyond distance. For instance, its application to disease similarity analysis [34] introduced a bipartite graph of disease-gene associations to define clusters of similar diseases.

As these heuristics may be trapped in local optima, alternatives based on evolutionary computing emerged recently. Genetic algorithms have shown their abilities to overcome the drawbacks encountered in basic clustering algorithms [35].

Graph clustering in biomedicine

In biomedical research, disease mechanisms are often represented as networks of interactions on different scales - from molecular to physiological. These networks are in fact graphs, which can reach substantial size and complexity, as our knowledge on disease mechanisms expands. In order to make accurate interpretations using this interconnected body of knowledge, new approaches are needed to visualize meaningful areas and interactions in large biomedical networks.

Visual exploration of complex graphs requires certain aggregation of information about their content and structure, providing the user with an overview of dense areas of the graph, and their relationships. This task can be facilitated by means of graph clustering. Graph clustering groups vertices or edges into clusters that are homogeneous in agreement with a certain predefined distance function. An example is the application of local neighborhood measures to identify densely connected clusters in protein-protein interaction networks [36, 37]. Another approach is to construct clusters based directly on the global connectivity of the graph to identify strongly connected subgraphs [38, 39]. In these methods however, the visualization component of graph exploration is outside of the scope of analysis. Moreover, focusing on graph structure alone does not benefit from additional information on edges and vertices, available via various bioinformatics annotations. For instance, eXamine [40] uses annotations to improve the grouping of network elements for their better visualization, while MONGKIE [41] bases on clustering graph-associated ’omics’ data to improve the visual layout. Another interesting method, Network2Canvas, proposes a novel lattice-based approach to visualize network clusters enriched with gene-set or drug-set information. Importantly, the approaches discussed above focus either on large networks without a visual layout (protein-protein interaction networks) or on small-scale molecular diagrams. However, to the best of our knowledge, the challenge of clustering of large, manually curated molecular interaction diagrams [14] remains to be addressed.

In this work, we focus on graph clustering of large repositories of molecular interaction networks. As these not only carry the information about their graph structure, but also information about manual layout and annotation of the elements, we decided to explore the simultaneous use of multiple distance functions to create the clusters.

Method

In this work we propose to combine different distance functions to improve the clustering results of large molecular interaction maps. We approach the problem by applying three distinct distance functions to the Parkinson’s and Alzheimer’s disease maps as our use cases. We then introduce and implement a bi-level clustering approach to obtain clustering from pairwise combinations of these metrics. We compare our algorithm against hierarchical clustering applied for the same set of distance functions. We evaluate the solutions by comparing against expert-provided groupings of the maps’ contents, and by enrichment analysis of the obtained clusters.

Distance functions

Different distance functions can be applied to manually curate molecular interaction networks, reflecting distinct aspects of their contents. When clustering the contents of selected disease maps (see “Benchmark repositories” section), we considered the three following distances: Euclidean, network distance and ontology-based.

Euclidean distance

We calculated the Euclidean distance between elements of the maps by obtaining absolute values of (x,y) coordinates of elements of type gene, mRNA and protein. The rationale behind this distance function is that the distance between manually drawn elements reflects expert’s knowledge about their similarity.

Network distance

We calculated the network distance between elements of the maps by constructing a graph from the interactions of the elements of type gene, mRNA and protein. PD map and AlzPathway are encoded in SBGN [42], which is essentially a hypergraph - interactions with elements are allowed. We transformed such a hypergraph into a graph by replacing each multi-element interaction by a clique of pairwise interactions between all elements in this interaction. The network distance over the resulting graph is the set of pairwise shortest paths between all elements in the graph. For unconnected elements we set the distance to 2max(shortest path).

Ontology-based distance

We used the GOSemSim [43] method to calculate pairwise similarity between the elements of the maps within the Gene Ontology (GO). The distance (d) was calculated as d=1/(1+similarity). Three versions of the distance matrix were calculated, for Biological Process (GO BP), Cellular Compartment (GO CC) and Molecular Function (GO MF) were calculated.

Bi-level clustering model

In this work, we consider medoid-based clustering, where medoids act as cluster representatives and clusters are built around them. Clustering based on k medoids has two types of decision variables:

$${\begin{aligned} x_{jj} = &\quad \left\{ \begin{array}{ll} 1 & \text{if } \text{element j becomes a cluster representative, i.e. a medoid} \\ 0 & \text{else.} \end{array}\right. \\ x_{ij} = &\quad \left\{ \begin{array}{ll} 1 & \text{if } \text{element i is assigned to cluster represented by medoid j} \\ 0 & \text{else.} \end{array}\right. \end{aligned}} $$

The objective function F represents the total distance from data to their respective medoids: \(\sum \limits _{i}\sum \limits _{j} d_{ij} x_{ij}\). The k-median problem was proven to be an NP-hard problem [44].

Clustering is sensitive to different distance metrics and combining them may be beneficial. Thus, we propose a bi-level clustering model to leverage the use of different distance metrics. The proposed model enables the choice of medoids with a specific distance metric that can be different from the one used to assign data to clusters. Such an approach permits to prioritize these metrics.

Bi-level optimization problems have two decision steps, decided one after another. The leader problem is referred to as the “upper-level problem” while the follower problem is the “lower-level problem”. The order between the levels is important and its change provides a different optimal solution. This nested structure implies that a bi-level feasible solution necessitates a lower-level optimal solution and the lower-level problem is a part of the constraints of the upper-level problem.

We use bi-level optimization for the clustering problem by applying Bender’s decomposition to obtain two nested sub-problems that embed the same objective function. Then, we can define a Stackelberg game [45] between pairs of distance functions to explore their combined impact on the clustering performance. Model 1 describes the bi-level optimization model used for clustering.

The term \(\sum \limits _{i}\sum \limits _{j} d_{ij}^{1} x_{ij}\) represents the intra-class inertia due to the first distance function and the constraint \(\sum \limits _{j} x_{jj} =k \) sets the number of clusters. The objective \(\sum \limits _{i}\sum \limits _{j} d_{ij}^{2} x_{ij}\) is the intra-class inertia according to the second distance function. From constraint 3, only one data point should be only assigned to a single cluster while constraint 4 ensures that j becomes a cluster representative or medoid if any data point is assigned to it.

Regarding bi-level optimization, the variables xjj are considered as upper-level decision variables while all variables xij such that ij are lower-level decision variables. Model 1 is in fact a decomposition of the original clustering problem. This allows us to set the cluster representatives with a first distance metric. Then, since these representatives are known, the lower-level problem is turned into an asymmetric assignment problem. In addition, lower-level decision variables xij will be automatically set to 0 in the case that j has not been selected as cluster representative. Even though the problem complexity did not change, i.e. it is still NP-hard, the decomposition allows to discover the polynomial part that can be solved exactly and efficiently, i.e. the assignment step.

The two objectives aim to minimize both the intra-class inertia and the number of clusters respectively. These are negatively correlated since the minimal intra-class inertia corresponds to as many clusters as data points, while a single cluster generates a maximal intra-class inertia. Thus, optimizing Model 1 results in a set of clusterings, which are alternatives or non-dominating solutions.

Evolutionary optimization

Having defined the bi-level optimization model, we use the evolutionary algorithm approach to tackle the NP-hard clustering problem. A multi-objective evolutionary algorithm (MOEA) determines the best medoids at the upper-level with regards to the bi-objective vector \(\min F = \left (\sum \limits _{i}\sum \limits _{j} d_{ij}^{1} x_{ij},\sum \limits _{j} x_{jj}\right)\) while an exact optimization algorithm is selected to optimize the lower-level problem \( \min \left \{ f\,=\,\sum \limits _{i}\sum \limits _{j} d_{ij}^{2} x_{ij}: \sum \limits _{j} x_{ij} \,=\,1 \!\quad \! \forall i \in \{1,...,N\}, x_{ij} \,-\, x_{jj} \leq 0 \forall i \in \{1,...,N \} \quad \forall j \in \{1,...,N \}{\vphantom {\left \{ f\,=\,\sum \limits _{i}\sum \limits _{j} d_{ij}^{2} x_{ij}: \sum \limits _{j} x_{ij} \,=\,1 \!\quad \! \forall i \in \{1,...,N\}, x_{ij} \,-\, x_{jj} \leq 0\right.}}\right \}\) where xij,xjj{0,1}.

In Model 1, the medoids are represented by xjj, and once they are set, the lower-level problem becomes a classical assignment problem that can be solved optimally with a linear optimization algorithm (e.g., simplex, interior-point methods). This is due to the total unimodularity property of the constraint coefficient matrix when all xjj, i.e. upper-level decision variables are set.

This approach allows to create a bijection between a clustering and its total intra-class inertia. Indeed, we proceed in two phases as depicted by Algorithms 1 and 2. The MOEA initializes a population of clusterings. A clustering is a solution that is encoded using a binary vector indicating whether or not a data is considered as a medoid. Classical evolutionary operators are applied (see Table 1). However, in the proposed hybrid approach, the evaluation procedure differs from classical MOEAs. In order to evaluate a clustering, we create a linear assignment problem from the binary vector representing the selected medoids. All that remains is to solve exactly this problem in order to find out the best assignment of data to clusters.

Table 1 Experimental parameters

To solve the multi-objective problem we use the Non-dominated Sorting Genetic Algorithm (NSGA-II) [46]. As a linear exact solver we used the IBM ILOG CPLEX Optimizer’s mathematical programming technology [47], which is currently one of the most efficient solvers [48]. The general workflow of the hybrid algorithm is depicted in Fig. 1. Each generation of the algorithm involves standard evolutionary operators (see Algorithm 1), i.e. selection, crossover and mutation. The evolutionary algorithm iterated for 30000 generations in 30 independent runs in order to obtain good statistical confidence. Binary tournament was chosen as a selection method. We set the probability of a single-point crossover to 0.8, and the probability of a bit-flip mutation to \(\frac {1.0}{Number~of~data}\). Concerning the CPLEX solver, no specific parameters have been selected. The stopping condition is the optimality of the solution. This is not an issue since the resulting assignment problem can be solved in polynomial time.

Fig. 1
figure 1

Bi-level optimization with GA. A scheme of our bi-level optimization approach. Clustering solutions are explored by GA based on the first optimization criterion, and evaluated with an exact solver for the second criterion

Each of the 30 independent runs returns a set of non-dominated solutions called Pareto front. Once the 30 runs have been performed, all fronts are merged together and the F-measure is computed for each solution. Since we are only interested in solutions with different clustering sizes and the merge operation can introduce duplicates, we filtered the solutions according the best F-measure.

Experiments have been conducted on the High Performance Computing platform of the University of Luxembourg [49]. The genetic algorithm has been implemented in Python with the DEAP library [50].

Evaluation of clustering results

Benchmark repositories

We used two separate disease map repositories as evaluation datasets: the Parkinson’s disease map (PD map, pdmap.uni.lu) and the AlzPathway map (AlzPathway, alzpathway.org).

The PD map is a manually-curated repository about Parkinson’s disease, where all interactions are supported by evidence, either from literature or bioinformatic databases [14]. Similarly, the AlzPathway [12] is a map drawn manually on the basis of an extensive literature review about Alzheimer’s disease. Both diagrams are molecular interaction networks created in CellDesigner [51]. CellDesigner is an editor for diagrams describing molecular and cellular mechanisms for systems biology. It allows standardization and annotation of the content, which facilitates its analysis and reuse. Both PD map and AlzPathway were drawn by experienced researchers, based on extensive literature review on the known mechanisms of Parkinson’s and Alzheimer’s disease, respectively. The format of the diagrams, based on SBGN [42], allows to obtain the exact coordinates of the elements, their network structure and the annotations.

As both diagrams are human-drawn, the use of Euclidean distance is reasonable, as the clusters will reflect the curators’ knowledge. In turn, network and ontology-based distances will represent relationships difficult to comprehend by eye.

The PD map version from December’15 contains 2006 reactions connecting 4866 elements. Of these we selected 3056 elements of type gene, mRNA and protein. The AlzPathway (published version) contains 1015 reactions connecting 2203 elements, 1404 of which of type gene, mRNA and protein (see also “Method” section).

For these elements we extracted graphic coordinates for Euclidean distance and graph structure for network distance. For ontology-based distance, Entrez identifiers (www.ncbi.nlm.nih.gov/gene) are needed. For the PD map, HGNC symbols (www.genenames.org) were used to obtain Entrez ids. For the AlzPathway, Entrez ids were obtained from the Uniprot identifiers uniprot.org.

Benchmark for stability against content rearrangement

To test the robustness of our approaches in the situation when the content of a molecular interaction network changes, we prepared a reorganized version of AlzPathway (AlzPathway Reorg). The CellDesigner file for this new version is provided in the Additional file 1. The AlzPathway Reorg is rearranged in such a way that a number of nodes is duplicated, edge lengths are shortened and the content is grouped together locally. Overall, 225 new elements were added, 140 of which of type gene, mRNA and protein, and 16 reactions were removed as redundant. The resulting map in comparison to AlzPathway has an overall smaller Euclidean distance (0.372±0.183 vs 0.378±0.182) and bigger network distance (0.890±0.278 vs 0.601±0.420).

Expert-based evaluation

In order to evaluate the performance of the considered clustering approaches we applied expert-based, or external, evaluation. F-measure allows to assess how well the clustering is reflecting previously defined classes of data points [52]. We calculated the F-measure with β=5, also called F5 measure, using as target classes the annotation areas, e.g. “Mitophagy” or “Glycolysis”, available in the PD map and both versions of AlzPathway.

Discovery-based evaluation

The F-measure evaluates the performance of clustering in recreating previously defined groups, but is not capable of indicating how well a given set of clusters captures new knowledge. To evaluate the discovery potential of a given clustering solution we performed an enrichment analysis for GO [53] and Disease Ontology (DO) terms [54]. Similar evaluation was performed for annotation areas available in the PD map and both versions of AlzPathway, thus giving us a baseline for comparing expert-based organization of knowledge with different clustering approaches.

The enrichment analysis for both Gene and Disease Ontology was performed for each cluster separately, with all elements of the analyzed maps as background and adjusted p-value cutoff = 0.05, 0.01 and 0.001.

Benchmark clustering algorithm

All clustering results were compared against hierarchical clustering with grouping by Ward method [55], a popular clustering approach. To evaluate the combination of different distance functions, for each pair of distance functions we calculated the distance matrix dpair as a product of the distance matrices normalized to the [−1,1] range. We used dpair as the distance matrix for the hierarchical clustering algorithm.

Results

Combination of distance functions improves clustering quality

Hierarchical clustering

We compared the quality of hierarchical clustering with Ward grouping (HCW) for three distance functions - Euclidean, network and Gene Ontology-based (Biological Process) - and their pairwise combinations on the contents of the PD map and two versions of AlzPathway (the original and the reorganized). For this purpose we applied expert-based evaluation to assess how well the clusters reflect the areas drawn in the maps to annotate groups of elements and interactions with a similar role. The results of our comparison are illustrated in Figs. 2 and 3, with Fig. 2 showing the particular F-measure scores for each map and distance metric. Figure 3 illustrates the ranking of particular distance metrics, constructed using F-measure summed for all three maps. Of three HCW with single distance functions, the Euclidean offers superior results over the other two for small cluster sets, while the network distance function is superior for larger sets. Pairwise combinations of distance metrics improve overall quality of clustering. Interestingly, Gene Ontology-based distance alone has the worst quality of clustering, but in combination with the Euclidean distance it improves the quality of smaller sets of clusters. Reorganization of the content, seen in comparison of two versions of AlzPatway, has a moderate effect on the quality of the clustering with a small improvement for cases with small number of clusters.

Fig. 2
figure 2

Hierarchical clustering (Ward) quality for different distance functions. The values of F-measure (β=5) for hierarchical clustering based on different distance functions and their pairwise combinations. Eu: Euclidean distance, Net: Network distance, GO BP: Gene Ontology-based (Biological Process) distance (for details see “Method” section)

Fig. 3
figure 3

Ranking of different distance functions by summed F-measure for hierarchical clustering (Ward). Ranking of different distance functions and their pairwise combinations used with hierarchical clustering (Ward), by F-measure summed across three maps. Eu: Euclidean distance, Net: Network distance, GO BP: Gene Ontology-based (Biological Process) distance (for details see “Method” section)

Bi-level clustering

Similarly, we calculated the F-measure for the results of bi-level clustering. The results are presented in Figs. 4 and 5. A comparison of the quality of different clusterings across the three maps shows grouping according to the “follower” distance function, with Gene Ontology-based metric being the worst-performing, and Euclidean being the best performing. As different combinations of distance functions yield varying number of clusterings, these pairings are the best observable in the PD map. For both instances of the AlzPathway there is either a small number, or no clusterings produced with GO BP metric as a follower. Reorganization of the content, seen in comparison of two versions of AlzPathway, has a bigger impact on the quality of the clustering than in the case of hierarchical clustering, where both combinations of GO BP and network distance no longer yield a viable clustering.

Fig. 4
figure 4

Bi-level clustering quality for different distance functions. The values of F-measure (β=5) for bi-level clustering based on pairwise combinations of distance functions, arranged as “leader” > “follower” distance functions, with Eu: Euclidean distance, Net: Network distance, GO BP: Gene Ontology-based (Biological Process) distance (for details see “Method” section)

Fig. 5
figure 5

Ranking of different distance functions by summed F-measure for bi-level clustering. Ranking of different distance functions and their pairwise combinations used with bi-level clustering, by F-measure summed across three maps. Eu: Euclidean distance, Net: Network distance, GO BP: Gene Ontology-based (Biological Process) distance (for details see “Method” section)

A direct comparison of the best performing clustering schemes, as seen in Fig. 6, shows that HCW with the combined metrics offers the best F-measure values for the solutions with small and large number of clusters. The middle part of the clustering range (solutions between 20 and 30 clusters) is covered by the bi-level clustering (see Additional file 2).

Fig. 6
figure 6

Ranking of Hierarchical (Ward) and Bi-level clustering approaches for selected distance functions. A combined ranking of the best performing distance functions (for hierarchical and bi-level clustering) by F-measure summed across three maps

Bi-level clustering improves knowledge discovery

Next, we evaluated the impact of the bi-level clustering on discovery of new knowledge in comparison to HCW with combined distance functions. We performed an enrichment analysis for each set of clusters generated by each solution in the three maps. Each cluster was considered as a separate group of genes. We looked for enriched terms in Gene Ontology and Disease Ontology, with the cutoff threshold for adjusted p-value =0.001 (see “Method” section for more details). Figures 7 and 8 illustrate the results of our comparison for five best-performing approaches per map. With the same cutoff we calculated the enrichment of expert-provided annotation areas (“expert”) in the considered maps as a reference point to the performance of our clustering approaches.

Fig. 7
figure 7

The comparison of hierarchical and bi-level clustering by discovered Disease Ontology. The number of Disease Ontology terms discovered by best performing bi-level and hierarchical clustering approaches. The curves represent the cumulative amount of unique terms enriched in all clusters in a given clustering. The adjusted p-value =0.001 was used as a cutoff threshold for the significance of an enriched term. For bi-level clustering, the distance functions are arranged “leader” > “follower”, with Euclidean: Euclidean distance, Net: Network distance, GO: Gene Ontology-based (Biological Process) distance (for details see “Method” section)

Fig. 8
figure 8

The comparison of hierarchical and bi-level clustering by discovered Gene Ontology terms. The number of Gene Ontology terms discovered by best performing bi-level and hierarchical clustering approaches. The curves represent the cumulative amount of unique terms enriched in all clusters in a given clustering. The adjusted p-value =0.001 was used as a cutoff threshold for the significance of an enriched term. For bi-level clustering, the distance functions are arranged “leader” > “follower”, with Euclidean: Euclidean distance, Net: Network distance, GO: Gene Ontology-based (Biological Process) distance (for details see “Method” section)

The majority of proposed clustering approaches discover more unique terms than the expert-provided annotation for larger number of clusters. Notably, for the PD map both HCW and bi-level clustering approaches discovered more terms in the Disease Ontology than expert annotation for any number of clusters (Fig. 8). This also holds true for AlzPathway and AlzPathway Reorg, but given that only one DO term was discovered for expert annotation.

When comparing the performance of hierarchical and bi-level approaches, for larger number of clusters the bi-level clustering provides clusters enriched for more terms, both for Disease and Gene Ontology. Table 2 summarizes the highest scores for the selected clustering approaches. The table of complete results can be found in Additional file 3. For the PD map and AlzPathway maps, four out of five best distance metrics are bi-level solutions.

Table 2 Number of unique terms enriched in clusterings for different disease maps and ontologies (DO: Disease Ontology, GO: Gene Ontology)

Interestingly, the bi-level clustering provides smaller number of clustering. This is due to the criterion in the evolutionary algorithm that stops further exploration of the search space if subsequent iterations offer no gain in the objective function. These results may suggest which distance functions offer better exploration of the search space and clustering properties.

When comparing AlzPathway and AlzPathway Reorg, one can notice that the restructuring of the map changed significantly the numbers of unique terms discovered, as well as ordering of the best performing combinations of metrics. However, bi-level clustering “GO BP > Eu” and “GO BP > Net” remained relatively stable with their amounts of discovered terms. Interestingly, the reorganization moderately reduced the amount of Disease Ontology terms, while significantly increasing the amount of Gene Ontology discovered terms.

We performed the enrichment analysis for higher adjusted p-value cutoffs : padj<0.05 and padj<0.1 (data not shown). We observed that the numbers of enriched terms for all clustering solutions as well as the expert-based one converge to the same levels.

Examples of the discovered clusters

Here we discuss two examples of clustering results, also available in Additional file 4. Both examples come from bi-level clustering of the contents of the Parkinson’s disease map. Even though these distance pairs did not score high F-measures, their results reflect properly the content of the map and reveal new knowledge. To additionally validate the content of the clusters, we compared their content with the transcriptome of the brain area specific to Parkinson’s disease - the substantia nigra [56].

Example 1 is based on Euclidean-Network distances, scoring the highest for enrichment of the Disease Ontology terms. The cluster contains elements classified by experts as “Apoptosis” (Additional file 4: Box A), but also elements that by the original classification of the PD map belong to the “Glycolysis” area (Additional file 4: Box B). Interestingly, elements of Box B are known regulators of apoptosis in various contexts, including the neuronal environment with ENO1 [57] and SLC16A4 [58], and different types of cancer [5961]. This can be considered as a novel regrouping of the content in the PD map, which would be difficult to discover optically, as the network distance between the elements of Box A and B cannot be immediately discerned by eye. When compared to the Parkinson’s disease transcriptome dataset, 19 out of 38 cluster elements were down-regulated, suggesting the importance of the contained mechanisms for the pathology of the disease.

Example 2 is based on Gene Ontology-Network distances, scoring the highest for enrichment of the Gene Ontology terms. When this cluster is displayed in the Parkinson’s disease map, it becomes evident that Euclidean distance was not used for its construction, as its elements are dispersed across the map. Nevertheless, the majority of the cluster contents are connected to the processes of response to oxidative stress and maintenance of mitochondrial homeostasis. There are, however, a number of elements that extend this picture. One of them is KCNN3, member of potassium calcium-activated channel family. Though originally curated in the map in the context of pathology of alpha-synuclein, its appearance in this cluster is supported by literature evidence [62]. Similarly, evidence supports inclusion of ATP13A2 in the mechanisms regulating oxidative stress [63]. On the other hand, the presence of GSK3A, another novel element, may be questionable. Even though its role in nerve regeneration was recently demonstrated [64], its association, together with PRKCD, may be due to the GO Biological Process annotation with cardiac myocyte function [65]. Still, when compared to the Parkinson’s disease transcriptome dataset, 94 out of 117 cluster elements were down-regulated, which gives confidence in its contents and corresponds well to the fact that reactive oxygen species play a major role in Parkinson’s disease [14].

Gene ontology biological process is the most robust distance function in the evaluated scenarios

Three classification concepts are available in Gene Ontology: Biological Process, Cellular Compartment and Molecular Function. Thus, the ontology-based distance calculated according to these criteria may yield different results and, potentially, has different impact on the clustering results. Our metric of choice was Biological Process, as conceptually the closest to the nature of disease maps, describing processes of health and disease. To clarify the potential impact of the remaining concepts on the clustering quality, we compared clustering quality and enrichment of both hierarchical and bi-level approaches for all three. Figures Additional file 5 contain the results of this comparison.

F-measure values for hierarchical clustering are similar to each other, with GO BP having the highest impact on the clustering of the PD map, and GO CC on the AlzPathway Reorg. Nevertheless, this effect is rather moderate. Interestingly, the bi-level clustering results indicate that PD map and AlzPathway (original) could benefit from GO MF as the leader distance. Still, inclusion of these results would not alter the ranking of the distance metrics.

The number of enriched terms for Disease and Gene Ontology is also the highest for the BP-based ontology distance for PD map and AlzPahway Reorg. In case of the original AlzPathway, GO CC and MF as leader distances offer improvement in the discovered GO terms, but only for “GO MF > Eu” combination this improvement is noticeable. Overall, GO BP remains the most robust metric considered in our clustering analysis.

Discussion

Large diagrams representing biomedical knowledge become an important part of workflows for interpretation of experimental data and generation of new hypotheses. Clustering approaches may provide a high-level overview of this complex content by grouping together similar elements. Different distance functions may be applied for this purpose. Here we investigated their impact on the clustering of the Parkinson’s disease (PD map) and Alzheimer’s disease (AlzPathway) maps.

First, we evaluated the impact of different distance functions on the clustering quality of the maps. We calculated the F-measure for HCW using expert-provided annotation areas in the PD map (see Fig. 2). Our results show an improvement when using combined distance functions, in particular Euclidean distance with Gene Ontology-based or network distances. Interesting is the contribution of the Gene Ontology-based distance. By itself this distance function has the lowest F-measure scores. When combined with the Euclidean distance it improves the F-measure beyond the performance of the Euclidean distance alone. This suggests that clustering based on combined distance functions may improve the quality of clustering results.

Next, in order to investigate the relationships between different distance functions we performed a bi-level clustering for the pairwise combinations of the considered distance metrics (see Fig. 3). The results are clearly grouped by the “follower” metric, with the Euclidean distance scoring the highest, and improving the performance of the HCW. Additionally, because of the stopping criterion in the evolutionary algorithm, the “leader” Gene Ontology-distance provides smaller sets of clusters. This is understandable, as the Gene Ontology-based distance describes the conceptual similarity between the contents of the map and has no reflection of the actual structure of the diagram. In turn, the expert-based annotations reflect visual areas of disease maps. Therefore, Gene Ontology-based distance will not perform well to define meaningful cluster medoids in the maps.

Finally, we evaluated the impact of combined distance functions on knowledge discovery in the maps. For each set of clusters from both HCW and bi-level clustering, we performed an enrichment analysis for Disease Ontology and Gene Ontology terms. Our results showed that the number of unique terms for both ontologies grows with growing size of cluster sets and surpasses the expert-provided annotation areas. Notably, if the number of expert-provided areas are taken as the cluster set size (36 in the PD map, 20 in AlzPathway and AlzPathawy Reorg), all but one selected clustering solutions provide more unique terms for the Disease Ontology. For enrichment in Gene Ontology terms in the reorganized AlzPathway, the methods are not as robust, but the “GO BP > Eu” bi-level clustering still offers a significant improvement over the expert-based annotation. These results, in combination with F-measure results, suggest that the results of these clustering approaches may offer an improvement to the existing annotation of the maps.

Bi-level clustering in direct comparison with HCW produces cluster sets with the overall lower score in F-measure, but higher number of enriched terms. In effect, both approaches may be a viable support to exploration of complex molecular interaction diagrams: bi-level in discovery of novel connections, hierarchical for better visual representation of clusters.

A comparison of different disease maps, including reorganizing content of AlzPathway, shows that local rearrangement of elements may have an impact on the number of enriched terms in the clusters. Interestingly, while the maximum number of Disease Ontology terms dropped moderately, the maximum number of Gene Ontology terms increased significantly. From this analysis, “GO BP > Eu” bi-level approach seems to be the most robust across both ontologies, however these results will have to be validated on more maps.

The study has certain caveats, which may affect the conclusions of the article. First, the F-measure evaluation depends on the expert annotation and a thorough analysis against a set of such annotations is needed to provide a better insight into the combination of distance metrics and their recall capabilities. Second, the results of the evolutionary algorithm are combined over a number of independent iterations and depend on a predefined set of parameters. Exploration of this parameter space is necessary to better evaluate the performance of the approach. Especially a detailed analysis of the impact of different parameters on ontology distance, e.g. required evidence or method for combining the similarity score, may bring further insight into improvement of the results of the algorithm. Finally, other disease maps may be analyzed in a similar way for a better understanding on how clustering may improve the usefulness of such repositories. Our focus was on Parkinson’s and Alzheimer’s disease, which may introduce bias to the analyzed results.

Conclusions

In this paper we demonstrated the utility of combining different distance functions to meaningfully cluster the contents of a complex visual repository on human disease. We proposed a bi-level clustering approach as a solution for combining two distance functions and exploring their relationship. The cluster sets discovered by our approach reflect well the existing annotations of the PD map and are enriched for a higher number of unique terms in Disease and Gene Ontologies. Our solution offers an improvement to the process of exploration of complex biomedical repositories, e.g. disease maps. The experts can be aided by clustering results in annotation of high-level areas of such maps, increasing their clarity and helping in using their contents.

Abbreviations

AlzPathway:

Alzheimer’s disease map

CA:

Clustering analysis

DO:

Disease ontology

GO:

Gene ontology

GO BP:

Biological process

GO CC:

Cellular compartment

GO MF:

Molecular function

HCW:

Hierarchical clustering with ward grouping

MOEA:

Multi-objective evolutionary algorithm

NSGA-II:

Non-dominated sorting genetic algorithm

PD map:

Parkinson’s disease map

References

  1. Kanehisa M, Furumichi M, Tanabe M, Sato Y, Morishima K. KEGG: new perspectives on genomes, pathways, diseases and drugs. Nucleic Acids Res. 2017; 45(D1):353–61. https://doi.org/10.1093/nar/gkw1092.

    Article  CAS  Google Scholar 

  2. Fabregat A, Sidiropoulos K, Garapati P, Gillespie M, Hausmann K, Haw R, Jassal B, Jupe S, Korninger F, McKay S, Matthews L, May B, Milacic M, Rothfels K, Shamovsky V, Webber M, Weiser J, Williams M, Wu G, Stein L, Hermjakob H, D’Eustachio P. The Reactome pathway Knowledgebase. Nucleic Acids Res. 2016; 44(D1):481–7. https://doi.org/10.1093/nar/gkv1351.

    Article  CAS  Google Scholar 

  3. Kutmon M, Riutta A, Nunes N, Hanspers K, Willighagen EL, Bohler A, Mélius J, Waagmeester A, Sinha SR, Miller R, Coort SL, Cirillo E, Smeets B, Evelo CT, Pico AR. WikiPathways: capturing the full diversity of pathway knowledge. Nucleic Acids Res. 2016; 44(D1):488–94. https://doi.org/10.1093/nar/gkv1024.

    Article  CAS  Google Scholar 

  4. Szklarczyk D, Franceschini A, Wyder S, Forslund K, Heller D, Huerta-Cepas J, Simonovic M, Roth A, Santos A, Tsafou KP, Kuhn M, Bork P, Jensen LJ, von Mering C. STRING v10: protein-protein interaction networks, integrated over the tree of life. Nucleic Acids Res. 2015; 43(D1):447–52. https://doi.org/10.1093/nar/gku1003.

    Article  CAS  Google Scholar 

  5. Pratt D, Chen J, Welker D, Rivas R, Pillich R, Rynkov V, Ono K, Miello C, Hicks L, Szalma S, Stojmirovic A, Dobrin R, Braxenthaler M, Kuentzer J, Demchak B, Ideker T. NDEx, the Network Data Exchange. Cell Syst. 2015; 1(4):302–5. https://doi.org/10.1016/j.cels.2015.10.001.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  6. Perfetto L, Briganti L, Calderone A, Cerquone Perpetuini A, Iannuccelli M, Langone F, Licata L, Marinkovic M, Mattioni A, Pavlidou T, Peluso D, Petrilli LL, Pirrò S, Posca D, Santonico E, Silvestri A, Spada F, Castagnoli L, Cesareni G. SIGNOR: a database of causal relationships between biological entities. Nucleic Acids Res. 2016; 44(D1):548–54. https://doi.org/10.1093/nar/gkv1048.

    Article  CAS  Google Scholar 

  7. Oda K, Matsuoka Y, Funahashi A, Kitano H. A comprehensive pathway map of epidermal growth factor receptor signaling. Mol Syst Biol. 2005; 1(1):1–17. https://doi.org/10.1038/msb4100014.

    Article  CAS  Google Scholar 

  8. Oda K, Kitano H. A comprehensive map of the toll-like receptor signaling network. Mol Syst Biol. 2006;2. https://doi.org/10.1038/msb4100057.

  9. Caron E, Ghosh S, Matsuoka Y, Ashton-Beaucage D, Therrien M, Lemieux S, Perreault C, Roux PP, Kitano H. A comprehensive map of the mTOR signaling network. Mol Syst Biol. 2010;6. https://doi.org/10.1038/msb.2010.108.

  10. Kaizu K, Ghosh S, Matsuoka Y, Moriya H, Shimizu-Yoshida Y, Kitano H. A comprehensive molecular interaction map of the budding yeast cell cycle. Mol Syst Biol. 2010;6. https://doi.org/10.1038/msb.2010.73.

  11. Niarakis A, Bounab Y, Grieco L, Roncagalli R, Hesse A-M, Garin J, Malissen B, Daëron M, Thieffry D. Computational Modeling of the Main Signaling Pathways Involved in Mast Cell Activation In: Daeron M, Nimmerjahn F, editors. Fc Receptors. Cham: Springer International Publishing: 2014. p. 69–93. https://doi.org/10.1007/978-3-319-07911-0_4.

    Google Scholar 

  12. Mizuno S, Iijima R, Ogishima S, Kikuchi M, Matsuoka Y, Ghosh S, Miyamoto T, Miyashita A, Kuwano R, Tanaka H. AlzPathway: a comprehensive map of signaling pathways of Alzheimer’s disease. BMC Syst Biol. 2012; 6(1):52. https://doi.org/10.1186/1752-0509-6-52.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Matsuoka Y, Matsumae H, Katoh M, Eisfeld AJ, Neumann G, Hase T, Ghosh S, Shoemaker JE, Lopes TJ, Watanabe T, Watanabe S, Fukuyama S, Kitano H, Kawaoka Y. A comprehensive map of the influenza A virus replication cycle. BMC Syst Biol. 2013; 7(1):97. https://doi.org/10.1186/1752-0509-7-97.

    Article  PubMed  PubMed Central  Google Scholar 

  14. Fujita KA, Ostaszewski M, Matsuoka Y, Ghosh S, Glaab E, Trefois C, Crespo I, Perumal TM, Jurkowski W, Antony PMA, Diederich N, Buttini M, Kodama A, Satagopam V, Eifes S, del Sol A, Schneider R, Kitano H, Balling R. Integrating Pathways of Parkinson’s Disease in a Molecular Interaction Map. Mol Neurobiol. 2014; 49(1):88–102. https://doi.org/10.1007/s12035-013-8489-4.

    Article  PubMed  CAS  Google Scholar 

  15. Kuperstein I, Bonnet E, Nguyen H-A, Cohen D, Viara E, Grieco L, Fourquet S, Calzone L, Russo C, Kondratova M, Dutreix M, Barillot E, Zinovyev A. Atlas of Cancer Signalling Network: a systems biology resource for integrative analysis of cancer data with Google Maps. Oncogenesis. 2015; 4(7):160. https://doi.org/10.1038/oncsis.2015.19.

    Article  Google Scholar 

  16. Flórez LA, Lammers CR, Michna R, Stülke J. CellPublisher: a web platform for the intuitive visualization and sharing of metabolic, signalling and regulatory pathways. Bioinformatics. 2010; 26(23):2997–9. https://doi.org/10.1093/bioinformatics/btq585.

    Article  PubMed  CAS  Google Scholar 

  17. Bonnet E, Viara E, Kuperstein I, Calzone L, Cohen DPA, Barillot E, Zinovyev A. NaviCell Web Service for network-based data visualization. Nucleic Acids Res. 2015; 43(W1):560–5. https://doi.org/10.1093/nar/gkv450.

    Article  CAS  Google Scholar 

  18. Gawron P, Ostaszewski M, Satagopam V, Gebel S, Mazein A, Kuzma M, Zorzan S, McGee F, Otjacques B, Balling R, Schneider R. MINERVA—a platform for visualization and curation of molecular interaction networks. npj Syst Biol Appl. 2016; 2(1):16020. https://doi.org/10.1038/npjsba.2016.20.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Satagopam V, Gu W, Eifes S, Gawron P, Ostaszewski M, Gebel S, Barbosa-Silva A, Balling R, Schneider R. Integration and Visualization of Translational Medicine Data for Better Understanding of Human Diseases. Big Data. 2016; 4(2):97–108. https://doi.org/10.1089/big.2015.0057.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Noronha A, Daníelsdóttir AD, Gawron P, Jóhannsson F, Jónsdóttir S, Jarlsson S, Gunnarsson JP, Brynjólfsson S, Schneider R, Thiele I, Fleming RMT. ReconMap: an interactive visualization of human metabolism. Bioinformatics. 2016;667. https://doi.org/10.1093/bioinformatics/btw667.

  21. Wiwie C, Baumbach J, Röttger R. Comparing the performance of biomedical clustering methods. Nat Methods. 2015; 12(11):1033–8. https://doi.org/10.1038/nmeth.3583.

    Article  PubMed  CAS  Google Scholar 

  22. Xu D, Tian Y. A Comprehensive Survey of Clustering Algorithms. Ann Data Sci. 2015; 2(2):165–93. https://doi.org/10.1007/s40745-015-0040-1.

    Article  Google Scholar 

  23. Mahajan M, Nimbhorkar P, Varadarajan K. The planar -means problem is NP-hard. Theor Comput Sci. 2012; 442:13–21. https://doi.org/10.1016/j.tcs.2010.05.034.

    Article  Google Scholar 

  24. MacQueen JB. Some Methods for classification and Analysis of Multivariate Observations In: Cam LML, Neyman J, editors. Proceedings of the Fifth Berkeley Symposium on Mathematical Statistics and Probability, Vol 1. Statistics. Berkeley: University of California Press: 1967. p. 281–97. http://projecteuclid.org/euclid.bsmsp/1200512992.

    Google Scholar 

  25. Kaufman L, Rousseeuw PJ. Clustering by means of medoids. Delft: Delft University of Technology, Faculty of Mathematics and Informatics; 1987.

    Google Scholar 

  26. Johnson SC. Hierarchical clustering schemes. Psychometrika. 1967; 32(3):241–54. https://doi.org/10.1007/BF02289588.

    Article  PubMed  CAS  Google Scholar 

  27. Irani J, Pise N, Phatak M. Clustering Techniques and the Similarity Measures used in Clustering : A Survey. Int J Comput Appl. 2016; 134(7):9–14. (0975 - 8887).

    Google Scholar 

  28. Giancarlo R, Lo Bosco G, Pinello L. Distance Functions, Clustering Algorithms and Microarray Data Analysis In: Blum C, Battiti R, editors. Learning and Intelligent Optimization. LION 2010. Lecture Notes in Computer Science, Vol 6073. Berlin: Springer Berlin Heidelberg: 2010. p. 125–38.

    Google Scholar 

  29. Loohach R, Garg K. Effect of Distance Functions on Simple K-means Clustering Algorithm. Int J Comput Appl. 2012; 49(6):7–9. https://doi.org/10.5120/7629-0698.

    Google Scholar 

  30. Dalatu PI, Fitrianto A, Mustapha A. Hybrid distance functions for K-Means clustering algorithms. Stat J IAOS. 2017:1–8. https://doi.org/10.3233/SJI-160285.

  31. Ilango M, Mohan V. A Survey of Grid Based Clustering Algorithms. Int J Eng Sci Technol. 2010; 2(8):3441–6.

    Google Scholar 

  32. Xu X, Ester M, Kriegel H-p, Sander J. A Distribution-Based Clustering Algorithm for Mining in Large Spatial Databases. 14th Int Conf Data Eng. 1998. https://doi.org/10.1109/ICDE.1998.655795 (ICDE ’ 98).

  33. Stumme G. Formal Concept Analysis. Hand Ontologies. 2009;177–99. https://doi.org/10.1007/978-3-540-92673-3.

  34. Keller BJ, Eichinger F, Kretzler M. Formal concept analysis of disease similarity. In: Proceedings of AMIA Joint Summits on Translational Science. vol 2012.2012. p. 42–51.

  35. Hruschka ER, Campello RJGB, Freitas AA, de Carvalho ACPLF. IEEE Trans Syst, Man, and Cybern, Part C (Applications and Reviews). 2009; 39(2):133–55. https://doi.org/10.1109/TSMCC.2008.2007252.

  36. Bader GD, Hogue CWV. An automated method for finding molecular complexes in large protein interaction networks. BMC Bioinformatics. 2003; 4:2. https://doi.org/10.1186/1471-2105-4-2.

    Article  PubMed  PubMed Central  Google Scholar 

  37. King AD, Pržulj N, Jurisica I. Protein complex prediction via cost-based clustering. Bioinformatics. 2004; 20(17):3013–20. https://doi.org/10.1093/bioinformatics/bth351.

    Article  PubMed  CAS  Google Scholar 

  38. Schaeffer SE. Graph clustering. Computer Science Review. 2007; 1(1):27–64. Elsevier BV, https://doi.org/10.1016/j.cosrev.2007.05.001.

  39. Hartuv E, Shamir R. A clustering algorithm based on graph connectivity. Inf Process Lett. 2000; 76:175–81. https://doi.org/10.1016/S0020-0190(00)00142-3.

    Article  Google Scholar 

  40. Dinkla K, El-Kebir M, Bucur C-I, Siderius M, Smit MJ, Westenberg MA, Klau GW. eXamine: Exploring annotated modules in networks. BMC Bioinformatics. 2014; 15(1):201. https://doi.org/10.1186/1471-2105-15-201.

    Article  PubMed  PubMed Central  Google Scholar 

  41. Jang Y, Yu N, Seo J, Kim S, Lee S. MONGKIE: an integrated tool for network analysis and visualization for multi-omics data. Biol Direct. 2016; 11(1):10. https://doi.org/10.1186/s13062-016-0112-y.

    Article  PubMed  PubMed Central  CAS  Google Scholar 

  42. Novère NL, Hucka M, Mi H, Moodie S, Schreiber F, Sorokin A, Demir E, Wegner K, Aladjem MI, Wimalaratne SM, Bergman FT, Gauges R, Ghazal P, Kawaji H, Li L, Matsuoka Y, Villéger A, Boyd SE, Calzone L, Courtot M, Dogrusoz U, Freeman TC, Funahashi A, Ghosh S, Jouraku A, Kim S, Kolpakov F, Luna A, Sahle S, Schmidt E, Watterson S, Wu G, Goryanin I, Kell DB, Sander C, Sauro H, Snoep JL, Kohn K, Kitano H. The Systems Biology Graphical Notation. Nat Biotechnol. 2009; 27(8):735–41. https://doi.org/10.1038/nbt.1558.

    Article  PubMed  CAS  Google Scholar 

  43. Yu G, Li F, Qin Y, Bo X, Wu Y, Wang S. GOSemSim: an R package for measuring semantic similarity among GO terms and gene products. Bioinformatics. 2010; 26(7):976–8. https://doi.org/10.1093/bioinformatics/btq064.

    Article  PubMed  CAS  Google Scholar 

  44. Kariv O, Hakimi SL. An Algorithmic Approach to Network Location Problems. I: The p -Centers. SIAM J Appl Math. 1979; 37(3):513–38. https://doi.org/10.1137/0137040.

    Article  Google Scholar 

  45. Von Stackelberg H. The Theory of the Market Economy.Oxford University Press; 1952. p. 328.

  46. Deb K, Pratap A, Agarwal S, Meyarivan T. A fast and elitist multiobjective genetic algorithm: NSGA-II. IEEE Trans Evol Comput. 2002; 6(2):182–97. https://doi.org/10.1109/4235.996017.

    Article  Google Scholar 

  47. IBM Corporation. IBM ILOG CPLEX Optimizer Performance Benchmarks. 2017. https://www.ibm.com/analytics/optimization-software.

  48. Meindl B, Templ M. Analysis of commercial and free and open source solvers for linear optimization problems. Tech Rep 1. 2012. http://www.statistik.tuwien.ac.at/forschung/CS/CS-2012-1complete.pdf.

  49. Varrette S, Bouvry P, Cartiaux H, Georgatos F. Management of an Academic HPC Cluster: The UL Experience. In: Proc. of the 2014 Intl. Conf. on High Performance Computing & Simulation (HPCS 2014). Bologna: IEEE: 2014. p. 959–67.

    Google Scholar 

  50. Gagn C. DEAP : Evolutionary Algorithms Made Easy. J Mach Learn Res. 2012; 13:2171–5. https://doi.org/10.1.1.413.6512.

    Google Scholar 

  51. Kitano H, Funahashi A, Matsuoka Y, Oda K. Using process diagrams for the graphical representation of biological networks. Nat Biotechnol. 2005; 23(8):961–6. https://doi.org/10.1038/nbt1111.

    Article  PubMed  CAS  Google Scholar 

  52. Manning CD, Raghavan P, Schütze H. Introduction to Information Retrieval. New York: Cambridge University Press; 2008.

    Book  Google Scholar 

  53. Yu G, Wang L-G, Han Y, He Q-Y. clusterProfiler: an R Package for Comparing Biological Themes Among Gene Clusters. OMICS: J Integr Biol. 2012; 16(5):284–7. https://doi.org/10.1089/omi.2011.0118.

    Article  CAS  Google Scholar 

  54. Yu G, Wang L-G, Yan G-R, He Q-Y. DOSE: an R/Bioconductor package for disease ontology semantic and enrichment analysis. Bioinformatics. 2015; 31(4):608–9. https://doi.org/10.1093/bioinformatics/btu684.

    Article  PubMed  CAS  Google Scholar 

  55. Ward JH. Hierarchical Grouping to Optimize an Objective Function. J Am Stat Assoc. 1963; 58(301):236–44. https://doi.org/10.1080/01621459.1963.10500845.

    Article  Google Scholar 

  56. Glaab E, Schneider R. Comparative pathway and network analysis of brain transcriptome changes during adult aging and in Parkinson’s disease. Neurobiol Dis. 2015; 74:1–13. https://doi.org/10.1016/j.nbd.2014.11.002.

    Article  PubMed  CAS  Google Scholar 

  57. Yamamoto Y, Koma H, Yagami T. Hydrogen peroxide mediated the neurotoxicity of an antibody against plasmalemmal neuronspecific enolase in primary cortical neurons. NeuroToxicology. 2015; 49:86–93. https://doi.org/10.1016/j.neuro.2015.05.008.

    Article  PubMed  CAS  Google Scholar 

  58. Liu B, Niu L, Shen M-Z, Gao L, Wang C, Li J, Song L-J, Tao Y, Meng Q, Yang Q-L, Gao G-D, Zhang H. Decreased Astroglial Monocarboxylate Transporter 4 Expression in Temporal Lobe Epilepsy. Mol Neurobiol. 2014; 50(2):327–38. https://doi.org/10.1007/s12035-013-8619-z.

    Article  PubMed  CAS  Google Scholar 

  59. Aisaki K, Aizawa S, Fujii H, Kanno J, Kanno H. Glycolytic inhibition by mutation of pyruvate kinase gene increases oxidative stress and causes apoptosis of a pyruvate kinase deficient cell line. Exp Hematol. 2007; 35(8):1190–200. https://doi.org/10.1016/j.exphem.2007.05.005.

    Article  PubMed  CAS  Google Scholar 

  60. Arora R, Schmitt D, Karanam B, Tan M, Yates C, Dean-Colomb W. Inhibition of the Warburg effect with a natural compound reveals a novel measurement for determining the metastatic potential of breast cancers. Oncotarget. 2015;6(2). https://doi.org/10.18632/oncotarget.2689.

  61. Fujiwara S, Wada N, Kawano Y, Okuno Y, Kikukawa Y, Endo S, Nishimura N, Ueno N, Mitsuya H, Hata H. Lactate, a putative survival factor for myeloma cells, is incorporated by myeloma cells through monocarboxylate transporters 1. Exp Hemato Oncol. 2015; 4(1):12. https://doi.org/10.1186/s40164-015-0008-z.

    Article  CAS  Google Scholar 

  62. Dolga AM, de Andrade A, Meissner L, Knaus H-G, Höllerhage M, Christophersen P, Zischka H, Plesnila N, Höglinger GU, Culmsee C. Subcellular expression and neuroprotective effects of SK channels in human dopaminergic neurons. Cell Death Dis. 2014; 5(1):999. https://doi.org/10.1038/cddis.2013.530.

    Article  Google Scholar 

  63. Gusdon AM, Zhu J, Van Houten B, Chu CT. ATP13A2 regulates mitochondrial bioenergetics through macroautophagy. Neurobiol Dis. 2012; 45(3):962–72. https://doi.org/10.1016/j.nbd.2011.12.015.

    Article  PubMed  CAS  Google Scholar 

  64. Gobrecht P, Leibinger M, Andreadaki A, Fischer D. Sustained GSK3 activity markedly facilitates nerve regeneration. Nat Commun. 2014;5. https://doi.org/10.1038/ncomms5561.

  65. Zhai P, Gao S, Holle E, Yu X, Yatani A, Wagner T, Sadoshima J. Glycogen Synthase Kinase-3 α Reduces Cardiac Growth and Pressure Overload-induced Cardiac Hypertrophy by Inhibition of Extracellular Signal-regulated Kinases. J Biol Chem. 2007; 282(45):33181–91. https://doi.org/10.1074/jbc.M705133200.

    Article  PubMed  CAS  Google Scholar 

Download references

Acknowledgements

E. Kieffer acknowledges the support of the National Research Fund of Luxembourg (FNR), with the AFR contract no. 9984150. The experiments presented in this paper were carried out using the High Performance Computing facility of the University of Luxembourg [49].

Funding

This work was supported by Fonds National de la Recherche, Luxembourg (AFR contract no. 9984150). The funding body did not play any role in the design of the study and collection, analysis, and interpretation of data and in writing the manuscript.

Availability of data and materials

The contents of the Parkinson’s disease map in the version used in the article (December’15) are available under the following link: https://webdav-r3lab.uni.lu/public/pdmap/Releases/PD_151217_2.zip. The datasets used and/or analysed during the current study are available from the corresponding author on reasonable request.

Author information

Authors and Affiliations

Authors

Contributions

MO, EK, GD, RS and PB designed the methodology. MO and EK implemented the clustering approach, analyzed the results and wrote the manuscript. GD, RS and PB revised the manuscript. All authors read and approved the final version of the manuscript.

Corresponding author

Correspondence to Marek Ostaszewski.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Additional files

Additional file 1

Reorganized AlzPathway. This file contains a CellDesigner format of the reorganized AlzPathway, with a number of elements duplicated and rearranged to reduce their Euclidean distance while increasing their network distance. Original AlzPathway was published in [12], under the CC BY 3.0 license. See also alzpathway.org for details. (ZIP 261 KB)

Additional file 2

Complete F-measure results. This file contains a table with F-measure values for all tested clustering solutions. Additional file 5 contains a figure with comparison of maximum F-measure per clustering, per approach - hierarchical clustering with single distance function, hierarchical clustering with combined distance functions and bi-level clustering. (XLSX 197 KB)

Additional file 3

Complete enrichment results. This file contains a table with numbers of enriched terms for all tested clustering solutions. Additional file 5 contains a figure with comparison of all clustering solutions, per approach - hierarchical clustering with combined distance functions and bi-level clustering. (XLSX 215 KB)

Additional file 4

Bi-level clustering examples. This file contains a figure with selected examples of bi-level clustering. (PDF 551 KB)

Additional file 5

Comparison of GO distance functions. This file contains figures comparing F-measure and the number of enriched terms for different Gene Ontology distance functions. (PDF 125 KB)

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License(http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver(http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Ostaszewski, M., Kieffer, E., Danoy, G. et al. Clustering approaches for visual knowledge exploration in molecular interaction networks. BMC Bioinformatics 19, 308 (2018). https://doi.org/10.1186/s12859-018-2314-z

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-018-2314-z

Keywords