Skip to main content

METHODS article

Front. Cell Dev. Biol., 22 February 2021
Sec. Molecular and Cellular Pathology
Volume 9 - 2021 | https://doi.org/10.3389/fcell.2021.629876

Identifying Disease Related Genes by Network Representation and Convolutional Neural Network

Bolin Chen1 Yourui Han2,3 Xuequn Shang1* Shenggui Zhang2,3*
  • 1School of Computer Science, Northwestern Polytechnical University, Xi'an, China
  • 2School of Mathematics and Statistics, Northwestern Polytechnical University, Xi'an, China
  • 3Xi'an-Budapest Joint Research Center for Combinatorics, Northwestern Polytechnical University, Xi'an, China

The identification of disease related genes plays essential roles in bioinformatics. To achieve this, many powerful machine learning methods have been proposed from various computational aspects, such as biological network analysis, classification, regression, deep learning, etc. Among them, deep learning based methods have gained big success in identifying disease related genes in terms of higher accuracy and efficiency. However, these methods rarely handle the following two issues very well, which are (1) the multifunctions of many genes; and (2) the scale-free property of biological networks. To overcome these, we propose a novel network representation method to transfer individual vertices together with their surrounding topological structures into image-like datasets. It takes each node-induced sub-network as a represented candidate, and adds its environmental characteristics to generate a low-dimensional space as its representation. This image-like datasets can be applied directly in a Convolutional Neural Network-based method for identifying cancer-related genes. The numerical experiments show that the proposed method can achieve the AUC value at 0.9256 in a single network and at 0.9452 in multiple networks, which outperforms many existing methods.

1. Introduction

With the rapid development of high-throughput biological experiment and the wide application of bioinformatics (Guingab-Cagmat et al., 2013), the identification of genes related to human diseases becomes more and more important in understanding the mechanism of disease pathogenesis. Many biological networks (Raval and Ray, 2013) have been used to identify disease related genes, such as genetic interaction networks (Boucher and Jenna, 2013), protein-protein interaction networks (Seebacher and Gavin, 2011), and gene interaction networks (Robert, 2012), etc. Ramsahai et al. (2017) use gene interaction networks to improve the identification of cancer driver genes. Gevaert et al. (2014) use module network interaction of multi-omics data to identify ovarian cancer driver genes.

To achieve the identification of disease related genes by using networks data, many powerful machine learning methods have been proposed from various computational aspects, such as decision tree (She et al., 2010), support vector machine (Choi et al., 2011) and naive Bayes (Yousef et al., 2007). Meanwhile, deep learning methods have also gained big success in identifying disease related genes according to their higher calculation accuracy and efficiency. However, most deep learning methods lack the consideration of multifunction properties of many genes and scale-free characteristics of biological networks, thus resulting in some limitations in the identification of disease related genes. Genes' multi-function and biological networks' scale-free characteristics are shown in Figures 1A,B.

FIGURE 1
www.frontiersin.org

Figure 1. The overall idea of the proposed method. (A) The multi-function of genes, which shows genes' multi-tag. (B) The biological networks' scale-free characteristics. Two cancer related genes WT1 and KIT are take as the example. (C) The four genes' representations processed by our proposed network representation method. Each genes will be surrounded by those selected genes and their tags. All of them come together like an “ecosystem.” (D) The image-like datasets which corresponded to the representation of genes.

To be more specific, the disease related genes tend to have multi-functions, that is, there may be several genes co-work together to result in some diseases, or one gene is related to multiple diseases. Many graph neural network based representation methods do not consider the multi-function of nodes and also suffer from the limitation of node's degree, especially for scale-free networks (Zhou et al., 2018). Many biological networks, such as PPI networks, pathway co-occurrence networks, gene co-expression networks, and DNA co-methylation network, etc., are not inappropriate with each other, and they often fail to exploit the power of graph neural network. These networks do not accurately explain the similarity between genes and their feature vectors, i.e., those edges only simply indicate that two genes are related to each other, but do not show their global similarities between neighbors. In addition, many genes have no attribute data associated with a disease, but those known multi-function disease related genes contain more information, which make the dimension difference of resulting feature vectors.

Most biological networks have the scale-free property (Boccaletti et al., 2010), which means hubs get more information from their neighbors, while those non-hub nodes get less information from their neighbors. They aren't equivalent. So we need to give “neighbor” a new definition based on similarity instead of the neighbor defined by the original adjacency relationship, which makes node in the scale-free network get information of roughly the same scale. After the node sequence selection and the neighborhood graph construction, we regard node-induced sub-network as the represented object to have a regularization such that every node can get information of roughly the same scale from node-induced sub-network corresponded with itself.

At the same time, the function of a gene is actually the function of the gene's product, that is, the protein's function of the coding gene and the RNA's function of the non-coding gene (Gamermann et al., 2019). The selective expression of genes means genes express in a certain time and space. All of these cause the multifunction properties of many genes. So we need to give the gene a specific environment information to distinguish the gene functions according to the identification of disease class. For one gene, this specific environment is reflected in two aspects: (1) which disease class the gene in this gene's neighbors belongs to; (2) how do this gene's neighbors affect this gene.

In this study, we take node-induced sub-network as the represented object to have a regularization for solving the limitation of node's degree, and add neighbor's environmental characteristics of nodes for solving multifunction of genes, shown in Figure 1C. Then we find a low-dimensional network space for a network, to transfer topological networks into image-like datasets, which can be applied directly by convolutional neural network for identifying cancer-related genes, shown in Figure 1D.

2. Materials and Methods

2.1. Data Sources

Seven biological networks are employed in this study, which includes four PPI networks, one pathway co-occurrence network, one gene co-expression network, and one DNA methylation dataset. The PPI network are collected from HPRD (Release 9), BioGrid (3.4.143), IntAct (4.2.3.2), and InWeb_IM (2016_09_12). The first three of them are binary PPIs, while the last one is weighted PPIs. The pathway dataset is download from MSigDB (c2.all.v5.2). The expression profiles are obtained from ArrayExpress (E-TABM-305). The DNA methylation dataset is collected from GEO (GSE36064). In this study, we selected those node entries which appear in at least six datasets and resulted in 9189 identical vertices by blurring the differences between proteins and genes (Chen et al., 2017).

The known gene-disease associations are obtained from Goh's paper (Goh et al., 2007) and the OMIM dataset, where 1285 genes are overlapped with the previous 9189 genes. There are 22 classes of diseases, such as cancer, bone, earnosethroat, hematological, etc. Since only genes related to cancer class exhibit dense connections in the human disease gene network, we will take the cancer class for example in this study, and evaluate our proposed method to identify cancer-related genes.

2.2. Network Representation

2.2.1. Low-Dimensional Network Space

A graph G = < V, E > is commonly used to represent a network, where V is the vertex set, and E is the edge set (Cohen and Havlin, 2010). The space of the adjacency matrix A of G is called an n-dimensional network space, where n is the number of nodes. The network representation aims to learn a low-dimensional vector space for a network, in contrast with the n-dimensional space (Cui et al., 2017). Obviously, we need to choose an m-dimensional network space be the low-rank space, where m < < n. That is, for every node, we need to choose m − 1 nodes as its neighbors, and add environmental characteristics through the relevant information of its neighbors.

2.2.2. Embedding

A one-to-one mapping Γ from n-dimensional network space to m-dimensional network space is established, which is illustrated in Figure 2. A sub-network with m nodes is obtained after embedding nodes into the m-dimensional graph space as follows.

FIGURE 2
www.frontiersin.org

Figure 2. An example of a node's representation, where n-dimensional network space is reduced to m-dimensional network space.

Firstly, we do the node sequence selection by similarity. We take the row vector as the vector representation of a vertex, e.g., ai = (ai,1, ai,2, ⋯ , ai,n) is a row vector as the vector representation of the node vi. Define the similarity Si,j between the node vi and the node vj as

 Si,j=1k=1n(ai,k-aj,k)2.    (1)

The larger Si,j, the more consistent that node vi and node vj influence on other vertices, i.e.,the node vi is similar to the node vj in this network, which means they may have the similar biological function or take part in similar cellular processes.

Then we rearrange the genes to facilitate the selection of m − 1 neighbors. An agglomerative hierarchical clustering algorithm is employed to cluster vertices in the network, where a sequence of leaf vertices (v1,v2,,vn) is obtained corresponding to the clustering tree. Vertices with higher similarity are closer, while those with less similarity are far away from each other.

Secondly, we do the neighborhood network construction. Given a vertex vi, a 2k + 1 neighborhood field can be obtained by taking vi as the center and a receptive field with a radius of k, where m < k < n. After this, m − 1 vertices can be selected according to their similarity to the center as follows

max(j=1m1Svi,vj)    (2)

Thirdly, we do the network normalization. Those vertices selected can be embedded to a m-dimensional network space and a sub-network with m vertices is obtained as the representation of vi. The diagram is shown in Figure 3.

FIGURE 3
www.frontiersin.org

Figure 3. Embedding nodes in m-dimensional network space.

2.2.3. Transferring

The adjacent matrix can then be rearranged according to this leaf sequence. By doing this, an m * m sub-adjacent matrix Avi of the above sub-network of vertex vi can be obtained. The sub-adjacent matrix Avi fully preserves surrounding topological structures of vertex vi, which reflects how the surrounding vertices affect vertex vi.

Avi=[0wi,i1wi,im2wi,im1wi1,i0wi1,im2wi1,im1wim2,iwim2,i10wim2,im1wim1,iwim1,i1wim1,im20]    (3)

Moreover, each vertex may also belong to a disease class according to the gene-disease association. We choose neighbors' disease class information of vertex vi as its environmental characteristics. A classification matrix Cvi can also be generated by taking the disease class information as the diagonal element for its m − 1 neighbors in the sub-network.

Cvi=[00000ci10000cim20000cim1]    (4)

Considering the multi-tag caused by the genes' multi-function, we need to process neighbors' disease class information of vertex vi. For the identified disease class tid and vertex vi, whose tag set is T(vi)={t1,t2,,tj}, first we define the tag tcenter of the vertex vi as follows:

tcenter={tj,if tidT(vi) and d(tj,tid) is minimum;tid,if tidT(vi);0,if T(vi)=o.    (5)

Second, for the tag tcenter of the vertex vi and vertex vik whose tag set is T(vik)={t1,t2,,tj}, we define cik the as follows:

cik={tj/22,if tcenterT(vik) and d(tj,tcenter) is minimum;tcenter/22,if tcenterT(vik);0,if T(vik)=o.    (6)

where d(ti, tj) means the centroid linkage of ti and tj.

Then an image-like two-dimensional matrix Evi can be obtained by adding Avi and Cvi together. This image-like two-dimensional matrix of the sub-network is a network representation of vertex vi, which preserves rich structural information from sub-network's weighted adjacency matrix and the important network properties from classifications' matrix.

Evi=Avi+Cvi=[0wi,i1wi,im2wi,im1wi1,ici1wi1,im2wi1,im1wim2,iwim2,i1cim2wim2,im1wim1,iwim1,i1wim1,im2cim1]    (7)

3. Experiments and Results

3.1. The Comparison of Traditional Machine Learning Methods and Convolutional Neural Network

Considering the single weighted PPI network (InWeb_IM), we do a binary classification of cancer-related genes as an example. There are a total of 1,285 genes related to 22 classifications of diseases known, of which 178 cancer-related genes are positive samples, and the same number of negative samples are randomly selected from other diseases' classification.

Since there are 22 classifications of diseases, one of which is unclassified, so we choose 21-dimensional network space as m-dimensional network space be the low-rank space. After the processing of the network representation method, we embed genes of the network to the 21-dimensional network space, then we transfer those 21-dimensional sub-networks to image-like 21*21 matrix.

We flat the image-like 21*21-dimensional matrix as a 441-dimensional vector, and do binary classification of cancer-related genes using traditional machine learning methods, such as Decision Trees, Support Vector Machines and Naive Bayes. At the same time, we use image-like 21*21-dimensional matrix directly to do binary classification of cancer-related genes by Convolutional Neural Network. Results are shown in Figures 4, 5.

FIGURE 4
www.frontiersin.org

Figure 4. Confusion matrix of the five traditional machine learning methods and the Convolutional Neural Network method.

FIGURE 5
www.frontiersin.org

Figure 5. ROC curves of the five traditional machine learning methods and the Convolutional Neural Network method.

For traditional machine learning methods, although the flattening operation breaks the physical meaning of the original image-like matrix, other machine learning methods have good performance, in addition to DT. Among the five machine learning methods, the best performance in the binary classification of cancer-related genes is the Gaussian kernel Support Vector Machine [SVM(Gau)] method, with the precision 0.8701, recall 0.8651, F1-measure 0.8676, and the AUC value of 0.8610. From the classification results, the other four machine learning methods all focus on the identification of negative samples, except for the SVM(Gau) method. The SVM(Gau) method has roughly the same ability of the identification for positive and negative samples.

For Convolutional Neural Network, its Performance is better than those five traditional machine learning methods according to the f1-measure and the AUC values. From the classification results, this classifier has roughly the same ability of the identification for positive and negative samples, without focusing on one of them.

Table 1 shows the results of comparing the Convolutional Neural Network method with five traditional machine learning methods.

TABLE 1
www.frontiersin.org

Table 1. A summary of five machine learning algorithms and CNN.

3.2. The Comparison of Different Networks by Convolutional Neural Network

To verify that our network representation method is applicable to different types of networks, we consider all these Seven biological networks, which include four PPI networks, one pathway co-occurrence network, one gene co-expression network, and one DNA methylation dataset. We also do a binary classification of cancer-related genes by Convolutional Neural Network as an example. Results are shown in Figure 6.

FIGURE 6
www.frontiersin.org

Figure 6. ROC curves of different networks by using Convolutional Neural Network method.

Comparing the four PPI networks (NT_HPRD, NT_BioGrid, NT_IntAct, and NT_InWeb), weighted PPI network (NT_InWeb) performs best. This is in line with our expectations, because the weighted PPI network contains more detailed information than binary PPI network. Among all these seven networks, the best performance in the binary classification of cancer-related genes is weighted PPI network (NT_InWeb), and other networks also have a good performance, but the DNA methylation network (NT_meth).

Through comparison, we find that the network with more information is more conducive to the identification of cancer-related genes. Therefore, we hope to merge the information of the seven networks to achieve the purpose of cancer-related genes' identification. We choose the node-induced sub-network caused by weighted PPI network (NT_InWeb), and add image-like 21*21 matrix evenly, which is corresponding to this node-induced sub-network in other six networks. Then we do a binary classification of cancer-related genes by Convolutional Neural Network to compare with the single weighted PPI network (NT_InWeb). Results are shown in Figure 7.

FIGURE 7
www.frontiersin.org

Figure 7. ROC curves of the Convolutional Neural Network method by using either a single network (InWeb_IM PPI) or seven multiple networks.

Although there is little difference in AUC between the two, seven multiple networks is slightly higher than the single network. And the best threshold with the least classification error of seven multiple networks is lower than the single network. Table 2 shows the results of comparing the single network (NT_InWeb) and seven multiple networks.

TABLE 2
www.frontiersin.org

Table 2. A comparison of the single network and seven multiple networks.

3.3. The Comparison With Previous Network Representation Method

To verify that our network representation method is better than general network representation method without environmental characteristics, we consider the single weighted PPI network (InWeb_IM) to compare the two. After the node sequence selection by similarity, we choose (vi,vi+1,,vi+20) as the neighborhood of the node vi, and rearrange the 21*21 adjacent matrix according to this neighborhood sequence as the representation of node vi. We also do a binary classification of cancer-related genes by Convolutional Neural Network as an example. Results are shown in Figure 8. It's clear to see our novel network representation method achieve a higher AUC value than general network representation method without environmental characteristics, and its best threshold is also lower.

FIGURE 8
www.frontiersin.org

Figure 8. ROC curves of Convolutional Neural Network method by using different network representation methods.

4. Conclusions

In this paper, we have proposed a novel network representation method, aiming to find a low-dimensional network space for a network, by transferring topological networks into image-like datasets. It can be applied directly by Convolutional Neural Network. Compared with traditional machine learning methods, Our network representation method can process network data directly for identifying disease related genes by Convolutional Neural Network, and achieve a very high AUC value in the binary classification of cancer-related genes.

Data Availability Statement

The original contributions presented in the study are included in the article/supplementary material, further inquiries can be directed to the corresponding author/s.

Author Contributions

BC initialized this study. YH and BC discussed many times to finalized the work plan. XS and SZ gave suggestions many times to modify this study. YH conducted the numerical experiments and drafted the manuscript. All authors read the manuscript and revised it, and agreed with the final version.

Funding

This work was supported by the National Natural Science Foundation of China under Grant Nos. 61972320, 12071370, U1803263, 61772426, 61702161, 61702420, 61702421, and 61602386, the Fundamental Research Funds for the Central Universities under Grant No. 3102019DX1003, the education and teaching reform research project of Northwestern Polytechnical University under Grand No. 2020JGY23, and the Top International University Visiting Program for Outstanding Young Scholars of Northwestern Polytechnical University.

Conflict of Interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Acknowledgments

This paper was recommended by the 5th Computational Bioinformatics Conference.

References

Boccaletti, S., Latora, V., and Moreno, Y. (2010). Handbook on Biological Networks. Singapore: World Scientific Press. doi: 10.1142/7182

CrossRef Full Text | Google Scholar

Boucher, B., and Jenna, S. (2013). Genetic interaction networks: better understand to better predict. Front. Genet. 4:20130013. doi: 10.3389/fgene.2013.00290

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, B., Jin, Y., and Shang, X. (2017). “Net2Image: a network representation method for identifying cancer-related genes”, in International Symposium on Bioinformatics Research and Applications (Cham: Springer Press), 337–343. doi: 10.1007/2F978-3-319-59575-7_31

CrossRef Full Text | Google Scholar

Choi, H., Yeo, D., Kwon, S., and Kim, Y. (2011). Gene selection and prediction for cancer classification using support vector machines with a reject option. Comput. Stat. Data Anal. 55, 1897–1908. doi: 10.1016/j.csda.2010.12.001

CrossRef Full Text | Google Scholar

Cohen, R., and Havlin, S. (2010). Complex Networks: Structure, Robustness and Function. Cambridge: Cambridge University Press. doi: 10.1017/CBO9780511780356

CrossRef Full Text | Google Scholar

Cui, P., Wang, X., and Peng, J. (2017). A survey on network embedding. IEEE Trans. Knowledge Data Eng. 31, 833–852. doi: 10.1109/TKDE.2018.2849727

CrossRef Full Text | Google Scholar

Gamermann, D., Triana-Dopico, J., and Jaime, R. (2019). A comprehensive statistical study of metabolic and protein-protein interaction network properties. Phys. A Stat. Mech. Appl. 534:1222204. doi: 10.1016/j.physa.2019.122204

CrossRef Full Text | Google Scholar

Gevaert, O., Villalobos, V., and Sikic, B. (2014). Identification of ovarian cancer driver genes by using module network integration of multi-omics data. Interface Focus 4:20130013. doi: 10.1098/rsfs.2014.0023

PubMed Abstract | CrossRef Full Text | Google Scholar

Goh, K., Cusick, M., Valle, D., and Childs, B. (2007). The human disease network. Proc. Natl. Acad. Sci. U.S.A. 104, 8685–8690. doi: 10.1073/pnas.0701361104

CrossRef Full Text | Google Scholar

Guingab-Cagmat, J., Cagmat, E., and Hayes, R. (2013). Integration of proteomics, bioinformatics, and systems biology in traumatic brain injury biomarker discovery. Front. Neurol. 4:61. doi: 10.3389/fneur.2013.00061

CrossRef Full Text | Google Scholar

Ramsahai, E., Walkins, K., and Tripathi, V. (2017). The use of gene interaction networks to improve the identification of cancer driver genes. PeerJ 5:e2568. doi: 10.7717/peerj.2568

PubMed Abstract | CrossRef Full Text | Google Scholar

Raval, A., and Ray, A. (2013). Introduction to Biological Networks. Boca Raton, FL: CRC Press.

Google Scholar

Robert, C. (2012). Statistical Human Genetics: Methods and Protocols. New Jersey, NJ: Humana Press.

Google Scholar

Seebacher, J., and Gavin, A. C. (2011). SnapShot: protein-protein interaction networks. Cell 144:1000.e1. doi: 10.1016/j.cell.2011.02.025

CrossRef Full Text | Google Scholar

She, R., Chu, J. S.-C., and Wang, K. (2010). “Fast and accurate gene prediction by decision tree classification,” in Proceedings of the 2010 SIAM International Conference on Data Mining (Columbus, OH: SIAM), 790–801. doi: 10.1137/1.9781611972801.69

CrossRef Full Text | Google Scholar

Yousef, M., Jung, S., and Kossenkov, A. (2007). Nave bayes for micro rna target predictions-machine learning for micro rna targets. Bioinformatics 23, 2987–2992. doi: 10.1093/bioinformatics/btm484

CrossRef Full Text | Google Scholar

Zhou, J., Cui, G., and Zhang, Z. (2018). Graph neural networks: a review of methods and applications. arXiv [Preprint]. arXiv:1812.08434.

Google Scholar

Keywords: identification of disease-related genes, network representation, machine learning, deep learning, convolutional neural network

Citation: Chen B, Han Y, Shang X and Zhang S (2021) Identifying Disease Related Genes by Network Representation and Convolutional Neural Network. Front. Cell Dev. Biol. 9:629876. doi: 10.3389/fcell.2021.629876

Received: 16 November 2020; Accepted: 22 January 2021;
Published: 22 February 2021.

Edited by:

Liang Cheng, Harbin Medical University, China

Reviewed by:

Quan Zou, University of Electronic Science and Technology of China, China
Xiaoqing Peng, Central South University, China

Copyright © 2021 Chen, Han, Shang and Zhang. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Xuequn Shang, npu_bioinf@hotmail.com; Shenggui Zhang, sgzhang@nwpu.edu.cn

These authors have contributed equally to this work

Download