Skip to main content

ORIGINAL RESEARCH article

Front. Cell Dev. Biol., 10 June 2021
Sec. Molecular and Cellular Pathology
Volume 9 - 2021 | https://doi.org/10.3389/fcell.2021.603758

Predicting miRNA-Disease Association Based on Modularity Preserving Heterogeneous Network Embedding

  • 1Faculty of Information Engineering and Automation, Kunming University of Science and Technology, Kunming, China
  • 2Computer Technology Application Key Laboratory of Yunnan Province, Kunming University of Science and Technology, Kunming, China
  • 3Guangxi Key Laboratory of Multimedia Communications and Network Technology, Guangxi University, Nanning, China

MicroRNAs (miRNAs) are a category of small non-coding RNAs that profoundly impact various biological processes related to human disease. Inferring the potential miRNA-disease associations benefits the study of human diseases, such as disease prevention, disease diagnosis, and drug development. In this work, we propose a novel heterogeneous network embedding-based method called MDN-NMTF (Module-based Dynamic Neighborhood Non-negative Matrix Tri-Factorization) for predicting miRNA-disease associations. MDN-NMTF constructs a heterogeneous network of disease similarity network, miRNA similarity network and a known miRNA-disease association network. After that, it learns the latent vector representation for miRNAs and diseases in the heterogeneous network. Finally, the association probability is computed by the product of the latent miRNA and disease vectors. MDN-NMTF not only successfully integrates diverse biological information of miRNAs and diseases to predict miRNA-disease associations, but also considers the module properties of miRNAs and diseases in the course of learning vector representation, which can maximally preserve the heterogeneous network structural information and the network properties. At the same time, we also extend MDN-NMTF to a new version (called MDN-NMTF2) by using modular information to improve the miRNA-disease association prediction ability. Our methods and the other four existing methods are applied to predict miRNA-disease associations in four databases. The prediction results show that our methods can improve the miRNA-disease association prediction to a high level compared with the four existing methods.

Introduction

MicroRNA (miRNA) is a category of small endogenous single-stranded non-coding RNA molecules with about 22 nucleotides in length. They play an essential role in regulating gene expression and complex gene regulatory networks by repressing target mRNAs expression at the post-transcriptional level (Bartel, 2004; Meister and Tuschl, 2004). Studies show that about 60% of human protein-coding genes are targeted by miRNAs, where the 5′ region of miRNA binds to 3′ UTR of the target mRNAs (Friedman et al., 2009). With the rapid development of biotechnology, increasing research has demonstrated that miRNAs play crucial roles at multiple stages of many critical biological processes such as early cell growth, development, proliferation, differentiation, tumor invasion, and apoptosis (Ambros, 2003). Furthermore, studies have shown that abnormality and dysregulations of disease-related miRNAs may cause human diseases (Garzon et al., 2010). Therefore, inferring the potential miRNA-disease association is of great benefit to studying human diseases, such as disease prevention, disease diagnosis, and drug development. As we all know, discovering the miRNA-disease associations through traditional biological experiments is a time-consuming and labor-intensive process. Instead, computational models would serve as a low-cost, and high-efficiency way of predicting miRNA-disease associations.

Previous researches observe that similar miRNAs tend to associate with the same diseases and similar diseases are highly likely related to the same miRNAs. Hence, many computational methods construct disease similarity network and miRNA similarity network and infer miRNA-disease associations based on the associations between or within the disease or miRNAs (Peng et al., 2016, 2017; Zou et al., 2016; Huang et al., 2019). Xuan et al. (2013) construct a miRNA similarity network according to the degree of two miRNAs sharing similar disease and consider the k most similar neighbors of each miRNA to infer miRNA-disease associations. Chen X. et al. (2012) implement a random walk on the miRNA functional similarity network and explore the potential miRNA-disease associations from the global network information. Xuan et al. (2015) divide the miRNA nodes in the miRNA similarity network into two categories: the given disease-related and the given disease-unrelated nodes. They assign different transition weights to different types of nodes and implement random walk on the miRNA similarity network to predict miRNA-disease associations. Besides the single network, some researchers build a heterogeneous network that consists of miRNAs, diseases, and their inter and intro associations. Liu et al. (2017) construct the miRNA similarity network, disease similarity network and known miRNA-disease association network. After that, they run a random walk on the heterogeneous network to propagate information and exploit potential miRNA-disease associations. Considering the difference in the network structure of the miRNA similarity network and disease similarity network, Luo and Xiao (2017) use an unbalanced Bi-Random walk (called UBiRW) on the heterogeneous network of disease similarity network, miRNA functional similarity network and a known miRNA-disease association network to infer potential miRNA-disease associations. Zeng et al. (2016) enumerate all of the paths from miRNA/disease to disease/miRNA in the heterogeneous network, and the final score between a miRNA and a disease is a linear combination of their path scores. You et al. (2017) construct the heterogeneous network by integrating known human miRNA-disease associations, miRNA functional similarity, disease semantic similarity, and the Gaussian Interaction Profile (GIP) kernel similarity. After that, they do a depth-first search to find the paths between the miRNAs and diseases on the heterogeneous network. Then they filter the long paths and calculate the association of miRNA and disease by combining all their paths.

Recently, a group of researchers proposes the network embedding-based method to predict miRNA-disease associations. The network embedding method designs an objective function and converts the network nodes into a low dimensional vector while maximally preserves the network structural information. Chen and Yan (2014) develop a regularized least square method to learn the latent vectors for miRNAs and diseases on the miRNA similarity network and disease similarity network. They combine the two vectors to give the final solution of predicting new miRNA-disease associations. Lan et al. (2016) construct multi-kernels to store the miRNA functional similarity network, miRNA sequence similarity network and disease semantic similarity network. Then they employ a Bayesian matrix factorization method to infer potential miRNA-disease associations by integrating these data sources. Yan et al. (2019) develop a dynamic neighborhood regularized logistic matrix factorization method called DNRLMF-MDA to learn representation vectors for miRNAs and diseases and predict potential miRNA-disease associations. Li et al. (2017) design an objective function to ensure the scores of known miRNA-disease association matrix are close to those in the predicted miRNA-disease association matrix. They utilize the matrix completion algorithm to update the matrix of known miRNA-disease associations and to predict the potential associations. Xiao et al. (2018) use a graph regularized non-negative matrix factorization framework (named GRNMF) to identify possible associations for all diseases simultaneously. Similarly, Chen’s group proposes two matrix completion-based methods, namely IMCMDA (Chen et al., 2018), and NCMCMDA (Chen et al., 2020) for miRNA-disease association prediction. The differences are IMCMDA uses inductive matrix completion for miRNA-disease association prediction, while NCMCMDA integrates neighborhood constraint in the course of matrix completion.

The methods mentioned above have achieved great success in predicting miRNA-disease associations. However, there are still some shortcomings in these existing methods. Firstly, the single network-based methods only use the miRNA similarity or disease similarity network. They may ignore the relationship between diseases or miRNAs. Secondly, seldom heterogeneous network-based methods consider the miRNA/disease similarity network’s modular structure. Although some network embedding-based methods, i.e., DNRLMF-MDA, NCMCMDA, learn node representation only considering the constraint from part of neighbors, most of them ignore the modular information of miRNAs and diseases. Lu et al. (2008) constructed disease network by giving two diseases an edge if they share at least one common associated miRNA. Diseases cluster together, which suggests that some diseases form modules sharing similar associations at the miRNA level. Moreover, the disease-associated miRNAs show various dysfunctions, such as mutation, upregulation, deleted, and downregulation. On the other hand, groups of homologous miRNA belong to the same miRNA families. They might have similar functions, and therefore, their dysfunction would lead to a similar phenotype. By analyzing members in disease modules or miRNA modules, researchers found that most of the members in the miRNA module are related to the same disease, and the members in the disease modules are mostly related to the same miRNA too. Therefore, this finding can guide us to predict novel disease-related miRNAs.

In this work, we propose a novel heterogeneous network embedding-based method for predicting miRNA-disease associations. We calculate the disease semantic similarity, diseases functional similarity, miRNA functional similarity, and compute the GIP kernel similarity of miRNAs and diseases. Then, we integrate these similarities and construct a heterogeneous network of the disease similarity network, miRNA functional similarity network and a known miRNA-disease association network. After that, we propose a Module-based Dynamic Neighborhood Non-negative Matrix Tri-Factorization (MDN-NMTF) to learn the latent vector representation for miRNAs and diseases in the heterogeneous network. Finally, the association probability is computed by the product of the latent miRNA and disease vectors. MDN-NMTF not only successfully integrates diverse biological information of miRNAs and diseases to predict miRNA-disease associations, but also considers the module properties of miRNAs and diseases in the course of learning vector representation, which can maximally preserve the heterogeneous network structural information and the network properties. Meanwhile, we also extend MDN-NMTF to a new version (called MDN-NMTF2) by using the modular information to improve the prediction ability of MDN-NMTF. Our methods, as well as the other four existing methods [DNRLMF-MDA (Yan et al., 2019), IMCMDA (Chen et al., 2018), UBiRW (Luo and Xiao, 2017), and GRNMF (Xiao et al., 2018)], are applied to predict miRNA-disease associations on four data sets. The prediction results show that compared with the four existing methods, our methods can improve the performance of miRNA-disease association prediction to a high level.

Materials

Four datasets (see Table 1), namely HMDD2.0-You (Li et al., 2014), HMDD2.0-Lan (Lan et al., 2016), HMDD2.0-Yan, and HMDD3.01, were used to evaluate our methods and the other existing methods. HMDD2.0-You, HMDD2.0-Lan, and HMDD2.0-Yan were from HMDD database version 2.0. The HMDD2.0-You dataset includes 495 miRNAs, 380 diseases and 5,424 miRNA-disease associations. The HMDD2.0-Lan dataset consists of 550 miRNAs, 329 diseases and 6,084 miRNA-disease associations. The HMDD2.0-Yan dataset includes 576 miRNAs, 356 diseases, and 6,391 miRNA-disease associations. The HMDD3.0 dataset came from HMDD database version 3.0, which involves 1,207 miRNAs, 894 diseases, and 18,732 miRNA-disease associations. To calculate the functional similarity of diseases, we extracted the functional similarity scores of gene-gene pairs from the HumanNet database that contains 16,243 genes and 476,399 associations (Lee et al., 2011). The disease-gene associations of HMDD2.0-You, HMDD2.0-Yan, and HMDD3.0 were obtained from the DisGeNET database, where includes 13,000 diseases, over 16,000 genes, and 380,000 disease-gene associations (Piñero et al., 2015). The disease-gene associations of HMDD2.0-Lan were downloaded from the SIDD database, containing 2,603 genes, 2,817 diseases, and 117,190 disease-gene associations (Cheng et al., 2013).

TABLE 1
www.frontiersin.org

Table 1. The number of MiRNAs, diseases and miRNA-disease associations in four datasets.

Methods

The MDN-NMTF model aims to learn the representation vectors for miRNAs and diseases and to achieve better prediction for disease-related miRNAs. It can maximally maintain their features in original spaces, i.e., known miRNA-disease associations, miRNA similarity network structure, and disease similarity network structure. The preparing process of MDN-NMTF is broadly divided into four steps: building the networks, learning feature representation; reconstructing the miRNA-disease association network, predicting miRNA-disease associations (see Figure 1).

FIGURE 1
www.frontiersin.org

Figure 1. The flowchart of MDN-NMTF and MDN-NMTF2 to predict miRNA-disease association. The MDN-NMTF model takes four steps to predict miRNA-disease associations: building the similarity networks, learning feature representation for miRNA and diseases; reconstructing the miRNA-disease association network, predicting miRNA-disease associations. MDN-NMTF2 is an extended version of MDN-NMTF. It divides the miRNAs and diseases into several modules on the basis of the representation vectors learned by MDN-NMTF. MDN-NMTF2 calculates the similarity of two miRNAs or two diseases based on the module they belong to and infers the novel miRNA-disease associations from similar miRNAs or diseases in the same modules.

Disease Semantic Similarity

The disease semantic similarity between diseases is calculated using Mesh descriptors of diseases (Nelson et al., 2002). The disease terms can be represented as a direct acyclic graph (DAG), where nodes represent disease terms and edges represent the associations between diseases. The similarity between diseases can be calculated according to their common ancestors in the DAGs.

Let DAGd represent disease d, DAGd = (Td, Ed). Td is the set composed of all parent disease nodes of d and itself, and Ed is the set of all edges between disease nodes within Td. The formula to calculate the semantic value DVd(t) of diseases t and d is as follows:

DV d ( t ) = { 1 , if t = d max { Δ × DV d ( t ) | t children of t } , if t d (1)

Where t is the set of all common ancestors of diseases d. Δ is the semantic contribution factor, whose value is between 0 and 1. We set the value of Δ to 0.5 in this study, similar to the values in (Yan et al., 2019). DS(d) is the semantic values of a disease d in DAG.

DS ( d ) = t T d DV d ( t ) (2)

The semantic similarity between disease di and disease dj is as follows:

D s s ( d i , d j ) = t T d i T d j ( D V d i ( t ) + D V d j ( t ) ) D S ( d i ) + D S ( d j ) (3)

Disease Functional Similarity

Calculating disease functional similarity is based on the assumption that similar diseases target similar disease genes (Cheng et al., 2014). Therefore, given a pair of diseases da and db, the functional similarity is defined as:

D fs ( d a , d b ) = 1 i m GFS G b ( g ai ) + 1 j n GFS G a ( g bj ) m + n (4)

Where Ga = {ga1,ga2,…,gam} and Gb = {gb1,gb2,…,gbn} are two gene sets which associate with diseases da and db, respectively, and m and n are the numbers of genes in Ga and Gb, respectively. GFSGb(gai) denotes the functional similarity between gene gai and the genes in Gb. It can be defined as below:

GFS G b ( g ai ) = max 1 j n ( FS ( g ai , g bj ) ) (5)

Where FS(gai, gbj) denotes the functional similarity between gene gai and gene gbj, which is obtained from HumanNet dataset (Lee et al., 2011) in this work. In the same way, the GFSGa(gbj) can be computed.

MiRNA Functional Similarity

The miRNA functional similarity between two miRNAs m1 and m2 is calculated based on the semantic similarity of diseases to which they are related. It can be defined as follows:

M fs ( m 1 , m 2 ) = 1 i n 1 MFS DT 2 ( d t 1 i ) + 1 j n 2 MFS DT 1 ( d t 2 j ) n 1 + n 2 (6)

Where n1 and n2 are the number of diseases that are associated with miRNAs m1 and m2, respectively. DT1 and DT2 are the sets of diseases that are associated with miRNAs m1 and m2, respectively. MFSDT2 (dt1i) is the semantic similarity of disease dt1i and the diseases in DT2, which is defined as below:

MFS DT 2 ( d t 1 i ) = max 1 j n 2 ( D ss ( d t 1 i , d t 2 j ) ) (7)
MFS DT 1 ( d t 2 j ) = max 1 i n 1 ( D ss ( d t 1 i , d t 2 j ) ) (8)

Where Dss (dt1i, dt2j) is the semantic similarity between diseases dt1i and dt2j.

GIP Kernel Similarity

It is observed that miRNAs with similar functions are more likely to be associated with similar diseases and vice versa. According to this observation, GIP kernel similarity is constructed to describe the miRNA similarity and disease similarity (Laarhoven et al., 2011). First, we defined a binary vector IP (mi) to represent the interaction profile of miRNA mi by observing whether or not there is a known association between miRNA mi and every disease. Then, the GIP similarity between miRNA mi and mj can be calculated as:

KM GIP ( m i , m j ) = exp ( - γ m || IP ( m i ) - IP ( m j ) || 2 ) (9)

Where, γm controls the kernel bandwidth, which normalizes another bandwidth parameter γm′ by the average number of related miRNAs per disease. γm is defined as follows:

γ m = γ m / ( 1 n m i = 1 n m || IP ( m i ) || 2 ) (10)

Here γm is set to be 1 based on the previous study (Yan et al., 2019). nm is the number of miRNAs.

Thus, the GIP kernel similarity between disease di and dj is defined as follows:

KD GIP ( d i , d j ) = exp ( - γ d || IP ( d i ) - IP ( d j ) || 2 ) (11)
γ d = γ d / ( 1 n d i = 1 n d | | IP ( d i ) | | 2 ) (12)

Where γd is also set to 1 and nd is the number of diseases.

Integrating Similarity for miRNAs and Diseases

Because not all miRNA-miRNA pairs have functional similarity, the GIP kernel similarity for miRNA is interpolated to the miRNA functional similarity to obtain the integrated similarity for miRNA. The final miRNA similarity matrix between miRNA mi and miRNA mj is defined as follows:

R m ( m i , m j ) = { M f s ( m i , m j ) , if M fs ( m i , m j ) > 0 KM GIP ( m i , m j ) , otherwise (13)

Similarly, the final disease similarity between disease di and disease dj is defined as follows:

R d ( d i , d j ) = { D fs ( d i , d j ) , if D f s ( d i , d j ) > 0 KD GIP ( d i , d j ) , otherwise (14)

Regularized by Dynamic Neighborhood

Similar to previous DNRLMF-MDA method (Yan et al., 2019), we only preserve the relationships between a miRNA or a disease and their closest neighbors, when projecting the miRNA or disease to their latent spaces. Let N(mi) and N(dj) denote the set of nearest neighbors of miRNA mi and disease dj, respectively. The numbers of nearest neighbors of the miRNAs are not fixed but are dynamically determined according to Eq. (15). For miRNA mi, h(mi) denotes its number of nearest neighbors, which can be as follows:

h ( m i ) = { max ( H ) , if 1 - rs ( m i ) l l ε l , 1 l H 0 , otherwise (15)

Where ε is the control parameter. It is set to 0.56 via cross-validation. The rs(mi) is a ranked vector based on the similarity between miRNA mi and other miRNAs from high to low, and rs(mi)l is the lth most similar value. H integer ranges from 1 to the total number of mi’s neighbors and l (the exponent of ε) is a dynamic variable integer to satisfy the constraint. Similarly, for disease di, its number of nearest neighbors (h(dj)) also can be formulated as follows:

h ( d j ) = { max ( H ) , if 1 - rs ( d j ) l l ε l , 1 l H 0 , otherwise (16)

Where rs(dj) is a ranked vector based on the similarities between disease dj and other diseases from high to low, and rs(dj)l is the lth most similar value.

Let matrix A be the dynamic nearest neighborhood matrix of miRNAs, its element aiμ is calculated as below:

a i μ = { R m ( m i , m μ ) , if m μ N ( m i ) 0 , otherwise (17)

Similarity, let matrix B be the dynamic nearest neighborhood matrix of diseases, its element bjν can be calculated as below:

b j υ = { R d ( d j , d υ ) , if d υ N ( d j ) 0 , otherwise (18)

In this work, we assume that if the two miRNAs or two diseases are the nearest neighbors in their original similarity networks, they should show similar representations in the corresponding latent spaces. Hence, the following two regularization terms are designed for miRNA and disease, respectively, which will be incorporated into the MDN-NMTF objective function. The regularization term for miRNAs can be defined as the following equation (Liu et al., 2016):

i = 1 n m μ = 1 n m a iu || gm i - gm μ || F 2 = Tr ( G m L m G m ) (19)

Where Tr() is the trace of a matrix, and Lm=(Dm+Dm)-(A+A), in which Dm and Dm are the diagonal matrices, whose diagonal elements are Dmii=μ=1nmaiμ and Dmμμ=i=1nmaiμ, respectively. Gm represents the latent matrices of all miRNAs. Similarity, the regularization term for diseases can be defined as the following equation:

j = 1 n d υ = 1 n d b j υ || gd j - gd υ || F 2 = Tr ( G d L d G d ) (20)

Where Ld=(Dd+Dd)-(B+B), in which Dd and Dd are the diagonal matrices, whose diagonal elements are Ddjj=υ=1ndbjυ and Ddυυ=j=1ndbjυ, respectively. And Gd represents the latent matrices of all diseases.

The MDN-NMTF Model

Let Rmnm×nm and Rdnd×nd denote the adjacency matrix of the miRNA similarity network and disease similarity network, respectively. The latent matrices of all miRNAs and diseases are represented as Gmnm×km and Gdnd×kd, respectively. Kkm×kd denotes the association matrix between miRNA modules and disease modules. Let Dnm×nd be the matrix storing the known miRNA-disease associations. The MDN-NMTF learns the representation vectors for miRNAs (Gm) and disease (Gd) by optimizing the following objective function.

min G m , G d , S m , S d , K λ 1 R m - G m S m G m F 2
+ λ 2 Y ( D - G m KG d ) F 2 + λ 3 R d - G d S d G d F 2
+ α 1 G m F 2 + α 2 G d F 2 + β 1 Tr ( G m L m G m )
+ β 2 Tr ( G d L d G d ) + ω K K–I F 2
s . t . G m > 0 , G d > 0 , S m > 0 , S d > 0 , K > 0 (21)

In Eq. (21), the term of ||Rm-GmSmGm||F2 captures the intrinsic module structure within the original miRNA similarity matrix. Because the values in Gm record the modules the miRNAs belong to and Sm records the relationship of these modules. ⊙ is the Hadamard product. The term of ||Y(D-GmKGd)||F2 indicates the miRNAs and diseases share similar relationship both in their original space and the latent space at the module level. We only want to use the known miRNA-disease information to learn their representation matrixes. Hence, let Ynm×nd be a label weighted matrix [see Eq. (22)], where the elements of Y are set to 1 if the miRNA is known to associate with the disease. The elements of Y are set to 0.2 if the miRNA is known to not associate with the disease. Otherwise, the elements of Y are set to 0. Here, we set different weight for knowing to have or have no miRNA-disease associations. Because it is hard to prove that the miRNAs do not associate to certain diseases and some associations are temporarily not annotated due to the limitation of techniques.

Y ( m i , d j ) = { 1 , if D ( m i , d j ) is known and D ( m i , d j ) = 1 0.2 , if D ( m i , d j ) is known and D ( m i , d j ) = 0 0 , if D ( m i , d j ) is unknown (22)

The terms of Tr (Gm⁢Lm⁢Gm) [see Eq. (19)] and Tr (Gd⁢Ld⁢Gd) [see Eq. (20)] are used to preserve the network structure of the original miRNA similarity network and disease similarity network, respectively. We introduce Lm and Ld to represent the dynamic neighborhood of miRNAs and diseases, respectively, (see section “The MDN-NMTF model”). Two terms of ||Gm||F2 and ||Gd||F2 are adopted to penalize the magnitudes of the Gm and Gd for avoiding overfitting. ||KK-I||F2 is relaxed the constraint to K’K = I. λ1, λ2, and λ3 are balance parameters of matrix tri-factorization. α1 and α2 are regularization term parameters. β1 and β2 are the dynamic neighborhood regularization parameters. ω is the k-constraint parameter. In this work, the values of km, kd, λ1, λ2, λ3, α1, α2, β1, β2, and ω are set to 200, 200, 0.001, 5, 0.1, 0.2, 0.8, 90, 1.5, and 160, respectively (Supplementary Table 1).

Computation of Sm, Sd, Gm, Gd, and K

To obtain the optimal solution of Sm, Sd, Gm, Gd, and K in the objective function of MDN-NMTF model Eq. (21), we take the partial derivative of the objective function with respect to Sm, Sd, Gm, Gd, and K, respectively. Following the Karush–Kuhn–Tucker (KKT) condition for the non-negativity of Sm, Sd, Gm, Gd, and K and setting the partial derivative equal to zero, we can update Sm, Sd, Gm, Gd, and K as follows.

S m S m G m R m G m G m G m S m G m G m . (23)
S d S d G d R d G d G d G d S d G d G d . (24)
G m G m 2 λ 1 R m G m S m + λ 2 Y DG d K + β 1 AG m 2 λ 1 G m S m G m G m S m + λ 2 Y ( G m KG d ) G d K + α 1 G m + β 1 D m G m . (25)
G d G d 2 λ 3 R d G d S d + λ 2 Y D G m K + β 2 BG d 2 λ 3 G d S d G d G d S d + λ 2 Y ( G d K G m ) G m K + α 2 G d + β 2 D d G d . (26)
K K λ 2 G m ( Y D ) G d + 2 ω K λ 2 G m ( Y ( G m K G d ) ) G d + 2 ω K K K . (27)

In this algorithm, ⊙ denotes the Hadamard product, and ÷ is entry-wise division for matrices. As shown in section “The MDN-NMTF model,” A and B are the dynamic nearest neighborhood matrix of miRNAs and diseases, respectively.

Predicting miRNA-Disease Associations

After getting the low-rank matrixes Gm, K, and Gd, we rebuild matrix D1 by the produce of the matrixes Gm, K, and Gd (D1 = GmKGd) to predict miRNA-disease associations. The elements in D1 denote the probability between miRNAs and diseases. Following is the pseudocode of MDN-NMTF algorithm.

In the third step of the while loop, each update iteration replaces the zero value in the matrices with 10–9 to guarantee the constraint condition in Eq. (21). The convergence condition is that the difference between two objective functions in the iteration is less than 10–6 or the number of iterations reaches the maximum number of iterations of 1,000.

Predicting miRNA-Disease Associations With Modular Information

At the same time, we also extend MDN-NMTF to a new version (called MDN-NMTF2, see Algorithm MDN-NMTF2) by using the modular information to improve the miRNA-disease association prediction ability of MDN-NMTF. Since the factorized matrices Gm and Gd obtained from MDN-NMTF record the modules the miRNAs or diseases belong to. MDN-NMTF2 utilizes the Gm and Gd values to partition the miRNAs and diseases into different models. Given Gmnm×km and Gdnd×kd, there are km miRNA modules and kd disease modules. The elements with relatively large values of each column of Gm (Gd) is assigned to the members of the corresponding module. We calculate the threshold for each miRNA (i.e., each row gm(i,⋅) of Gm) with:

Th ( i ) = μ ( i ) + t σ ( i ) (28)

where μ(i)=1kmk=1kmgm(i,k), σ(i)=1km-1k=1km(gm(i,k)-μ(i))2, t is a given threshold. Based on this rule, we determined miRNA mi as the kth module member if the entries of gm(i,k) are larger than Th (i). In the same way, the threshold for each disease [each row gd(i,⋅) of Gd] can be calculated. According to the settings of Ma et al. (2020), we also set t = 1.5 to identify miRNA and disease modules with proper resolution.

Then we calculate the similarity of two miRNAs based on the module they belong to. If two miRNAs mi and mj belong to the same miRNA module, their similarity in the kth miRNA module (msk) can be constructed as:

ms k ( m i , m j ) = Sim ( m i , m j ) , where m i ms k , m j ms k (29)

The Sim(u, v) can be calculate as Eq.(30):

Sim ( u , v ) = k = 1 k m u k v k k = 1 k m u k 2 k = 1 k m v k 2 (30)

Here, km represents the dimension of the vectors u and v. uk and vk represent the kth element of the vectors u and v. Similarly, if two diseases di and dj belong to the same disease module, we can construct their similarity in the kth disease module (dsk) as

ds k ( d i , d j ) = Sim ( d i , d j ) , where d i ds k , d j ds k (31)

Based on the assumption that the miRNAs in the same modules are highly likely related to the same diseases, vice versa, we use Scoremk(mi,dj) to represent the correlation score between the disease dj and the miRNA mi in the kth miRNA module. It can be calculated according to Eq. (32):

Scorem k ( m i , d j ) = q = 1 n m ms k ( m i , m q ) D ( q , j ) q = 1 n m Sim ( m i , m q ) (32)

Where Dnm×nd is the matrix storing the known miRNA-disease associations. Thus, let Dm be the miRNA-disease associations that are predicted based on miRNA modules, which can be defined as:

D m = 1 k m i = 1 k m Scorem i (33)

Similarly, we can get the correlation score (Scoredk) in the kth disease module and predict miRNA-disease associations (Dm) based on disease modules as follows:

Scored k ( m i , d j ) = q = 1 n d ds k ( d j , d q ) D ( i , q ) q = 1 n d Sim ( d j , d q ) (34)
D d = 1 k d j = 1 k d Scored j (35)

Here, km and kd, as shown in the previous section, denote the number of miRNA modules and disease modules. The final predicted miRNA-disease associations of MDN-NMTF2 can be calculated by:

D 2 = D 1 * + D m * 2 + D d * 2 (36)

Here, denotes the Min-Max Normalization of the matrix. Following is the pseudocode of MDN-NMTF2.

Results

Performance Evaluation

To evaluate the performances of MDN-NMTF and MDN-NMTF2, we compared them with four state-of-the-art methods (DNRLMF-MDA, IMCMDA, UBiRW, and GRNMF). The UBiRW uses an unbalanced Bi-Random walk on the heterogeneous network to propagate information and to infer potential miRNA-disease associations. DNRLMF-MDA, IMCMDA, and GRNMF are three latest network embedding-based methods. DNRLMF-MDA adopts a dynamic neighborhood regularized logistic matrix factorization method to predict potential miRNA-disease associations. IMCMDA uses Inductive matrix completion for miRNA-disease association prediction. GRNMF infer possible associations for all disease by a graph regularized non-negative matrix factorization framework. Considering there is no available interaction observed for new diseases or miRNAs, GRNMF develops a preprocessing step to construct the miRNA-disease associations according to the neighbors’ information. We implemented cross-validation under two different settings to evaluate the performance of the proposed methods. The two different settings are 5-fold randomly zeroing and single-column zeroing. For 5-fold randomly zeroing cross-validation, all the known miRNA-disease associations are randomly and equally divided into five non-overlapping parts. In each round, one of the five parts is for testing and the corresponding values in matrix D are cleared as 0, and the other four parts are as positive samples for training. Note that the miRNA and disease similarity network should be recalculated in each round. Single-column zeroing is to clear all miRNA-disease associations of a particular column of diseases and take them as testing data, others as training sets, and finally sum all AUCs to get the mean value. We repeat the cross-validation 20 times on four different datasets and show the average values in the following sections. For HMDD2.0-You, HMDD2.0-Lan, HMDD2.0-Yan and HMDD3.0 datasets, we select the way illustrated in section “Materials” to calculate the miRNA similarity network and disease similarity network.

To make the comparison fair, we tuned the parameters for every method to perform them the best in all of our experiments through randomly zeroing 5-fold cross-validation on HMDD2.0-You, HMDD2.0-Lan, and HMDD2.0-Yan. The detailed information, please see the online Supplementary Files (Supplementary Table 2).

Randomly Zeroing Cross-Validation

As we can see from Table 2, MDN-NMTF and MDN-NMTF2 possess the highest two performance among the four methods on all the four datasets in terms of AUC values. On HMDD2.0-You dataset, compared with other methods (DNRLMF-MDA: 0.9301 ± 0.0036, IMCMDA: 0.8285 ± 0.0068, UBiRW: 0.9196 ± 0.0036, and GRNMF: 0.9031 ± 0.0049), the AUC values of MDN-NMTF and MDN-NMTF2 achieve 0.9335 ± 0.0037 and 0.9354 ± 0.0035, respectively. On HMDD2.0-Yan dataset, the prediction performance of MDN-NMTF and MDN-NMTF2 are the best two because their AUC values are 0.9409 ± 0.0030 and 0.9424 ± 0.0033, compared with other methods (DNRLMF-MDA: 0.9384 ± 0.0031, IMCMDA: 0.8045 ± 0.0062, UBiRW: 0.9191 ± 0.0030, GRNMF: 0.9153 ± 0.0045). On HMDD2.0-Lan dataset, the AUC values of MDN-NMTF and MDN-NMTF2 are 0.9391 ± 0.0033 and 0.9415 ± 0.0033, which are both superior to the other results of DNRLMF-MDA (0.9369 ± 0.0030), IMCMDA (0.7216 ± 0.0072), UBiRW (0.9198 ± 0.0032), and GRNMF (0.9157 ± 0.0044). On HMDD3.0 dataset, the AUC values of the MDN-NMTF and MDN-NMTF2 are 0.9435 ± 0.0021 and 0.9467 ± 0.0020, which is better than that of DNRLMF-MDA method (0.9390 ± 0.0015), that of IMCMDA method (0.6572 ± 0.0052), that of UBiRW method (0.9280 ± 0.0016) and that of GRNMF method (0.9247 ± 0.0023). We observe that DNRLMF-MDA leads to the highest performance among the four existing methods. It may be the DNRLMF-MDA method adopts a dynamic neighborhood regularized logistic matrix factorization method to predict potential miRNA-disease associations. Both our MDN-NMTF and MDN-NMTF2 methods and the DNRLMF-MDA method utilize the dynamic neighborhood regularized restriction to construct the miRNA and disease feature vectors. We observe that our MDN-NMTF and MDN-NMTF2 methods outperform DNRLMF-MDA. It can be partially attributed to the high quality of miRNA and disease features extracted by our MDN-NMTF and MDN-NMTF2 method from the heterogeneous network under the consideration of the networks’ module properties. MDN-NMTF2 employs the miRNA and disease features extracted by MDN-NMTF method to partition miRNA and disease modules. It infers potential miRNA-disease associations by considering the miRNAs’ neighbors and diseases’ neighbors in the same modules, which makes the MDN-NMTF2 method achieves a clear improvement than the MDN-NMTF method when predicting the missing miRNA-disease associations.

TABLE 2
www.frontiersin.org

Table 2. The AUC values for the models on different databases by randomly zeroing cross validation.

Besides, we test the performance of each method on 14 common diseases related to at least 110 miRNAs. Figure 2 illustrates the Receiver operating characteristics curves of each method on the 14 disease. Table 3 GRNMF lists the corresponding area under the curves (AUC). Both results show that MDN-NMTF outperforms the other four methods for all the 14 diseases.

FIGURE 2
www.frontiersin.org

Figure 2. The ROC curves of MDN-NMTF and other four methods for 14 diseases on HMDD2.0-Yan Dataset. The figure shows that the ROC curves of MDN-NMTF in 14 diseases are all higher than that of the other four methods.

TABLE 3
www.frontiersin.org

Table 3. AUC values of MDN-NMTF and other four compared methods for the 14 diseases on HMDD2.0-Yan Dataset.

Single-Column Zeroing Cross Validation

It still is a challenging task to infer miRNA associations for a new disease. To assess whether the MDN-NMTF and MDN-NMTF2 methods can successfully predict related miRNA for new diseases, we perform single-column zeroing cross-validation. Table 4 lists the AUC values of different methods on four datasets. The AUC values of MDN-NMTF and MDN-NMTF2 still control the highest two in the four datasets. Compared to DNRLMF-MDA that has relatively better performance among the four existing methods, the MDN-NMTF method achieves 1.04% improvement on HMDD2.0-You dataset, 0.37% improvement on HMDD2.0-Yan dataset, 0.72% improvement on HMDD2.0-Lan dataset, and 1.18% improvement on HMDD3.0 dataset. The results prove that our methods considering the intrinsic module structure of miRNA and disease networks can extract the high quality of miRNA and disease features to predict related miRNAs for new diseases successfully. We observe that MDN-NMTF2 has a little lower performance than MDN-NMTF across the four datasets. It may be MDN-NMTF2 fails to infer the associations for new disease from the miRNA in the same modules.

TABLE 4
www.frontiersin.org

Table 4. The AUC values of each method on four different datasets by single-column zeroing cross validation.

Case Study

To further illustrate the performance of MDN-NMTF, we evaluate its miRNA prediction ability for some cancer types, such as Stomach Neoplasms (gastric Neoplasms) and Lymphoma. The dbDEMC database and miRCancer database are used as the benchmark datasets.

Among cancer-related deaths worldwide, Stomach Neoplasms ranks the third. Increasing evidence indicates that many miRNAs interact with Stomach Neoplasms by regulating the related genes of Stomach Neoplasms. Table 5 demonstrates the top 50 predicted novel Stomach Neoplasms-related miRNAs predicted by MDN-NMTF on HMDD2.0-Yan dataset and the corresponding evidence. Table 5 shows 35 of the 50 miRNAs are validated by dbDEMC database and miRCancer database. The remaining 15 miRNAs are all found to be related to human diseases in the literature. miR-181b modulates multidrug resistance by targeting BCL2 in human cancer cell lines (Zhu et al., 2010). MicroRNA-125b affects the proliferation of gastric cancer cells (Yang et al., 2013). miR-15b and miR-16 modulate multidrug resistance by targeting BCL2 in human gastric cancer cells (Xia et al., 2008). miR-101-2, miR-125b-2, and miR-451a act as potential tumor suppressors in primary GCs as well as in GC-derived AGS cells (Riquelme et al., 2016). MicroRNA-181b targets cAMP-responsive element-binding protein 1 in gastric adenocarcinomas (Chen L. et al., 2012). Plasma miRNA-199a-3p and miRNA-151-5p are significantly elevated (p < 0.05) and are significantly reduced after surgery (p < 0.05) in gastric cancer patients (Li et al., 2012). Genomic loss of miR-486 regulates tumor progression and the OLFM4 antiapoptotic factor in gastric cancer (Oh et al., 2011). Lack of microRNA-101 causes E-cadherin functional deregulation through EZH2 upregulation in intestinal gastric cancer (Carvalho et al., 2012). Significant associations are found between hypermethylation of the hsa-miR-124a and tumor size, differentiation, lymphatic metastasis, and invasion depth (Pei et al., 2011). miR-103, miR-21, miR-145, miR-106b, miR-146a, and miR-148a separate node-positive from node-negative gastric cancers (Tchernitsa et al., 2010). miR-7 is a novel mechanism by which the inflammatory response promotes gastric tumorigenesis (Kong et al., 2012).

TABLE 5
www.frontiersin.org

Table 5. Top 50 Related miRNAs of Stomach Neoplasms predicted by MDN-NMTF on HMDD2.0-Yan Dataset.

Lymphoma is a type of cancer that begins in immune system cells. It is one of the top 10 deadly diseases. Table 6 shows the result of top 50 Lymphoma-related miRNAs detected by MDN-NMTF on the HMDD2.0-Yan dataset. It shows that 39 of the 50 miRNAs are validated by dbDEMC database and miRCancer database. The remaining 11 miRNAs are all found to be disease-related in the literature. The plasma miR-92a value could be a novel biomarker not only for diagnosis but also for monitoring lymphoma patients after chemotherapy (Ohyashiki et al., 2011). Compared with healthy canine peripheral blood mononuclear cells and normal lymph nodes, mir-181a shows a decreased expression level (Uhl et al., 2011). miR-26a is repressed by MYC (Sander et al., 2009). The down-regulation of miR-16, miR-26a, miR-101, miR-29c, and miR138 in the t(14;18)-negative FL (follicular lymphoma) subset is associated with profound mRNA expression changes of potential target genes involving cell cycle control, apoptosis and B-cell differentiation. miR-16 targets CHEK1 showing increased expression on the protein level in t(14;18)-negative FL, while reducing TCL1A expression, in line with a partial loss of the germinal center B-cell phenotype in this FL subset (Leich et al., 2011). mir-499a is deregulated hypermutations (Navarro et al., 2009). miR-24 is overexpressed (Gibcus et al., 2009). A distinct set of five microRNAs (miR-150, miR-550, miR-124a, miR-518b, and miR-539) is shown to be differentially expressed in gastritis as opposed to MALT lymphoma (Thorns et al., 2012). miR-125b-5p not only regulates tumor growth in vivo but also increases cellular resistance to proteasome inhibitors via modulation of MAD4 (Manfè et al., 2013).

TABLE 6
www.frontiersin.org

Table 6. Top 50 Related miRNAs of Lymphoma predicted by MDN-NMTF on HMDD2.0-Yan Dataset.

Module Analysis

To probe why the modules help the MDN-NMTF2 to obtain better result, we analyze the miRNA or disease modules detected by MDN-NMTF2 on the dataset HMDD2.0-Yan (Supplementary Texts 3, 4). Table 7 lists the details of these modules. There are 127 miRNA modules with more than one member after removing the modules. The average size of these modules is 40. There are 142 disease modules with more than one member and their average size is 22. The average function similarity of the members in the miRNA modules was 0.4409, which was 113.20% higher than the average value of 0.2068 of the whole miRNA function similarity network (Supplementary Text 5). Similarly, the average function similarity of the disease modules was 0.0939, which was 160.11% higher than the average value of 0.0361 of the whole disease function similarity network (Supplementary Text 6). It suggests that the miRNA modules and disease modules detected by MDN-NMTF2 consist of members with similar functions. We also find that average 82% of miRNAs in the same module are related to the same disease (Supplementary Text 7). Figure 3 shows an example of miRNA module that consists of 36 miRNAs. All of these miRNAs are associated with Leukemia Myeloid Acute. On the other hand, 61% of the disease in the same module relate to the same miRNA (Supplementary Text 8). Figure 4 illustrates an example of disease module with 13 members. 12 of 13 diseases in the module relate to a common miRNA has-mir-124-1 that expresses in human embryonic stem cells. Hence, the MDN-NMTF2 infers miRNA-disease associations from miRNAs or diseases in the same modules, which helps it achieve better prediction results.

TABLE 7
www.frontiersin.org

Table 7. miRNA modules and disease modules detected by MDN-NMTF2 on HMDD2.0-Yan Dataset.

FIGURE 3
www.frontiersin.org

Figure 3. An example of miRNA module detected by MDN-NMTF2 on HMDD2.0-Yan Dataset. The figure shows that all 36 miRNAs in the module are related to Leukemia Myeloid Acute.

FIGURE 4
www.frontiersin.org

Figure 4. An example of disease module detected by MDN-NMTF2 on HMDD2.0-Yan Dataset. The figure shows that 12 of 13 diseases in the module are related to a miRNA has-mir-124-1.

Conclusion

Inferring miRNA-disease associations is a crucial step to manifest principles of disease prevention, disease diagnosis and drug development. In this study, we have presented a novel method named MDN-NMTF to predict miRNA-disease associations. It constructs a heterogeneous network of disease similarity network, miRNA functional similarity network and a known miRNA-disease association network. After that, it learns the vector representation for miRNAs and diseases in the heterogeneous network by a matrix tri-factorization method under the constraint of the module structure and dynamic neighborhood. Finally, MDN-NMTF predicts novel miRNA-disease association probability by the product of the miRNA and disease latent vectors. At the same time, we also extend MDN-NMTF to a new version (called MDN-NMTF2) by using the modular information. Compared with the previous network propagation-based method, like UBiRW, MDN-NMTF, and MDN-NMTF2 project miRNAs and diseases to a latent space. It can successfully integrate diverse biological information of miRNAs and diseases to predict miRNA-disease associations. Compared with the network embedding-based methods, like DNRLMF-MDA, IMCMDA and GRNMF, and MDN-NMTF and MDN-NMTF2 consider the module properties of miRNAs and diseases in the course of learning vector representation, which can maximally preserves the heterogeneous network structural information and the network properties. In particular, MDN-NMTF2 not only considers the modularity in the feature learning process but also uses the miRNA module and disease module information when reconstructing the miRNA-disease association matrix. We test our methods and the other four existing methods on four different datasets by implementing randomly zero cross-validation and single-column zero cross-validation. The results show that our methods outperform the state-of-the-art methods not only on predicting the missing miRNA-disease associations but also on recommending related miRNA for new diseases.

Data Availability Statement

Publicly available datasets were analyzed in this study. This data can be found here: https://github.com/weiba/MDN-NMTF.

Author Contributions

WP and JD obtained and analyzed miRNA-related data, disease-related data, and miRNA-disease associations. WP, JD, WD, and WL designed the new method MDN-NMTF and analyzed the results. WP and JD drafted the manuscript together. WP, JD, WD, and WL participated in revising the draft. All authors have read and approved the manuscript.

Funding

This work was supported in part by the National Natural Science Foundation of China under grant Nos. 61972185 and 62072124, Natural Science Foundation of Yunnan Province of China (2019FA024), Yunnan Key Research and Development Program (2018IA054), and Yunnan Ten Thousand Talents Plan Young, Natural Science Foundation of Guangxi (2018GXNSFBA281193).

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 manuscript is recommended by the 5th Computational Bioinformatics Conference.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fcell.2021.603758/full#supplementary-material

Footnotes

  1. ^ http://www.cuilab.cn/hmdd

References

Ambros, V. (2003). MicroRNA pathways in flies and worms: growth, death, fat, stress, and timing. Cell 114, 673–676. doi: 10.1016/s0092-8674(03)00428-8

CrossRef Full Text | Google Scholar

Bartel, D. P. (2004). MicroRNAs: genomics, biogenesis, mechanism, and function. Cell 116, 281–297.

Google Scholar

Carvalho, J., Grieken, N. C. V., Pereira, P. M., Sousa, S., Tijssen, M., Buffart, T. E., et al. (2012). Lack of microRNA-101 causes E-cadherin functional deregulation through EZH2 up-regulation in intestinal gastric cancer. J. Pathol. 228, 31–44.

Google Scholar

Chen, L., Yang, Q., Kong, W.-Q., Liu, T., Liu, M., Li, X., et al. (2012). MicroRNA-181b targets cAMP responsive element binding protein 1 in gastric adenocarcinomas. IUBMB Life 64, 628–635. doi: 10.1002/iub.1030

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., and Yan, G.-Y. (2014). Semi-supervised learning for potential human microRNA-disease associations inference. Sci. Rep. 4:5501.

Google Scholar

Chen, X., Liu, M.-X., and Yan, G.-Y. (2012). RWRMDA: predicting novel human microRNA-disease associations. Mol. Biosyst. 8, 2792–2798. doi: 10.1039/c2mb25180a

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Sun, L.-G., and Zhao, Y. (2020). NCMCMDA: miRNA–disease association prediction through neighborhood constraint matrix completion. Brief. Bioinform. 22, 485–496. doi: 10.1093/bib/bbz159

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Wang, L., Qu, J., Guan, N.-N., and Li, J.-Q. (2018). Predicting miRNA-disease association based on inductive matrix completion. Bioinformatics 34, 4256–4265.

Google Scholar

Cheng, L., Li, J., Ju, P., Peng, J., and Wang, Y. (2014). SemFunSim: a new method for measuring disease similarity by integrating semantic and gene functional association. PLoS One 9:e99415. doi: 10.1371/journal.pone.0099415

PubMed Abstract | CrossRef Full Text | Google Scholar

Cheng, L., Wang, G., Li, J., Zhang, T., Xu, P., and Wang, Y. (2013). SIDD: a semantically integrated database towards a global view of human disease. PLoS One 8:e75504. doi: 10.1371/journal.pone.0075504

PubMed Abstract | CrossRef Full Text | Google Scholar

Friedman, R. C., Farh, K. K.-H., Burge, C. B., and Bartel, D. P. (2009). Most mammalian mRNAs are conserved targets of microRNAs. Genome Res. 19, 92–105. doi: 10.1101/gr.082701.108

PubMed Abstract | CrossRef Full Text | Google Scholar

Garzon, R., Marcucci, G., and Croce, C. M. (2010). Targeting microRNAs in cancer: rationale, strategies and challenges. Nat. Rev. Drug Discov. 9, 775–789. doi: 10.1038/nrd3179

PubMed Abstract | CrossRef Full Text | Google Scholar

Gibcus, J. H., Tan, L. P., Harms, G., Schakel, R. N., Jong, D. D., Blokzijl, T., et al. (2009). Hodgkin lymphoma cell lines are characterized by a specific miRNA expression profile. Neoplasia 11, 167–176. doi: 10.1593/neo.08980

PubMed Abstract | CrossRef Full Text | Google Scholar

Huang, Z., Liu, L., Gao, Y., Shi, J., and Zhou, Y. (2019). Benchmark of computational methods for predicting microRNA-disease associations. Genome Biol. 20:202.

Google Scholar

Kong, D., Piao, Y.-S., Yamashita, S., Oshima, H., Oguma, K., Fushida, S., et al. (2012). Inflammation-induced repression of tumor suppressor miR-7 in gastric tumor cells. Oncogene 31, 3949–3960. doi: 10.1038/onc.2011.558

PubMed Abstract | CrossRef Full Text | Google Scholar

Laarhoven, T. V., Nabuurs, S. B., and Marchiori, E. (2011). Gaussian interaction profile kernels for predicting drug-target interaction. Bioinformatics 27, 3036–3043. doi: 10.1093/bioinformatics/btr500

PubMed Abstract | CrossRef Full Text | Google Scholar

Lan, W., Wang, J., Li, M., Liu, J., Wu, F.-X., and Pan, Y. (2016). Predicting MicroRNA-disease associations based on improved MicroRNA and disease similarities. ACM Trans. Comput. Biol. 15, 1774–1782. doi: 10.1109/tcbb.2016.2586190

PubMed Abstract | CrossRef Full Text | Google Scholar

Lee, I., Blom, U. M., Wang, P. I., Shim, J. E., and Marcotte, E. M. (2011). Prioritizing candidate disease genes by network-based boosting of genome-wide association data. Genome Res. 21, 1109–1121. doi: 10.1101/gr.118992.110

PubMed Abstract | CrossRef Full Text | Google Scholar

Leich, E., Zamo, A., Horn, H., Haralambieva, E., Puppe, B., Gascoyne, R. D., et al. (2011). MicroRNA profiles of t(14;18)-negative follicular lymphoma support a late germinal center B-cell phenotype. Blood 118, 5550–5558.

Google Scholar

Li, C., Li, J. F., Cai, Q., Qiu, Q. Q., Yan, M., Liu, B. Y., et al. (2012). miRNA-199a-3p in plasma as a potential diagnostic biomarker for gastric cancer. Ann. Surg. Oncol. 20, S397–S405.

Google Scholar

Li, J.-Q., Rong, Z.-H., Chen, X., Yan, G.-Y., and You, Z.-H. (2017). MCMDA: matrix completion for MiRNA-disease association prediction. Oncotarget 8, 21187–21199. doi: 10.18632/oncotarget.15061

PubMed Abstract | CrossRef Full Text | Google Scholar

Li, Y., Qiu, C., Tu, J., Geng, B., Yang, J., Jiang, T., et al. (2014). HMDD v2.0: a database for experimentally supported human microRNA and disease associations. Nucleic Acids Res. 42, D1070–D1074.

Google Scholar

Liu, Y., Wu, M., Miao, C., Zhao, P., and Li, X.-L. (2016). Neighborhood regularized logistic matrix factorization for drug-target interaction prediction. PLoS Comput. Biol. 12:e1004760. doi: 10.1371/journal.pcbi.1004760

PubMed Abstract | CrossRef Full Text | Google Scholar

Liu, Y., Zeng, X., He, Z., and Zou, Q. (2017). Inferring MicroRNA-disease associations by random walk on a heterogeneous network with multiple data sources. ACM Trans. Comput. Biol. Bioinform. 14, 905–915. doi: 10.1109/tcbb.2016.2550432

PubMed Abstract | CrossRef Full Text | Google Scholar

Lu, M., Zhang, Q., Deng, M., Miao, J., Guo, Y., Gao, W., et al. (2008). An analysis of human MicroRNA and disease associations. PLoS One 3:e3420. doi: 10.1371/journal.pone.0003420

PubMed Abstract | CrossRef Full Text | Google Scholar

Luo, J., and Xiao, Q. (2017). A novel approach for predicting microRNA-disease associations by unbalanced bi-random walk on heterogeneous network. J. Biomed. Inform. 66, 194–203. doi: 10.1016/j.jbi.2017.01.008

PubMed Abstract | CrossRef Full Text | Google Scholar

Ma, Y., Liu, G., Ma, Y., and Chen, Q. (2020). Integrative analysis for identifying co-modules of microbe-disease data by matrix tri-factorization with phylogenetic information. Front. Genet. 11:83.

Google Scholar

Manfè, V., Biskup, E., Willumsgaard, A., Skov, A. G., Palmieri, D., Gasparini, P., et al. (2013). cMyc/miR-125b-5p signalling determines sensitivity to bortezomib in preclinical model of cutaneous T-cell lymphomas. PLoS One 8:e59390. doi: 10.1371/journal.pone.0059390

PubMed Abstract | CrossRef Full Text | Google Scholar

Meister, G., and Tuschl, T. (2004). Mechanisms of gene silencing by double-stranded RNA. Nature 431, 343–349. doi: 10.1038/nature02873

PubMed Abstract | CrossRef Full Text | Google Scholar

Navarro, A., Beà, S., Fernández, V., Prieto, M., Salaverria, I., Jares, P., et al. (2009). MicroRNA expression, chromosomal alterations, and immunoglobulin variable heavy chain hypermutations in Mantle cell lymphomas. Cancer Res. 69, 7071–7078. doi: 10.1158/0008-5472.can-09-1095

PubMed Abstract | CrossRef Full Text | Google Scholar

Nelson, S. J., Aronson, A. R., Doszkocs, T. E., Chang, H. F., Mork, J., and Mccray, A. T. (2002). Automated assignment of medical subject headings. Proc. Amia Symp. 6:1127.

Google Scholar

Oh, H.-K., Tan, A. L.-K., Das, K., Ooi, C.-H., Deng, N.-T., Tan, I. B., et al. (2011). Genomic loss of miR-486 regulates tumor progression and the OLFM4 antiapoptotic factor in gastric cancer. Clin. Cancer Res. 17, 2657–2667. doi: 10.1158/1078-0432.ccr-10-3152

PubMed Abstract | CrossRef Full Text | Google Scholar

Ohyashiki, K., Umezu, T., Yoshizawa, S.-I., Ito, Y., Ohyashiki, M., Kawashima, H., et al. (2011). Clinical impact of down-regulated plasma miR-92a levels in non-Hodgkin’s lymphoma. PLoS One 6:e16408. doi: 10.1371/journal.pone.0016408

PubMed Abstract | CrossRef Full Text | Google Scholar

Pei, L., Xia, J.-Z., Huang, H.-Y., Zhang, R.-R., Yao, L.-B., Zheng, L., et al. (2011). [Role of miR-124a methylation in patients with gastric cancer]. Chin. J. Gastrointestinal Surgery 14, 136–139.

Google Scholar

Peng, W., Lan, W., Yu, Z., Wang, J., and Pan, Y. (2016). A Framework for integrating multiple biological networks to predict microRNA-disease associations. IEEE Trans. NanoBiosci 16, 100–107. doi: 10.1109/tnb.2016.2633276

PubMed Abstract | CrossRef Full Text | Google Scholar

Peng, W., Lan, W., Zhong, J., Wang, J., and Pan, Y. (2017). A novel method of predicting microRNA-disease associations based on microRNA, disease, gene and environment factor networks. Methods 124, 69–77. doi: 10.1016/j.ymeth.2017.05.024

PubMed Abstract | CrossRef Full Text | Google Scholar

Piñero, J., Queralt-Rosinach, N., Bravo, À, Deu-Pons, J., Bauer-Mehren, A., Baron, M., et al. (2015). DisGeNET: a discovery platform for the dynamical exploration of human diseases and their genes. Database J. Biol. Databases Curation 2015:bav028. doi: 10.1093/database/bav028

PubMed Abstract | CrossRef Full Text | Google Scholar

Riquelme, I., Tapia, O., Leal, P., Sandoval, A., Varga, M. G., Letelier, P., et al. (2016). miR-101-2, miR-125b-2 and miR-451a act as potential tumor suppressors in gastric cancer through regulation of the PI3K/AKT/mTOR pathway. Cell. Oncol. 39, 23–33. doi: 10.1007/s13402-015-0247-3

PubMed Abstract | CrossRef Full Text | Google Scholar

Sander, S., Bullinger, L., and Wirth, T. (2009). Repressing the repressor: a new mode of MYC action in lymphomagenesis. Cell Cycle 8, 556–559. doi: 10.4161/cc.8.4.7599

PubMed Abstract | CrossRef Full Text | Google Scholar

Tchernitsa, O., Kasajima, A., Schäfer, R., Kuban, R.-J., Ungethüm, U., Györffy, B., et al. (2010). Systematic evaluation of the miRNA-ome and its downstream effects on mRNA expression identifies gastric cancer progression. J. Pathol. 222, 310–319. doi: 10.1002/path.2759

PubMed Abstract | CrossRef Full Text | Google Scholar

Thorns, C., Kuba, J., Bernard, V., Senft, A., Szymczak, S., Feller, A. C., et al. (2012). Deregulation of a distinct set of microRNAs is associated with transformation of gastritis into MALT lymphoma. Virchows Arch. 460, 371–377. doi: 10.1007/s00428-012-1215-1

PubMed Abstract | CrossRef Full Text | Google Scholar

Uhl, E., Krimer, P., Schliekelman, P., Tompkins, S. M., and Suter, S. (2011). Identification of altered MicroRNA expression in canine lymphoid cell lines and cases of B- and T-Cell lymphomas. Genes Chromosomes Cancer 50, 950–967. doi: 10.1002/gcc.20917

PubMed Abstract | CrossRef Full Text | Google Scholar

Xia, L., Zhang, D., Du, R., Pan, Y., Zhao, L., Sun, S., et al. (2008). miR-15b and miR-16 modulate multidrug resistance by targeting BCL2 in human gastric cancer cells. Int. J. Cancer 123, 372–379. doi: 10.1002/ijc.23501

PubMed Abstract | CrossRef Full Text | Google Scholar

Xiao, Q., Luo, J., Liang, C., Cai, J., and Ding, P. (2018). A graph regularized non-negative matrix factorization method for identifying microRNA-disease associations. Bioinformatics 34, 239–248. doi: 10.1093/bioinformatics/btx545

PubMed Abstract | CrossRef Full Text | Google Scholar

Xuan, P., Han, K., Guo, M., Guo, Y., Li, J., Ding, J., et al. (2013). Prediction of microRNAs associated with human diseases based on weighted k most similar neighbors. PLoS One 8:e70204. doi: 10.1371/journal.pone.0070204

PubMed Abstract | CrossRef Full Text | Google Scholar

Xuan, P., Han, K., Guo, Y., Li, J., Li, X., Zhong, Y., et al. (2015). Prediction of potential disease-associated microRNAs based on random walk. Bioinformatics 31, 1805–1815. doi: 10.1093/bioinformatics/btv039

PubMed Abstract | CrossRef Full Text | Google Scholar

Yan, C., Wang, J., Ni, P., Lan, W., Wu, F.-X., and Pan, Y. (2019). DNRLMF-MDA:predicting microRNA-disease associations based on similarities of microRNAs and diseases. ACM Trans. Comput. Biol. Bioinform. 16, 233–243. doi: 10.1109/tcbb.2017.2776101

PubMed Abstract | CrossRef Full Text | Google Scholar

Yang, Z.-X., Lu, C.-Y., Yang, Y.-L., Dou, K.-F., and Tao, K.-S. (2013). MicroRNA-125b expression in gastric adenocarcinoma and its effect on the proliferation of gastric cancer cells. Mol. Med. Rep. 7, 229–232. doi: 10.3892/mmr.2012.1156

PubMed Abstract | CrossRef Full Text | Google Scholar

You, Z.-H., Huang, Z.-A., Zhu, Z., Yan, G.-Y., Li, Z.-W., Wen, Z., et al. (2017). PBMDA: a novel and effective path-based computational model for miRNA-disease association prediction. PLoS Comput. Biol. 13:e1005455. doi: 10.1371/journal.pcbi.1005455

PubMed Abstract | CrossRef Full Text | Google Scholar

Zeng, X., Zhang, X., Liao, Y., and Pan, L. (2016). Prediction and validation of association between microRNAs and diseases by multipath methods. Biochim. Biophys. Acta Gen. Subj. 1860, 2735–2739. doi: 10.1016/j.bbagen.2016.03.016

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhu, W., Shan, X., Wang, T., Shu, Y., and Liu, P. (2010). miR-181b modulates multidrug resistance by targeting BCL2 in human cancer cell lines. Int. J. Cancer 127, 2520–2529. doi: 10.1002/ijc.25260

PubMed Abstract | CrossRef Full Text | Google Scholar

Zou, Q., Li, J., Song, L., Zeng, X., and Wang, G. (2016). Similarity computation strategies in the microRNA-disease network: a survey. Brief. Funct. Genomics 15, 55–64.

Google Scholar

Keywords: heterogeneous network embedding, matrix factorization, miRNA, disease, miRNA-disease association prediction

Citation: Peng W, Du J, Dai W and Lan W (2021) Predicting miRNA-Disease Association Based on Modularity Preserving Heterogeneous Network Embedding. Front. Cell Dev. Biol. 9:603758. doi: 10.3389/fcell.2021.603758

Received: 07 September 2020; Accepted: 23 March 2021;
Published: 10 June 2021.

Edited by:

Lei Deng, Central South University, China

Reviewed by:

Bolin Chen, Northwestern Polytechnical University, China
Xiujuan Lei, Shaanxi Normal University, China

Copyright © 2021 Peng, Du, Dai and Lan. 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: Wei Peng, weipeng1980@gmail.com

Download