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

Clustering multilayer omics data using MuNCut

Abstract

Background

Omics profiling is now a routine component of biomedical studies. In the analysis of omics data, clustering is an essential step and serves multiple purposes including for example revealing the unknown functionalities of omics units, assisting dimension reduction in outcome model building, and others. In the most recent omics studies, a prominent trend is to conduct multilayer profiling, which collects multiple types of genetic, genomic, epigenetic and other measurements on the same subjects. In the literature, clustering methods tailored to multilayer omics data are still limited. Directly applying the existing clustering methods to multilayer omics data and clustering each layer first and then combing across layers are both “suboptimal” in that they do not accommodate the interconnections within layers and across layers in an informative way.

Methods

In this study, we develop the MuNCut (Multilayer NCut) clustering approach. It is tailored to multilayer omics data and sufficiently accounts for both across- and within-layer connections. It is based on the novel NCut technique and also takes advantages of regularized sparse estimation. It has an intuitive formulation and is computationally very feasible. To facilitate implementation, we develop the function muncut in the R package NcutYX.

Results

Under a wide spectrum of simulation settings, it outperforms competitors. The analysis of TCGA (The Cancer Genome Atlas) data on breast cancer and cervical cancer shows that MuNCut generates biologically meaningful results which differ from those using the alternatives.

Conclusions

We propose a more effective clustering analysis of multiple omics data. It provides a new venue for jointly analyzing genetic, genomic, epigenetic and other measurements.

Background

In biomedical studies, omics profiling is now routinely conducted. In the analysis of omics data, clustering is an essential step. Clustering results can be used in multiple ways. For example, they can suggest the unknown functionalities of omics units, with those in the same clusters likely to have related biological functions [1]. Clustering can also assist dimension reduction/variable selection in outcome model building [2]. A large number of clustering methods have been developed under both “classic” low-dimensional settings and high-dimensional settings for omics data [3, 4]. The existing literature is too vast to be reviewed here. For relevant discussions, we refer to [57] and others.

Complex biological processes involve changes at the genetic, epigenetic, genomic, and other levels. Most recently, a prominent trend in biomedical research is to conduct multilayer profiling, which collects multiple types of omics measurements on the same subjects. A representative example is TCGA (The Cancer Genome Atlas), which is organized by the NIH/NCI and has data publicly available. In TCGA, for multiple cancer types, data have been collected on mRNA gene expression, DNA methylation, microRNA, copy number variation, protein expression, and others. Such multilayer data have been analyzed in recent studies. For example, in [8] and others, they lead to disease outcome models with better predictive power than analyzing a single layer of data. In [9] and others, more reliable omics markers missed by single-layer studies are identified. However, our literature search suggests that there is still insufficient attention to clustering analysis with multilayer omics data.

Clustering analysis with multilayer omics data is challenging. Directly applying the existing clustering methods may not be appropriate. The interconnections within layers (for example, among gene expressions) and those across layers (for example, between gene expressions and CNVs) are different both biologically and statistically. The existing clustering methods are mostly designed for “homogeneous” variables and cannot sufficiently accommodate such differences. Another possible strategy is to first cluster within each layer and then combine clusters across layers. This strategy ignores the regulations across layers and does not use all available information. The ineffectiveness of such strategies can be partly seen in our numerical study.

The goal of this study is to fill the knowledge gap by developing a clustering method tailored to multilayer omics data. Considering the fast increasing popularity of multilayer omics data, essential role of clustering analysis, and lack of multilayer omics data clustering methods, the proposed study is warranted. It advances from the existing literature in multiple ways. Compared to the existing clustering analyses with a single layer of omics data, the data structure is much more complicated: there are multiple types of variables, and the connections among variables are different. This study also differs from the existing ones on multilayer omics data. Some published studies use a multilayer representation of omics data to find meaningful subgroups of subjects [1013]. Representative examples include the iCluster [2] and Similarity Network Fusion (SNF) [14], both of which cluster patients into different subgroups. In another recent study [15], data on patients, genes, and drugs are jointly analyzed for clustering. The output of this study is three different subgroups of the three different data types. There are also multilayer studies that focus on marker identification and model building. For example, multiple layers of protein-genetic interactions have been aggregated to form a smaller set of layers [16]. There are also recent works on graph measures of centrality developed specifically for multilayer data, including for example measures of node centrality [17] and methods for community detection [18]. Data used in some of the aforementioned studies are similar to the present study. However, the analysis goals are quite different. Specifically, in the aforementioned clustering analyses, the goal is to cluster subjects (patients), whereas in the present study, the goal is to cluster omics measurements. With this difference, the existing clustering methods are not applicable to the present problem. In our numerical studies, we have attempted to employ these methods but obtained failing results (details available from the authors and omitted here).

This study has a different goal from the aforementioned studies and targets at clustering multiple types of omics measurements. Methodological development in this study is challenging and tailored to the special characteristics of multilayer data. The proposed method is built on the NCut technique [19], which has multiple advantages over some of the existing techniques (for example, by making fewer and weaker data/model assumptions) but has not been extensively applied in omics studies, and significantly advances from it. As such, this study may also have independent methodological value. Numerical study will show that the proposed method is computationally much feasible and outperforms multiple relevant competitors. Overall, this study can provide a useful new venue for a practically important problem.

Methods

As a representative example, consider a profiling study that collects measurements on copy number variations (CNVs), gene expressions (GEs), and proteins. Data with other types of measurements can be analyzed in the same way. The schematic plot of the data structure is shown in Fig. 1. The three types of measurements make three layers. The bottom layer consists of CNVs, the middle layer consists of GEs, and the upper layer consists of proteins. The regulatory relationship between different types of omics measurements has been studied long [2022]. Simply put, as shown in Fig. 1, there are multiple “channels”, which correspond to different biological functionalities. Within each channel, a small number of CNVs in the lower layer regulate a small number of GEs in the middle layer, which encode a small number of proteins in the upper layer. In clustering analysis with a single type (layer) of measurements, say for example GEs, the goal is to put interconnected GEs in the same cluster. With multiple types (layers) of measurements, there are two types of interconnections: within layers and across layers. In clustering analysis with multilayer data, our first goal is still to put interconnected CNVs (GEs, proteins) in the same cluster. Unique to multilayer data, our second goal is to put tightly interconnected measurements in different layers also in the same cluster. As such, as shown in Fig. 1, one resulting cluster corresponds to one channel and consists of multiple types of omics measurements. When limited to a single-layer, the obtained clustering structure is comparable to that of the existing methods. As to be shown below, the proposed method includes the existing one as a special case and can be more informative by considering multilayers.

Fig. 1
figure 1

Multilayer omics data and clustering. Three data types are considered: proteins in the upper layer; gene expressions in the middle layer; and CNVs in the lower layer. One dot represents one variable. Two dots are connected by a line if the corresponding variables are interconnected). Left panel: the true data structure with four clusters. Middle panel: MuNCut clustering. Right panel: K-means clustering. For K-means and MuNCut, different clusters are represented using different colors. a Truth. b MuNCut. c K-means

MuNCut

Denote Z=(Z1,…,Z q ),Y=(Y1,…,Y p ), and X=(X1,…,X r ) as the length q, p, and r vectors of proteins, GEs, and CNVs, respectively. Assume that data have been properly processed. With multilayer data, as described above, both within- and across-layer connections need to be considered.

NCut clustering within the same layers First consider CNVs. Denote W C =(w jl,c )r×r as the weight matrix, where the non-negative element w jl,c measures the similarity between CNVs j and l. Following published studies [19, 23], we set w jl,c equal to the Gaussian kernel. In the literature, multiple similarity measures have been proposed. We adopt this specific definition because of its simplicity and effectiveness demonstrated in published studies. Denote A1,C,…,A K,C as a partition of {1,…,r} which leads to K disjoint CNV clusters. Here in the subscript, “C” is used to represent CNV. For A k,C , denote \(A_{k,C}^{c}\) as its complement set. Consider the NCut measure

$$\begin{array}{@{}rcl@{}} {}\text{NCut}_{C}= \sum \limits_{k=1}^{K}\frac{\text{cut}\left(A_{k,C},A_{k,C}^{c};\boldsymbol{W}_{C}\right)} {\text{cutvol}(A_{k,C}; \boldsymbol{W}_{C})}, \end{array} $$
(1)

where

$$ \text{cut}\left(A_{k,C},A_{k,C}^{c};\boldsymbol{W}_{C}\right)=\sum \limits_{j\in A_{k,C},l \in A_{k,C}^{c}} w_{jl,c}, $$
(2)

and

$$ \text{cutvol}(A_{k,C}; \boldsymbol{W}_{C})=\sum \limits_{j,l \in A_{k,C}} {w}_{jl,c}. $$
(3)

In a similar way, we can define the NCut measures for GEs and proteins and denote them as NCut G and NCut P , respectively. Note that each layer has its own weight matrix, namely W C ,W G , and W P . Overall, define the single-layer NCut measure as

$$\begin{array}{@{}rcl@{}} \text{NCut}_{single}=\text{NCut}_{C}+\text{NCut}_{G}+\text{NCut}_{P}. \end{array} $$
(4)

The optimal cutting is defined as the one that minimizes NCut single . Note that NCut single does not take into account the regulations (interconnections) across layers, and working with this measure is equivalent to conducting the NCut clustering with each layer individually.

Remarks The NCut technique is originally developed in imaging and other scientific fields [24, 25] and more recently applied to genetic and other data types [26]. It may have multiple advantages over the alternatives. For example, the cutting step is relatively independent of the similarity/distance construction. Without making restrictive assumptions on the similarity measure and underlying data distributions and models, it enjoys broad applicability. Both the numerator and denominator in (1) have lucid interpretations, with the numerator measuring the across-cluster similarity and the denominator measuring the within-cluster similarity. As such, NCut is built on a sound statistical principle: it minimizes the across-cluster similarity while maximizing the within-cluster similarity. In addition, data analysis in this and other studies suggests that it is computational affordable, even with high data dimensionality.

NCut clustering across layers In the above subsection, we have focused on the interconnections (similarity) for omics measurements within the same layers. Now we consider the interconnections between omics measurements belonging to different layers (for example, CNVs and GEs). Following the literature [27], we first adopt a regression-based approach to describe the regulations. Specifically, consider the models:

$$\begin{array}{@{}rcl@{}} Y=X\boldsymbol{\beta_{1}}+\epsilon_{1}, ~~ Z=Y\boldsymbol{\beta_{2}}+\epsilon_{2}, \end{array} $$
(5)

where β 1 and β 2 are the r×p and p×q matrices of unknown regression coefficients, and ε1 and ε2 are random errors (which may also include regulation mechanisms not measured). Assume n iid subjects. Denote Y and X as the data matrices composed of the Y’s and X’s, respectively. For estimating the regression coefficient matrices, we consider a penalized approach, where the estimate of β 1 is defined as

$$ {}\hat{\boldsymbol{\beta_{1}}}=\underset{\boldsymbol{\beta}} {\text{argmin}}\left\{||\boldsymbol{Y}-\boldsymbol{X}\boldsymbol{\beta_{1}}||_{2}^{2}\,+\, \lambda\left((1\,-\,\alpha)||\boldsymbol{\beta_{1}}||^{2}_{2} \,+\, \alpha||\boldsymbol{\beta_{1}}||_{1}\right)\right\}. $$
(6)

λ>0 and 0≤α≤1 are data-dependent tuning parameters, and ||·||2(1) denotes the 2(1) norm. The estimate of β 2 can be defined in a similar manner. With the estimates, define \(\boldsymbol {\hat {Y}}=\boldsymbol {X}\boldsymbol {\hat {\beta _{1}}}\) and \(\boldsymbol {\hat {Z}}=\boldsymbol {Y}\boldsymbol {\hat {\beta _{2}}}\).

For \((\boldsymbol {X}, \boldsymbol {\hat {Y}}, \boldsymbol {\hat {Z}})\), the length r+p+q “mega” vector of omics measurements, define the (r+p+q)×(r+p+q) weight matrix

$$\begin{array}{@{}rcl@{}} \boldsymbol{\tilde{W}}= \left(\begin{array}{ccc} \boldsymbol{0} & \boldsymbol{W_{\hat{Z}:\hat{Y}}} & \boldsymbol{0}\\ \boldsymbol{W_{\hat{Z}:\hat{Y}}^{T}} & \boldsymbol{0} & \boldsymbol{W_{\hat{Y}:X}}\\ \boldsymbol{0} & \boldsymbol{W_{\hat{Y}:X}^{T}} & \boldsymbol{0} \end{array} \right), \end{array} $$
(7)

where 0 denotes a matrix with all components zero (note that in different places, it may have different dimensions), \(\boldsymbol {W_{\hat {Z}:\hat {Y}}}\) and \(\boldsymbol {W_{\hat {Y}:X}}\) are the matrices of similarity between \(\boldsymbol {\hat {Z}}\) and \(\boldsymbol {\hat {Y}}\), and between \(\boldsymbol {\hat {Y}}\) and X respectively, and the superscript T denotes transpose.

For a partition of {1,…,r+p+q} (which leads to a clustering structure), using \(\boldsymbol {\tilde {W}}\), we can compute the NCut measure NCut multi in the same manner as in (1).

Rationale Linear regression has been adopted in multiple recent studies to describe the regulations between different types of omics measurements and shown to be effective [27, 28]. It has multiple desirable features including for example lucid interpretations, easy accommodation of multiple regulators (for each GE, protein), simple calculations, etc. We consider “unidirectional” effects, that is, from CNVs to GEs, and from GEs to proteins. We acknowledge that there can be “reversed” effects: for example, proteins may affect gene expression levels and methylation. However, such effects are usually much smaller, and accommodating them causes significant statistical challenges. For estimating the regulations (β’s), we adopt the elastic net (Enet) approach, which easily accommodates the sparsity of regulation relationships and correlations among regulators. Note that Enet is not essential here and can be replaced by other regularized estimation techniques. With the weight matrix properly constructed, we define NCut multi in a way consistent with NCut single . Note that, although seemingly straightforward, NCut multi (or similar quantities) has not been considered in the literature.

MuNCut With a fixed K, let A={A1,…,A K } denotes a disjoint partition of the CNVs, GEs, and proteins. Note that the cluster represented by A k may contain multiple types of omics measurements. For A k denote A k,C ,A k,G , and A k,P as its components that are CNVs, GEs, and proteins, respectively. For A, we define its MuNCut measure as

$$\begin{array}{@{}rcl@{}} \text{MuNCut}(A)=\text{NCut}_{multi}+\gamma \times \text{NCut}_{single}, \end{array} $$
(8)

where NCut multi and NCut single are as defined above, and γ≥0 is a tuning parameter. The optimal clustering is defined as the one that minimizes MuNCut(A).

Rationale The MuNCut objective function is the sum of two NCut ones. Its intuitive interpretation is similar to that of the standard NCut, that is, to minimize similarity across clusters and maximize similarity within clusters. Significantly advancing from NCut and other existing approaches, MuNCut considers both across- and within-cluster similarity for omics measurements of the same type as well as different types. We introduce γ to be more flexible and allow for different “degrees of emphasis” on within layers and across layers. For the example shown in Fig. 1, we present the MuNCut clustering result as well as that of the K-means. We observe that MuNCut accurately identifies the true clustering structure. In contrast, the K-means mostly separates different data types and fails to put different types of interconnected omics measurements in the same clusters. More definitive results are presented below in simulation.

Remarks When describing the regulations among omics measurements, we use a linear regression approach, which has been shown to be effective in the literature [20, 29]. Note that for the purpose of clustering, this regression (and Enet for its parameter estimation) is not essential. It can be replaced by other approaches, as long as a similarity measure can be generated. In addition, with the “scale-free” property of NCut, this similarity measure does not have to be consistent with that for within layers. For many types of omics measurements, the direction of regulation is clear. However, there are exceptions. For example, it is still not clear whether CNV and methylation regulate each other. Consider for example a dataset with methylation, CNV, GE, and protein measurements. We propose adopting an existing approach [30], stack the methylation and CNV measurements together, and create a vector of “mega regulators” (of GEs). The proposed approach can then be applied.

Computation

Computational algorithm The proposed approach first involves computing the Enet estimates, which can be effectively realized using multiple existing techniques such as coordinate descent, which is adopted in the R package glmnet used in our numerical study.

For optimizing the MuNCut objective function, we adopt the simulated annealing (SA) technique [31]. At iteration t, denote \(A^{(t)}=\left \{A_{1}^{(t)},\dots,A_{K}^{(t)}\right \}\) as the partition (clustering result) and MuNCut(t) as the value of the objective function. Further denote B as the maximum number of iterations. The value of B is not important, as long as it is large enough. Define the temperature function as T(t)=Llog(t+1). In our numerical study, we set L=1000, which generates satisfactory result. In practice, to be prudent, other L values may also need to be examined. Discussions on tuning parameters with the SA technique are available in the literature and will not be reiterated. The proposed algorithm proceeds as follows.

Step 1 Randomly initialize \(A^{(0)}=\left \{A_{1}^{(0)},\dots,A_{K}^{(0)}\right \}\). In our numerical study, different initial values lead to similar results.

Step 2 Set t=t+1. For k=1,…,K, compute p k as the number of (j,l) pairs such that \(j, l \in A_{k}^{(t-1)}\). Draw k(−) and k(+) from {1,…,K} with probabilities proportional and inversely proportional to p k .

Step 3 Draw i randomly from \(A_{k(-)}^{(t)}\). Set \(A_{k(+)}^{(t)}=A_{k(+)}^{(t-1)}\cup \{i\}\) and \(A_{k(-)}^{(t)}=A_{k(-)}^{(t-1)}\setminus \{i\}\). For jk(+),k(−), \(A_{j}^{(t)}:=A_{j}^{(t-1)}\).

Step 4 If MuNCut(t)≤MuNCut(t−1), then keep A(t) as it is. If not, keep A(t) as it is with probability \(\exp \Bigg (\,-\,\frac {\text {MuNCut} (t)- \text {MuNCut} (t-1)}{T(t)} \!\Bigg)\), and otherwise A(t)=A(t−1).

Step 5 Repeat Steps 2-4 until t=B.

Extensive research on the SA technique is available in the literature [32, 33]. Briefly, in Step 2, the proposed probabilities prefer adding a new member to a small cluster and deleting a member from a large cluster. Thus, the “prior” is that clusters have similar sizes. Note that this strategy can be adjusted according to preference/prior information. Convergence of the SA algorithm to the global optimizer has been examined in the literature [34]. It is achieved in all of our numerical examples.

With the high efficiency of the coordinate descent and SA techniques, MuNCut is computationally very feasible. The two steps have computational complexity O(nqpr) and O(Bqpr), respectively. For a simulated dataset with q=p=r=200 and n=50, we consider 100 tuning parameter values in penalized estimation and B=10,000 in MuNCut. The proposed analysis takes about 30 s on a laptop with standard configurations.

Tuning parameter selection In the Enet penalization estimation, the tuning parameters are selected using cross validation, which is the default in glmnet. With the proposed MuNCut, the additional tuning parameters are γ (which balances single- and multi-layer NCut measures) and K, the number of clusters. For selecting these parameters, we adopt a cross validation-based approach [35], which has been developed in the context of biclustering and other studies and shown to be effective. Specifically, consider a (γ,K) dual. We randomly split data into a training set and a testing set. The MuNCut approach is applied to the training set. On the testing set, we predict GEs using CNVs in the same clusters and predict proteins using GEs in the same clusters. The overall prediction errors for GEs and proteins are then computed. Multiple splittings are conducted, and prediction errors are summed over splittings. The (γ,K) value that optimizes prediction is chosen as the optimal. In our simulation, this approach leads to satisfactory clustering results.

Software development To facilitate data analysis, we developed an R package NCutYX publicly available on CRAN at https://cran.r-project.org/web/packages/NCutYX/index.html. The proposed approach is implemented using the function muncut, which proceeds as follows: clust ← muncut(Z, Y, X, K =2, B =3000, L =1000, gamma =0.5, dist = “gaussian”, sigma = 1) In the above command, Z is the data matrix of proteins, Y is the data matrix of GEs, X is the data matrix of CNVs, K is the number of clusters, B is the number of SA iterations, L is the temperature coefficient, and gamma is the tuning parameter γ. The option dist selects the type of dissimilarity being used, which is the Gaussian kernel distance in this case with sigma specifying the bandwidth parameter. The resulting object clust is a list where the first entry (clust[[1]]) is a vector of SA sequence, and the second entry (clust[[2]]) includes the clustering results. The program can now accommodate three data layers. Researchers can easily modify the code to accommodate more layers.

Results

Data analysis

TCGA is a collaborative effort organized by NIH/NCI. For multiple cancer types, data have been collected on multiple types of genetic, epigenetic, genomic, and proteomic changes. With the high data quality and public availability, TCGA provides an ideal testbed for the proposed method. Here we analyze breast invasive carcinoma (BRCA) and cervical squamous cell carcinoma and endocervical adenocarcinoma (CESC) data. The processed level 3 data are downloaded using the R package gsdr. We refer to the TCGA website and published studies for more information on study design and data processing.

Evaluation measures

As the data generating mechanism is unknown, it is not possible to evaluate clustering accuracy. We conduct the following evaluation, which can provide some insights into the clustering results.

Stability We randomly select n/2 subjects without replacement [36] and analyze using the proposed as well as alternative methods. Repeat the process N times, and denote the adjacency matrix of the kth clustering as \(\widehat {\boldsymbol {A}}^{(k)}\). Define the stability measure

$$ \boldsymbol{M}_{stability}=N^{-1}\sum_{1\leq k \leq N} \widehat{\boldsymbol{A}}^{(k)}. $$
(9)

The (i,j)the element of this matrix describes the probability that the corresponding variables are clustered together. A stable approach has a large contrast: some elements have large values, and the others have very small values. The stability measure can be graphically presented using a heatmap, with warmer colors describing larger values (and colder colors describing smaller values). A heatmap with greater contrast is preferred.

Concordance When applying multiple methods to the same data, it is of interest to compare the similarity of analysis results. For two clustering methods A and B, denote the adjacency matrices as \(\hat {\boldsymbol {A}}\) and \(\hat {\boldsymbol {B}}\), respectively. Define the concordance of method B with respect to A as

$$ M(B|A)=\sum_{j,l}^{m}(\hat{\boldsymbol{A}}\odot \hat{\boldsymbol{B}})_{jl}/\sum_{j,l}^{m} (\hat{\boldsymbol{A}})_{jl}, $$
(10)

with a larger value suggesting higher similarity. Note that this concordance measure is not symmetric. That is, it is possible that M(B|A)≠M(A|B), and thus both values need to be calculated.

BRCA data

We analyze CNV, GE, and protein data. Data are collected and processed as follows. A quick examination of data suggests that there are much fewer protein measurements than for GEs and CNVs. Thus we first identify 873 subjects with 164 protein measurements. We then select the top 1000 GEs and CNVs with the strongest distance correlations [37] with the proteins. The considerations are that clustering is more sensible with correlated measurements, the numbers of GEs and CNVs relevant to proteins are not expected to be large, and (as observed in simulation) performance of the proposed method is better with a smaller number of variables. GEs and CNVs with missing measurements are removed from analysis. The three types of omics data are then merged together. The analyzed data contain 164 protein, 334 GE, and 514 CNV measurements on 873 subjects.

With MuNCut and data-dependent tuning parameters, three clusters are generated. The detailed clustering results are presented in the Additional file 1. The numbers of (protein, GE, CNV) in the three clusters are (52, 112, 168), (55, 108, 168) and (57, 114, 179), respectively. Considering the inferior performance of KM, SC, HC, LC, and FGC observed in simulation, we here analyze data with KM*, SC*, and HC* and compare. The concordance results are presented in Table 1. More detailed clustering results using the alternatives are available from the authors. Table 1 suggests that the MuNCut results are moderately to strongly in concordance with those using the alternatives. Different methods generate different clustering results. The stability heatmaps of MuNCut and the three alternatives are shown in Fig. 2. Better stability results are observed for MuNCut. Specifically, very warm colors are observed within clusters, and very cold colors are observed across clusters. This is not observed with the alternatives. In addition, a closer examination suggests that the alternatives often generate one big cluster along with very small clusters, which can be less interpretable and hence not desired.

Fig. 2
figure 2

Analysis of BRCA data: stability of heatmaps. a MuNCut; b KM ; c SC ; d HC . The (i,j)th entry is the probability that the ith and j elements belong to the same cluster. Higher/lower probabilities are presented using warmer/colder colors

Table 1 Data analysis: concordance between the analysis results using different methods. In each cell, M(B |A), where B and A are the clustering methods in the column and row, respectively

CESC data

We first conduct the same data collection and processing as previously described. The analyzed data contain 144 protein, 325 GE, and 488 CNV measurements on 164 subjects. When employing the proposed method, three clusters are generated. The detailed clustering results are presented in the Additional file 1. The numbers of (protein, GE, CNV) in the three clusters are (45, 100,160), (43, 104, 152) and (56, 121, 176), respectively. The concordance analysis in Table 1 again suggests that MuNCut generates results different from using the alternatives, and different methods have moderate concordance. More detailed clustering results using the alternatives are available from the authors. The stability heatmaps are presented in Fig. 3. For MuNCut, we again observe an obvious contrast between warm/cold color regions, which suggests satisfactory stability. More closely examining the numerical values suggests that the stability is lower than for the BRCA data, which is reasonable with the smaller sample size. For the alternatives, observations similar to those for the BRCA data are made.

Fig. 3
figure 3

Analysis of CESC data: stability of heatmaps. a MuNCut; b KM ; c SC ; d HC . The (i,j)th entry is the probability that the ith and j elements belong to the same cluster. Higher/lower probabilities are presented using warmer/colder colors

Simulation

We conduct simulation to gauge performance of the proposed approach and compare against multiple relevant alternatives.

Alternative methods In the literature, methods tailored to the present data settings are lacking. We consider the following alternatives because of their popularity and relevance. It is specially noted that methods for clustering subjects (with multilayer omics measurements) are not applicable for clustering omics measurements. We first consider clustering using the standard K-means (KM), spectral clustering (SC), and hierarchical clustering (HC). These methods are directly applied to the pooled data, i.e, (Z,Y,X). Note that this approach does not take into account the differences among multiple types of omics measurements. To tackle this problem, we also consider KM*, SC*, and HC*, the matching version of these three methods. Consider for example KM*. The KM clustering is first conducted with the three types of measurements separately. Here we reinforce that the numbers of clusters for all three data types are the same. We then match clusters across layers. Specifically, we experiment with all combinations of CNV, GE, and protein clusters, and select the one with the strongest associations between GE and CNV clusters and between protein and GE clusters. This approach is built on the popular clustering techniques and conducts “post-clustering connections” across layers. A potential advantage of this approach is that if clusters from different layers “confirm” each other, then the results can be more robust and trustworthy. In addition, this approach can potentially avoid the “overfitting” problem with simultaneously clustering multiple layers (as for example the connections among GEs can be attributable to connections among CNVs and GE-CNV regulations). With the growing popularity of network analysis, we also consider two network community detection methods, namely the Louvain (LC) [38] and Fast Greedy Clustering (FGC) [39] methods, which have demonstrated competitive performance in the literature. For the fairness of comparison, we use the same network and similarity matrix input as for the MuNCut. As such, this comparison can directly reveal the advantage of the proposed clustering.

Evaluation of clustering accuracy For a specific clustering result {A1,…,A K }, an adjacency matrix A=(a jl )m×m (m=q+p+r) can be constructed, where the element a jl =1 if the omics measurements corresponding to j and l belong to the same cluster, and a jl =0 if otherwise. Let A T and \(\hat {\boldsymbol {A}}\) be the adjacency matrices of the true and estimated clusters, respectively. Then the accuracy measure is defined as the diversity between A T and \(\hat {\boldsymbol {A}}\),

$$ M_{accuracy}=1-\sum_{j,l}^{m}(\boldsymbol{A}_{T} \odot \hat{\boldsymbol{A}})_{jl}/m^{2}, $$
(11)

where is the component-wise product. A smaller value indicates more accurate clustering.

Scenario I Set p=q=r. We have also examined settings with unequal sizes and observed similar performance (results omitted). There are four clusters, and the numbers of CNVs (GEs, proteins) in the four clusters are p/5,2p/5,p/5,p/5, respectively. The clustering structure is determined by the distribution of CNVs and the two regression models. Specifically, X is generated from a multivariate normal distribution with marginal means zero, marginal variances one, and variance-covariance matrix Σ. Σ has a block diagonal structure. The first three blocks, which correspond to the first three clusters, have off diagonal elements all equal to ρ. Two different ρ values are considered (0.2 and 0.4), representing weak and moderate correlations. The fourth block, which corresponds to the last cluster, is identity. Under this correlation structure, CNVs in different clusters are independent of each other. For the first three clusters, CNVs within the same cluster are correlated. For the fourth cluster, CNVs within the same cluster are independent. β 1 and β 2 also have the same block diagonal structure as Σ. That is, GEs only depend on CNVs in the same cluster; and proteins only depend on GEs in the same cluster. For the first three clusters, 20% of randomly selected elements are nonzero and have values satisfying Unif(h/2,h). Two different h values are considered, representing weak and moderate regulations. The remaining 80% of the elements are zero, corresponding to sparse regulations. Note that, this data generating mechanism allows for both cis- and trans-acting effects. For the fourth cluster, the corresponding blocks in β 1 and β 2 have all zero elements. For the first three clusters, measurements in the same cluster are interconnected with each other and not connected with measurements in other clusters. The fourth cluster is a “noisy” cluster, which reflects the “biological reality” that there are some “isolated” omics measurements, and some GEs and proteins have regulations too weak to be detected. In the two regression models, the random errors are generated from N(0,1).

For each setting, 200 replicates are generated. The results are summarized in Table 2. Across all simulation settings, the proposed method outperforms the eight alternatives. For example in the first row, with n=200,q=400,h=0.15, and ρ=0.20, MuNCut has M accuracy value 0.023, compared to 0.411 (KM), 0.47 (SC), 0.565 (HC), 0.13 (KM*), 0.126 (SC*), 0.159 (HC*), 0.155 (LC), and 0.157 (FGC). The classic KM, SC, and HC consistently perform poorly. A closer examination of the analysis results suggests that their clusters tend to include just a single type of omics data. That is, they fail to cluster interconnected CNVs and GEs and proteins together. The matching versions KM*, SC* and HC* can solve this problem to a certain extent. However, they are still inferior to the proposed method. The network-based methods LC and FGC have stable performance across settings, however, inferior to the proposed method. When the dimensionality is high (q=p=r=1200), performance of the proposed method deteriorates. This is reasonable, as the proposed method needs to estimate the regulations where the number of parameters grows quadratically. When the data dimensionality is ultrahigh (for example in a whole-genome study), it is usually possible to select a smaller number of “interesting” genes for analysis. Another option is to use biological (for example pathway) or statistical information, separate measurements into smaller functional sets, and conduct clustering analysis with each set separately.

Table 2 Simulation results for Scenario I

Scenario II In the above simulation, CNVs, GEs, and proteins not in the same cluster are independent, which can be too simplified. Here we consider a more realistic scenario. The settings are mostly identical to those in the previous simulation. The key difference is in the variance-covariance matrix Σ. Specifically, the first three clusters have off diagonal elements equal to 2ρ, and all other off diagonal elements of Σ are equal to ρ. That is, for the first three clusters, CNVs, GEs, and proteins in the same cluster are more strongly interconnected. However, those in the fourth cluster and those in different clusters are still correlated. This setting has many more correlations and is more challenging than the previous one.

The results are summarized in Table 3. The patterns are similar to those observed in Table 2. Under most settings, the proposed method outperforms the eight alternatives. Under a small number of settings, it is only slightly inferior to SC*, with very small differences.

Table 3 Simulation results for Scenario II

Scenario III Under this scenario, the true data generating models are

$$\begin{array}{@{}rcl@{}} Y=X\boldsymbol{\beta_{1}}+U_{1}\boldsymbol{\gamma_{1}}+\epsilon_{1}, ~~ Z=Y\boldsymbol{\beta_{2}}+U_{2}\boldsymbol{\gamma_{2}}+\epsilon_{2}. \end{array} $$
(12)

Here U1 and U2 are length s1 and s2 vectors and describe regulating mechanisms that also affect Y and Z but are not measured, reflecting the fact that, in some studies, data collection can be “incomplete”, and not all relevant regulators are measured. γ 1 and γ 2 are matrices of regression coefficients. In simulation, we set s1=s2=p, generate U1 and U2 in the same way as X, and generate γ 1 and γ 2 in the same way as β 1 and β 2 . Note that under this data generating mechanism, models in (5) are mis-specified.

Results for this specially challenging scenario are summarized in Table 4. With the mis-specified models, performance of MuNCut is not as competitive as in the previous simulations. However, for two-thirds of the simulation settings, it still outperforms the alternatives, sometimes by a large margin. For the remaining settings, its performance is very close to the best alternative.

Table 4 Simulation results for Scenario III

Discussion

Clustering analysis results can be used in multiple ways. For example, they can suggest the functional connections among measurements. As can be partly seen in Fig. 1, by taking into account the interconnections across layers, the MuNCut results look like channels: from CNVs to their regulated GEs, and from GEs to their encoded proteins. The MuNCut results can be biologically more informative. In the literature, clustering results have also been used to assist dimension reduction in model building. Recent studies have also conducted model building using multilayer omics data. It can be of interest to explore using the MuNCut results in such analysis. The proposed method can be potentially extended. Presently, the regulation relationships are built purely statistically. For the regulation of GEs and coding of proteins, there exists extensive biological information accumulated from functional experiments. It can be of interest to accommodate some of that information. We do note that such information is still partial and cannot completely replace the proposed statistical analysis. In our description and data analysis, CNV, GE, and protein are used. The proposed method can directly accommodate more/other types of omics data. It can be of interest to conduct more extensive data analysis with additional omics measurements. In data analysis, results different from using the alternatives are obtained. However, additional experiments or studies may be needed to fully validate our findings. The stability evaluation results and superior performance observed in simulation may to a certain extent suggest the credibility of our analysis.

Conclusion

With omics data, clustering analysis has played an important role. Significantly advancing from some of the existing studies, we have developed a novel clustering method tailored to multilayer omics data. For quite a few complex diseases, recent multilayer omics studies have provided important insights not shared by the single-layer studies. This study has filled the knowledge gap by being among the first to develop tailored clustering methods that can informatively accommodate connections not only within layers but also across layers. The proposed method has an intuitive formulation and can be effectively realized using an SA algorithm. Across a wide spectrum of simulation settings, it significantly outperforms multiple relevant competitors. In the analysis of TCGA datasets, it leads to clustering results different from using the alternatives and with satisfactory stability.

Abbreviations

BRCA:

Breast invasive carcinoma

CESC:

Cervical squamous cell carcinoma and endocervical adenocarcinoma

CNV:

Copy number variation

GE:

Gene expression

HC:

Hierarchical clustering

HC :

Matching hierarchical clustering

KM:

K-means

KM :

Matching K-means

MuNCut:

Multilayer normalized cut

NCut:

Normalized cut

SA:

Simulated annealing

SC:

Spectral clustering

SC :

Matching spectral clustering

TCGA:

The cancer genome atlas

References

  1. Levine DA, Cancer Genome Atlas Research Network. Integrated genomic characterization of endometrial carcinoma. Nature. 2013; 497(7447):67.

    Article  PubMed  Google Scholar 

  2. Shen R, Olshen AB, Ladanyi M. Integrative clustering of multiple genomic data types using a joint latent variable model with application to breast and lung cancer subtype analysis. Bioinformatics. 2009; 25(22):2906–12.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Langfelder P, Zhang B, Horvath S. Defining clusters from a hierarchical cluster tree: the dynamic tree cut package for r. Bioinformatics. 2008; 24(5):719–20.

    Article  CAS  PubMed  Google Scholar 

  4. Eisen MB, Spellman PT, Brown PO, Botstein D. Cluster analysis and display of genome-wide expression patterns. Proc Natl Acad Sci. 1998; 95(25):14863–8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  5. Jain AK. Data clustering: 50 years beyond k-means. Pattern recognition letters. 2010; 31(8):651–66.

    Article  Google Scholar 

  6. Xu R, Wunsch D. Survey of clustering algorithms. IEEE Trans Neural Netw. 2005; 16(3):645–78.

    Article  PubMed  Google Scholar 

  7. Jiang D, Tang C, Zhang A. Cluster analysis for gene expression data: A survey. IEEE Trans Knowl Data Eng. 2004; 16(11):1370–86.

    Article  Google Scholar 

  8. Vaske CJ, Benz SC, Sanborn JZ, Earl D, Szeto C, Zhu J, Haussler D, Stuart JM. Inference of patient-specific pathway activities from multi-dimensional cancer genomics data using paradigm. Bioinformatics. 2010; 26(12):237–45.

    Article  Google Scholar 

  9. Taylor BS, Schultz N, Hieronymus H, Gopalan A, Xiao Y, Carver BS, Arora VK, Kaushik P, Cerami E, Reva B, et al. Integrative genomic profiling of human prostate cancer. Cancer Cell. 2010; 18(1):11–22.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Li W, Zhang S, Liu CC, Zhou XJ. Identifying multi-layer gene regulatory modules from multi-dimensional genomic data. Bioinformatics. 2012; 28(19):2458–66.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Rai A, Pradhan P, Nagraj J, Lohitesh K, Chowdhury R, Jalan S. Understanding cancer complexome using networks, spectral graph theory and multilayer framework. Sci Rep. 2017; 7:41676.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Zhao B, Hu S, Li X, Zhang F, Tian Q, Ni W. An efficient method for protein function annotation based on multilayer protein networks. Hum Genom. 2016; 10(1):33.

    Article  Google Scholar 

  13. Chalise P, Fridley BL. Integrative clustering of multi-level ‘omic data based on non-negative matrix factorization algorithm. PLoS ONE. 2017; 12(5):0176278.

    Article  Google Scholar 

  14. Wang B, Mezlini AM, Demir F, Fiume M, Tu Z, Brudno M, Haibe-Kains B, Goldenberg A. Similarity network fusion for aggregating data types on a genomic scale. Nat Methods. 2014; 11(3):333–7.

    Article  CAS  PubMed  Google Scholar 

  15. GLIGORIJEVIĆ V, Malod-Dognin N, PRžULJ N. Patient-specific data fusion for cancer stratification and personalized treatment. In: Biocomputing 2016: Proceedings of the Pacific Symposium: 2016. p. 321–32.

  16. De Domenico M, Nicosia V, Arenas A, Latora V. Structural reducibility of multilayer networks. Nat Commun. 2015; 6:6864.

    Article  PubMed  Google Scholar 

  17. Iacovacci J, Bianconi G. Extracting information from multiplex networks. Chaos: An Interdiscip J Nonlinear Sci. 2016; 26(6):065306.

    Article  Google Scholar 

  18. Cantini L, Medico E, Fortunato S, Caselle M. Detection of gene communities in multi-networks reveals cancer drivers. Sci Rep. 2015; 5:17386.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Von Luxburg U. A tutorial on spectral clustering. Stat Comput. 2007; 17(4):395–416.

    Article  Google Scholar 

  20. Zang Y, Zhao Q, Zhang Q, Li Y, Zhang S, Ma S. Inferring gene regulatory relationships with a high-dimensional robust approach. Genet Epidemiol. 2017; 41(5):437–54.

    Article  PubMed  Google Scholar 

  21. Cheng L, Wang P, Yang S, Yang Y, Zhang Q, Zhang W, Xiao H, Gao H, Zhang Q. Identification of genes with a correlation between copy number and expression in gastric cancer. BMC Med Genet. 2012; 5(1):14.

    Google Scholar 

  22. Myhre S, Lingjærde OC, Hennessy BT, Aure MR, Carey MS, Alsner J, Tramm T, Overgaard J, Mills GB, Børresen-Dale AL, et al. Influence of dna copy number and mrna levels on the expression of breast cancer related proteins. Mol Oncol. 2013; 7(3):704–18.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Lanckriet GR, De Bie T, Cristianini N, Jordan MI, Noble WS. A statistical framework for genomic data fusion. Bioinformatics. 2004; 20(16):2626–35.

    Article  CAS  PubMed  Google Scholar 

  24. Shi J, Malik J. Normalized cuts and image segmentation. IEEE Trans Pattern Anal Mach Intell. 2000; 22(8):888–905.

    Article  Google Scholar 

  25. Dhillon IS. Co-clustering documents and words using bipartite spectral graph partitioning. In: Proceedings of the seventh ACM SIGKDD international conference on Knowledge discovery and data mining. ACM: 2001. p. 269–74.

  26. Nabieva E, Jim K, Agarwal A, Chazelle B, Singh M. Whole-proteome prediction of protein function via graph-theoretic analysis of interaction maps. Bioinformatics. 2005; 21(suppl 1):302–10.

    Article  Google Scholar 

  27. Shi X, Zhao Q, Huang J, Xie Y, Ma S. Deciphering the associations between gene expression and copy number alteration using a sparse double laplacian shrinkage approach. Bioinformatics. 2015; 31(24):3977–83.

    CAS  PubMed  PubMed Central  Google Scholar 

  28. Shi X, Liu J, Huang J, Zhou Y, Shia B, Ma S. Integrative analysis of high-throughput cancer studies with contrasted penalization. Genet Epidemiol. 2014; 38(2):144–51.

    Article  PubMed  PubMed Central  Google Scholar 

  29. Yuan Y, Curtis C, Caldas C, Markowetz F. IEEE/ACM Trans Comput Biol Bioinforma (TCBB). 2012; 9(4):947–54.

  30. Jiang Y, Shi X, Zhao Q, Krauthammer M, Rothberg B, Ma S. Integrated analysis of multidimensional omics data on cutaneous melanoma prognosis. Genomics. 2016; 107(6):223.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Bertsimas D, Tsitsiklis J, et al. Simulated annealing. Stat Sci. 1993; 8(1):10–5.

    Article  Google Scholar 

  32. Suman B, Kumar P. A survey of simulated annealing as a tool for single and multiobjective optimization. J Oper Res Soc. 2006; 57(10):1143–60.

    Article  Google Scholar 

  33. Koulamas C, Antony S, Jaen R. A survey of simulated annealing applications to operations research problems. Omega. 1994; 22(1):41–56.

    Article  Google Scholar 

  34. Hajek B. Cooling schedules for optimal annealing. Math Oper Res. 1988; 13(2):311–29.

    Article  Google Scholar 

  35. Tan KM, Witten DM. Sparse biclustering of transposable data. J Comput Graph Stat. 2014; 23(4):985–1008.

    Article  PubMed  PubMed Central  Google Scholar 

  36. Meinshausen N, Bühlmann P. Stability selection. J R Stat Soc Ser B Stat Methodol. 2010; 72(4):417–73.

    Article  Google Scholar 

  37. Székely GJ, Rizzo ML. The distance correlation t-test of independence in high dimension. J Multivar Anal. 2013; 117:193–213.

    Article  Google Scholar 

  38. Blondel VD, Guillaume JL, Lambiotte R, Lefebvre E. Fast unfolding of communities in large networks. J Stat Mech: Theory Exp. 2008; 2008(10):10008.

    Article  Google Scholar 

  39. Clauset A, Newman ME, Moore C. Finding community structure in very large networks. Phys Rev E. 2004; 70(6):066111.

    Article  Google Scholar 

Download references

Acknowledgments

We thank the editor and reviewers for their careful review and insightful comments, which have led to a significant improvement of the article.

Funding

This study has been supported by R03CA216017 from NIH and 2016LD01 from National Bureau of Statistics of China. The funding agencies had no role in the design and conduct of the study and draft of the manuscript.

Availability of data and materials

The TCGA datasets used in this study are available at the website https://cancergenome.nih.gov/. The R package NCutYX can be found at the website https://cran.r-project.org/web/packages/NCutYX/index.html.

Author information

Authors and Affiliations

Authors

Contributions

Both authors were involved in methodological development and in writing the manuscript and revising it. SJTH conducted programming and numerical study. Both authors read and approved the final manuscript.

Corresponding author

Correspondence to Shuangge Ma.

Ethics declarations

Ethics approval and consent to participate

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

The file SupplementaryFile.xlsx contains detailed MuNCut clustering results for BRCA and CESC data. (XLSX 17 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

Teran Hidalgo, S., Ma, S. Clustering multilayer omics data using MuNCut. BMC Genomics 19, 198 (2018). https://doi.org/10.1186/s12864-018-4580-6

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12864-018-4580-6

Keywords