Literature DB >> 35870923

Patient subgrouping with distinct survival rates via integration of multiomics data on a Grassmann manifold.

Ali Alfatemi1, Hong Peng1, Wentao Rong1, Bin Zhang1, Hongmin Cai2.   

Abstract

BACKGROUND: Patient subgroups are important for easily understanding a disease and for providing precise yet personalized treatment through multiple omics dataset integration. Multiomics datasets are produced daily. Thus, the fusion of heterogeneous big data into intrinsic structures is an urgent problem. Novel mathematical methods are needed to process these data in a straightforward way.
RESULTS: We developed a novel method for subgrouping patients with distinct survival rates via the integration of multiple omics datasets and by using principal component analysis to reduce the high data dimensionality. Then, we constructed similarity graphs for patients, merged the graphs in a subspace, and analyzed them on a Grassmann manifold. The proposed method could identify patient subgroups that had not been reported previously by selecting the most critical information during the merging at each level of the omics dataset. Our method was tested on empirical multiomics datasets from The Cancer Genome Atlas.
CONCLUSION: Through the integration of microRNA, gene expression, and DNA methylation data, our method accurately identified patient subgroups and achieved superior performance compared with popular methods.
© 2022. The Author(s).

Entities:  

Keywords:  Cancer subtypes; Grassmann manifold; Multi-omics data; PCA; Patients subgroups; Survival rates

Mesh:

Substances:

Year:  2022        PMID: 35870923      PMCID: PMC9308936          DOI: 10.1186/s12911-022-01938-y

Source DB:  PubMed          Journal:  BMC Med Inform Decis Mak        ISSN: 1472-6947            Impact factor:   3.298


Introduction

The rapid development of high-throughput technologies has produced massive amounts of multiomics data, including genome, transcriptome, and proteome data as well as many more types. The analysis of these data enables researchers to improve basic research on cancer, including oncogene identification [1], recognition of cancer mutations [2], screening targets for cancer drugs [3], and cancer subtyping [4]. Many global projects, such as the International Cancer Genome Consortium (ICGC) and The Cancer Genome Atlas (TCGA), have also proven that multiomics data are invaluable for medicine. Thus, multiomics data integration is essential for understanding biological systems and distinguishing among different cancers.Moreover, fusing different datasets for a specific disease provides a more accurate comprehensive view of the disease, which facilitates diagnosis, treatment, guideline instructions, and prevention. According to the manner of integration, methods for clustering multiomics data can be classified into three categories, namely, early, intermediate, and late integration [5, 6]. Early integration tends to rely on learning a common representation of the data, after which ordinary single-view clustering methods are implemented. In this strategy, the data are fused before the model is built; thus, the model ignores the connections among views [5, 7]. For late integration, the proposed model is applied to each type of data independently, and then integration is achieved by combining the results. Late integration methods lack a unified framework for integration, leading to unstable performance [8]. In contrast to the former two types, intermediate integration involves projecting multiomics data into an intermediate space or manifold and learning representations within this space for integration [7, 9, 10]. Inspired by the advantages of intermediate integration, we developed a novel integration method for handling high-dimensional multiomics data. We first learned low-dimensional representations for each view by utilizing principal component analysis (PCA). These representations can be regarded as new features of the patients within each view. With the obtained representations, we constructed a patient-to-patient graph for each view by using the k-nearest neighbors (k-NN) algorithm; these graphs served as intermediate representations, which we projected onto a Grassmann manifold. Finally, a new representation of the patients was obtained by merging these projections on the Grassmann manifold. Its status as an intermediate integration method makes our method more advantageous than other methods based on early or late integration because it can accurately preserve the properties of each data type, thus making it a powerful approach for scaling different data. We tested our method by applying it to three types of data for many cancers, and we found it very suitable for multiple data that require integration for clustering. The method can be extended to include image datasets. Our work focuses on the use of a well-known PCA technique based on Grassmann manifold theory that can be used to align different bases from different sources via a nonlinear alignment method. Nonlinear alignment methods, such as the Grassmann manifold method, can effectively improve the performance of clustering. Regarding multiomics data clustering, our work shows high superiority through the use of linking graphs and subspace theory. The rest of this work is organized as follows. We first review recent progress in “Related works” section. Then, we present the methodology and results in “Methods” and “Results and discussion” sections, respectively. Finally, we present the conclusions in “Conclusion” section.

Related works

The increasing significance of analyzing multiomics data has motivated many studies [11-13]. Facing the great difficulty of reducing the dimensionality of a dataset, the authors of [14] proposed a novel method of analyzing a breast cancer dataset using the PCA technique, which was used to capture the general structure of the clusters in the dataset. In the approach proposed in [15], PCA was utilized to find the topological structure among patients, and a previously unknown subgroup of breast cancers with 100% survival and no metastasis was elucidated. To reduce the effects of bias and regular noise in heterogeneous genomic profiles, Shi et al. [16] proposed a pattern fusion analysis (PFA) framework that enables the identification of integrated sample patterns in a low-dimensional feature space. PFA obtains the local patterns of samples by synthesizing a specific feature space and a global sampling space across several types of datasets. To further enhance the robustness of clustering [17, 18], the authors of [10] proposed a new method called similarity network fusion (SNF), in which patient similarity networks acquired separately from each omics dataset are integrated. The key step of SNF is to iteratively update the similarity of each view, and the final fusion is completed by averaging all similarity matrices. To avoid iterative optimization for SNF, in the GrassmannCluster method [7], patient-to-patient similarities are generated for multiple omics datasets and are mapped via subspace analysis on a Grassmann manifold.

Methods

The proposed method consists of five steps, which are summarized as follows: (1) normalization, (2) dimensionality reduction, (3) construction of patient-to-patient graphs, (4) embedding of the k-NN graphs, and (5) merging on the Grassmann manifold.

Normalization

Given M omics, let denote the data matrices for omics m, where N and D are the numbers of patients and features, respectively. For all analyses, we perform the z-score transformation:where is the standardized value of feature f for patient p and and are the mean and standard deviation, respectively, of feature f. Standardizing the expression values for each feature across all patients through z-score transformation [19] is necessary for running dimensionality reduction tools, such as PCA.

Dimensionality reduction

The PCA technique has much wider applicability than other techniques, such as independent component analysis (ICA) and nonnegative matrix factorization (NMF). It is ideal for recognizing patterns and reducing dimensions; for more details, see the Additional file 1. As shown in previous references [20], the data after dimensionality reduction by PCA effectively capture significant patterns that are present in all the included datasets. After normalizing the data, we utilize PCA as a dimensionality reduction method to further extract important information from the data, and we select a sufficient number of components for each cancer type to explain up to 95% of the data variance. We perform the PCA calculations as described in [20, 21]. Considering the m-th normalized matrix , the goal of PCA is to find the maximum projection variance of all samples, which can be formulated as:The matrix is a standard orthogonal basis for a low dimensional space. The solution to Eq. (2) is made up of the top k eigenvectors of . Suppose that are the eigenvalues of and that the associated eigenvectors are . Thus, the final result of PCA is calculated as .

Construction of patient-to-patient graphs

We construct a patient-to-patient graph in the PCA space to model the specific structure within each view [22-24]. For the m-th graph , the nodes denote patients within the space, and the edges represent the connections among these patients. . On this basis, we first compute the similarity matrix of graph . Each element measures the similarity between patients i and j and is computed as follows:The parameter t is the normalization factor [7]. The higher the value of this parameter is, the more similar the two patients are. Next, we select the k-nearest neighbors of each patient to preserve the local structure of each graph:where consists of the k nearest neighbors of patient i. The parameter k depends on the sample size. Different omics have distinct structures. Thus, the k-NN graph is more representative than the original similarity .

Embedding of the k-NN graphs

To further extract crucial omics features, we project all the graphs into low-dimensional subspaces and obtain their associated embeddings in those spaces. We first calculate the normalized graph Laplacian matrix , which is defined as , where is the degree matrix of the similarity , and each element is computed as [25]. With the learned Laplacian matrix, its embedding can be calculated by solving the associated eigenvalue problem according to the spectral clustering method:The solution to Eq. (5) is the smallest k eigenvector of the normalized Laplacian matrix . The embedding is the basis of each space. Thus, it is more comparable among omics than the original graphs.

Merging on the Grassmann manifold

Minimizing the Euclidean distance between the integrated embeddings and the M embeddings of the omics is a natural way to obtain a fused representation:However, such a scheme assumes that similar patients are located close to each other in Euclidean space, which is often not the case. Multiomics data are complex and heterogeneous. Therefore, measuring their distance on a manifold, such as in a Grassmann manifold, rather than in Euclidean space is more appropriate. The Grassmann manifold G(k, n) [26] is a set of k-dimensional linear subspaces. Each point on G(k, n) represents a set of orthonormal bases Y that can span a dimensional space span(Y). Thus, the distance between the spaces span(Y) and can be defined as the sum of the principal angles for all the basis pairs:where is the principal angle between basis and basis [26, 27]. Based on this measurement, the distance between subspace embeddings can be formulated as follows:To minimize the discrepancy, we propose minimizing their geometric distance by minimizing the following objective function:The Eq. (10) forces the integrated representation U to be close to all the embeddings in terms of the projected distance on the Grassmann manifold, and its solution consists of the k largest eigenvectors of the modified Laplacian matrix . Finally, we cluster the results of subspace U integration by applying the k-means clustering algorithm.

Results and discussion

In this section, we discuss the main results of our study. First, we introduce the datasets used in our work. Next, we explain the experimental procedures. Then, we compare our results with those of recent methods. Finally, we analyze the performance of all methods.

Datasets

We used datasets processed using the SNF method, which were downloaded from the TCGA website and include data on breast invasive carcinoma (BIC), colon adenocarcinoma (COAD), kidney renal clear cell carcinoma (KRCCC), glioblastoma multiforme (GBM), and lung squamous cell carcinoma (LSCC). For each cancer type, three types of data are provided, namely, DNA methylation, gene expression, and miRNA expression. All these datasets contain stage III cancer data, as shown in Table 1.
Table 1

Patients (samples ) and features for the dataset

Cancer type (samples)Gene expression(features)DNA methylation (features)MicroRNA (features)
BIC (105 patients)17,81423,094354
GBM (215 patients)12,0421305534
KRCCC (122 patients)17,89924,960329
LSCC (106 patients)12,04223,074352
COAD (92 patients)17,81423,088312
Patients (samples ) and features for the dataset

Experimental procedures

The framework of the proposed method. (1) The DNA methylation, gene expression, and miRNA expression omics datasets for the same cohort of patients. (2) The representation for each data type by using PCA. (3) The patient-to-patient graph for each type of omics data. (4) The subspace representation for graphs. (5) Subspaces merging via analysis on the Grassmann manifold. (6) The final integrative groups of patients As shown in Fig. 1, we first preprocessed the omics data using z-score normalization. The original omics data have an enormous number of features. Therefore, in the proposed method, we utilized PCA to obtain reduced representations. Then, we created patient-to-patient graphs for each type of omics data. Note that we deleted edges with low similarity measures, which indicate uncertain relationships between samples. After obtaining all the graphs, we computed their k-dimensional spectral embeddings to further encode their information. Then, we merged all the representations on the Grassmann manifold. Finally, the patients were clustered in the fused representation, and we evaluated the clustering results via a post hoc analysis.
Fig. 1

The framework of the proposed method. (1) The DNA methylation, gene expression, and miRNA expression omics datasets for the same cohort of patients. (2) The representation for each data type by using PCA. (3) The patient-to-patient graph for each type of omics data. (4) The subspace representation for graphs. (5) Subspaces merging via analysis on the Grassmann manifold. (6) The final integrative groups of patients

Comparison with popular methods

To prove the efficiency of the proposed method, we compared it with SNF and the GrassmannCluster method. We used Cox survival p values to compare the results of our method with those of SNF and the GrassmannCluster method, and the results are shown in Table 2. For fair comparisons, we used the same number of group subtypes for each cancer for SNF and the GrassmannCluster method.
Table 2

Survival analysis by Log-rank test on five tumor dataset

Cancer typeGrassmannClusterSNFOur method
BIC (5 clusters)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.0\times 10^{-4}$$\end{document}2.0×10-4\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$1.1\times 10^{-3}$$\end{document}1.1×10-3\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$4.3\times 10^{-5}$$\end{document}4.3×10-5
GBM (3 clusters)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$4.3\times 10^{-3}$$\end{document}4.3×10-3\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.0\times 10^{-4}$$\end{document}2.0×10-4\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.3\times 10^{-4}$$\end{document}2.3×10-4
KRCCC (3 clusters)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.8\times 10^{-2}$$\end{document}2.8×10-2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.9\times 10^{-2}$$\end{document}2.9×10-2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$1.4\times 10^{-1}$$\end{document}1.4×10-1
LSCC (4 clusters)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$1.6\times 10^{-2}$$\end{document}1.6×10-2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.0\times 10^{-2}$$\end{document}2.0×10-2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.7\times 10^{-3}$$\end{document}2.7×10-3
COAD (3 clusters)\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$4.2\times 10^{-2}$$\end{document}4.2×10-2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.0\times 10^{-2}$$\end{document}2.0×10-2\documentclass[12pt]{minimal} \usepackage{amsmath} \usepackage{wasysym} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{amsbsy} \usepackage{mathrsfs} \usepackage{upgreek} \setlength{\oddsidemargin}{-69pt} \begin{document}$$2.7\times 10^{-3}$$\end{document}2.7×10-3
Survival analysis by Log-rank test on five tumor dataset Regarding the GrassmannCluster method, there was no COAD among the types of cancer. However, we used its code to obtain the Cox survival p values, as shown in Table 2. Four out of the 5 types of cancer obtained by the GrassmannCluster method were studied. Our method showed the important differences between the survival times. In SNF, 3 out of the 5 types of cancer were studied, showing that our method indicated significant differences in the survival times among subgroups. Regarding the Grassmann clustering method, there was no COAD among the types of cancer. However, we used its code to obtain the Cox survival p values, as shown in Table 3. Four out of the 5 types of cancer were studied with the Grassmann clustering method. Our method showed important differences between the survival times. For SNF, 3 out of the 5 types of cancer were studied, and our method indicated significant differences in the survival times among subgroups.
Table 3

Clustering performance on synthetic multiple omics data. A higher value indicates better performance

DatasetsMethodsNMIACCF-scorePrecisionRecallPurity
Synthetic omics dataGrassmannCluster0.94290.88000.932010.87431
SNF0.6390.5000.56650.395210.5000
Our method0.94680.91500.939310.88551
Performance comparison for generating subgroups for our method, SNF and GrassmannCluster using synthetic omics data The clustering results heatmaps of similarities score for each type of cancer Clustering performance on synthetic multiple omics data. A higher value indicates better performance Great care was taken to test a synthetic omics dataset extracted from [6, 28] to present comparisons. Out of 200 raw data samples, three types of data were simulated, namely, microRNA, gene expression, and DNA methylation data, which included 503, 2541, and 936 features, respectively. Then, we applied three mathematical clustering methods, that is, SNF, the GrassmannCluster method, and our method, to the synthetic omics dataset. As shown in Table 3, the performance was measured in terms of common quantitative measures: the accuracy (ACC), normalized mutual information (NMI), F-score, precision and purity. These metrics are widely used to evaluate clustering performance, with a higher value indicating better performance. The average results from ten runs are illustrated in Fig. 2. This figure shows that the proposed method outperforms the conventional methods in terms of accuracy. For example, when the SNF and GrassmannCluster methods are used, the accuracy is 0.500 and 0.8800, respectively, while the NMI is 0.639 and 0.9429; in contrast, our method results in an accuracy of 0.9150 and an NMI of 0.9468, both of which are better than the accuracy and NMI values achieved with the SNF and GrassmannCluster methods. In short, the results prove that our method is superior. The experiments were performed using a laptop computer with an Intel(R) Core(TM) i7-3537U CPU, 4 GB of RAM, the Windows 10 operating system, and MATLAB R2020A.
Fig. 2

Performance comparison for generating subgroups for our method, SNF and GrassmannCluster using synthetic omics data

Performance evaluation

To further demonstrate the superior performance of the proposed method, we plotted the heatmaps of all the similarities for each cancer type in Fig. 3. Breast cancer was selected as a case study, and the proposed method was applied to the TCGA data mentioned in “Datasets” section. The patients were clustered into five subgroups, as shown in Table 4. For more details, see Additional file 1: Section 6. The patients were grouped based on two main factors: (1) the silhouette score [29] to evaluate the most similar patients within the subgroups, for which it was found that k = 5 was the optimal value (see Additional file 1: Fig. S1 and Additional file 1: Fig. S2, and (2) the p value in the Cox log-rank test, to evaluate the significance of the differences in survival profiles between subgroups (see Additional file 1: Fig. S3).
Fig. 3

The clustering results heatmaps of similarities score for each type of cancer

Table 4

An example of survival to illustrate the comparison between five subgroups for breast cancer

Subgroup 1Subgroup 2Subgroup 3Subgroup 4Subgroup 5
Number of patients2919192117
Events102123
Median (days)15633945296542731699
N.risk52112
Lower 95% CI0.21880.0673NANA0.0839
Upper 95% CI0.8721NANA1
Survival0.4370.333000.375
An example of survival to illustrate the comparison between five subgroups for breast cancer We compared the obtained subgroups against other known subgroups (luminal A, luminal B, triple-negative/basal-like, HER2-enriched and normal-like), for which we downloaded the data of already known subgroups from the TCGA website for the same patients. Kaplan–Meier and multivariate Cox analyses were performed to compare the known subgroups and the newly obtained subgroups. Significant survival differences were obtained for the newly obtained subgroups compared to the already known subgroups, as shown in Additional file 1: Fig. S4 and Table S1. It is clear that our obtained subgroups provide better survival percentages. Each group has a different survival effect, e.g., group 4 has the highest effect compared with the other groups, while group 1 has the worst survival prognosis (P value 0.001). Additionally, group 4 has the highest survival among all groups, with a hazard ratio (HR) of 0.02, a confidence interval (CI) of (0.001–0.3) and a p value of 0.008. The integrative cluster detects clinically important subgroups of cancer, which are determined by Kaplan- Meier plots for survival clustering integration for BIC, COAD, GBM, KRCCC, and LSCC. The log-rank test show the p value by log-rank test summarizes the statistical differences between subgroups In general, the differences in the survival profiles between subgroups were assessed by means of Cox log-rank tests using the survminer R package. The p value for breast cancer was (see Table 2, Fig. 4). These results demonstrate that our method shows promising performance in cancer subgrouping. Consequently, we can conclude that our method provides superior and suitable performance in combining different types of omics data. Furthermore, our approach is very flexible in choosing suitable features for every patient.
Fig. 4

The integrative cluster detects clinically important subgroups of cancer, which are determined by Kaplan- Meier plots for survival clustering integration for BIC, COAD, GBM, KRCCC, and LSCC. The log-rank test show the p value by log-rank test summarizes the statistical differences between subgroups

Conclusion

In this paper, we proposed a novel multiomics clustering method. Our method is based on subspace representation and manifold integration. We projected each type of omics data into a low-dimensional space via PCA and built a graph for the patients. Then, all the constructed graphs were represented by their spectral embeddings and subsequently merged on a Grassmann manifold. The proposed approach can effectively identify patient subgroups with distinct survival rates by combining microRNA, gene expression, and DNA methylation data. Our method was more accurate in addressing the patient subgroup problem than recent methods. Our approach can be extended to include images, for which multiple types of properties need to be integrated. Moreover, our method can be used for other applications that require the integration of multiple types of features. Additional file 1. More details about using PCA, k-NN and k-means algorithms.
  20 in total

Review 1.  Methods for biological data integration: perspectives and challenges.

Authors:  Vladimir Gligorijević; Nataša Pržulj
Journal:  J R Soc Interface       Date:  2015-11-06       Impact factor: 4.118

2.  Identification of Multidimensional Regulatory Modules Through Multi-Graph Matching With Network Constraints.

Authors:  Jiazhou Chen; Guoqiang Han; Aodan Xu; Hongmin Cai
Journal:  IEEE Trans Biomed Eng       Date:  2019-07-10       Impact factor: 4.538

3.  Topology based data analysis identifies a subgroup of breast cancers with a unique mutational profile and excellent survival.

Authors:  Monica Nicolau; Arnold J Levine; Gunnar Carlsson
Journal:  Proc Natl Acad Sci U S A       Date:  2011-04-11       Impact factor: 11.205

4.  Integrative clustering of multiple genomic data types using a joint latent variable model with application to breast and lung cancer subtype analysis.

Authors:  Ronglai Shen; Adam B Olshen; Marc Ladanyi
Journal:  Bioinformatics       Date:  2009-09-16       Impact factor: 6.937

Review 5.  Multi-omic and multi-view clustering algorithms: review and cancer benchmark.

Authors:  Nimrod Rappoport; Ron Shamir
Journal:  Nucleic Acids Res       Date:  2018-11-16       Impact factor: 16.971

6.  Pattern fusion analysis by adaptive alignment of multiple heterogeneous omics data.

Authors:  Qianqian Shi; Chuanchao Zhang; Minrui Peng; Xiangtian Yu; Tao Zeng; Juan Liu; Luonan Chen
Journal:  Bioinformatics       Date:  2017-09-01       Impact factor: 6.937

7.  mixOmics: An R package for 'omics feature selection and multiple data integration.

Authors:  Florian Rohart; Benoît Gautier; Amrit Singh; Kim-Anh Lê Cao
Journal:  PLoS Comput Biol       Date:  2017-11-03       Impact factor: 4.475

8.  Cancer driver mutation prediction through Bayesian integration of multi-omic data.

Authors:  Zixing Wang; Kwok-Shing Ng; Tenghui Chen; Tae-Beom Kim; Fang Wang; Kenna Shaw; Kenneth L Scott; Funda Meric-Bernstam; Gordon B Mills; Ken Chen
Journal:  PLoS One       Date:  2018-05-08       Impact factor: 3.240

9.  Simultaneous Interrogation of Cancer Omics to Identify Subtypes With Significant Clinical Differences.

Authors:  Aodan Xu; Jiazhou Chen; Hong Peng; GuoQiang Han; Hongmin Cai
Journal:  Front Genet       Date:  2019-03-28       Impact factor: 4.599

10.  Multi-omic tumor data reveal diversity of molecular mechanisms that correlate with survival.

Authors:  Daniele Ramazzotti; Avantika Lal; Bo Wang; Serafim Batzoglou; Arend Sidow
Journal:  Nat Commun       Date:  2018-10-26       Impact factor: 14.919

View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.