Skip to main content

ORIGINAL RESEARCH article

Front. Genet., 14 October 2021
Sec. Computational Genomics

Multi-Similarities Bilinear Matrix Factorization-Based Method for Predicting Human Microbe–Disease Associations

Xiaoyu Yang,Xiaoyu Yang1,2Linai Kuang
Linai Kuang1*Zhiping ChenZhiping Chen2Lei Wang,
Lei Wang1,2*
  • 1Key Laboratory of Hunan Province for Internet of Things and Information Security, Xiangtan University, Xiangtan, China
  • 2College of Computer Engineering and Applied Mathematics, Changsha University, Changsha, China

Accumulating studies have shown that microbes are closely related to human diseases. In this paper, a novel method called MSBMFHMDA was designed to predict potential microbe–disease associations by adopting multi-similarities bilinear matrix factorization. In MSBMFHMDA, a microbe multiple similarities matrix was constructed first based on the Gaussian interaction profile kernel similarity and cosine similarity for microbes. Then, we use the Gaussian interaction profile kernel similarity, cosine similarity, and symptom similarity for diseases to compose the disease multiple similarities matrix. Finally, we integrate these two similarity matrices and the microbe-disease association matrix into our model to predict potential associations. The results indicate that our method can achieve reliable AUCs of 0.9186 and 0.9043 ± 0.0048 in the framework of leave-one-out cross validation (LOOCV) and fivefold cross validation, respectively. What is more, experimental results indicated that there are 10, 10, and 8 out of the top 10 related microbes for asthma, inflammatory bowel disease, and type 2 diabetes mellitus, respectively, which were confirmed by experiments and literatures. Therefore, our model has favorable performance in predicting potential microbe–disease associations.

Introduction

Microorganisms are the general names of all tiny organisms that individuals cannot observe with the naked eye, but are closely related to humans. Microorganisms include bacteria, viruses, fungi, and a large group of small protozoa, microalgae (The Human Microbiome Project Consortium, 2012). We all know that microbes can cause diseases and make food, cloth, and leather moldy and decay, but it also has a beneficial side. For instance, probiotics in the gut are beneficial to ferment undigested carbohydrates in order to produce nutrition needed for the human body. One of the most important effects of microbes on human beings is to lead to the spread of infectious diseases. Viruses are the cause of 50% of human diseases, therefore, microbes can greatly influence human health. For example, Mycobacterium tuberculosis and Bacillus anthracis can cause tuberculosis and anthrax, respectively (Hawn et al., 2014; Hendricks et al., 2014). Therefore, identifying disease-related microbes is one of the important tasks in the study of complex disease pathology. One of the useful values of biological research is its application in the field of medicine for the benefit of human health. Identification and prediction of human microbe–disease associations are important for disease prevention, diagnosis, treatment, and prognosis. Nevertheless, the traditional test methods are time consuming and costly. As the result, it is crucial to predict microbe–disease associations by computational methods.

Due to the rapid development of artificial intelligence (AI) and machine learning technology (Huang, 1996; Huang, 1999; Huang and Du, 2008), many computational methods are widely applied in predicting the potential correlation among biological entities [such as miRNA-disease (Chen and Yan, 2015; You et al., 2017; Chen et al., 2018a; Chen et al., 2018b), lncRNA-disease (Chen and Yan, 2013; Chen et al., 2016b; Yu et al., 2018; Chen et al., 2019; Xuan et al., 2019), and drug–target interaction prediction (Chen et al., 2012)]. Meanwhile, many computational methods have been proposed to predict microbe–disease associations. According to the introduction of this paper (Wen et al., 2021), the existing methods can be divided into five categories, namely, path-based methods, random walk methods, bipartite local models, matrix factorization methods, and other methods. The path-based method mainly calculates the relationship between microbe and disease by two indexes, one is walk length, the other is the number of paths reached. KATZHMDA (Chen et al., 2016a), based on path-based method, is the first calculation method by computing the number of walks of connections between microbe and disease nodes in the microbe–disease association network. Random walk methods first construct a transition probability network by microbe and disease nodes; a potential association is then searched by measuring the path probability of the walker from the start node to the end node in the network. BiRWHMDA (Zou et al., 2017), BiRWMP (Shen et al., 2018), and NBLPIHMDA (Wang et al., 2019) using random walk achieves satisfying performance. Bipartite local models calculate the prediction scores of microbes and diseases, respectively, and then the two scores are combined as the final prediction score. Matrix factorization methods decompose an interaction matrix into two low dimensional matrices representing disease features and microbe features. Finally, the product of the two feature matrices is taken as the final prediction matrix. CMFHMDA (Shen et al., 2017) is the first calculation model based on matrix factorization by integrating known microbe–disease association and Gaussian interaction profile kernel similarity for microbes and diseases. MDLPHMDA (Qu et al., 2019) puts forward the matrix decomposition and label propagation to predict microbe–disease association. NMFMDA (Liu et al., 2018) predicts potential associations by graph-regularized non-negative matrix factorization. Other methods mainly include ensemble learning and matrix completion, such as ABHMDA (Peng et al., 2018), BMCMDA (Shi et al., 2018), and MCHMDA (Yan et al., 2021). What is more, the methods based on matrix decomposition were developed to predict the relationship between other biological entities (Wang and Gao, 2015; Qiu et al., 2021a; Qiu et al., 2021b), for example, Qiu et al. (2021a) proposed a novel model based on weighted data fusion with sparse matrix tri-factorization to predict associations between RNA-binding proteins and alternative splicing, namely, WDFSMF. WDFSMF simultaneously decomposes heterogeneous data source matrices into low-rank matrices to mine potential associations.

However, some of the above prediction models of microbe–disease have their own limitations. Owing to the lack of measurements for microbe and disease similarity, some models, which are only based on the Gaussian interaction profile kernel similarity of microbes and diseases, cannot be used to predict diseases that are not associated with microbes. In this study, considering the above limitations and inspired by the good performance of multi-similarities bilinear matrix factorization method to predict drug-associated indications (Yang et al., 2021), we proposed a new microbe–disease association prediction model called MSBMFHMDA. The overall workflow of our method is illustrated in Figure 1. First, we calculated the Gaussian interaction profile kernel similarity and cosine similarity for diseases and microbes based on the dataset of known microbe–disease associations. Then, two concatenated microbe and disease similarity matrices are constructed based on the Gaussian interaction profile kernel similarity for diseases and microbes, disease symptom similarity, cosine similarity for diseases, and microbes. Notably, we concatenate these similarity matrices of microbe and disease instead of fusing multiple similarities into a single similarity matrix. Finally, we integrate these two concatenated similarity matrices and the microbe–disease association matrix into our MSBMF model to infer potential microbe–disease associations. The framework of LOOCV and fivefold cross validation were implemented to estimate the prediction performances of MSBMFHMDA. The results suggested that our method could achieve reliable AUCs of 0.9186 and 0.9043 ± 0.0048 in LOOCV and fivefold cross validation, respectively, which is much better than state-of-the-art methods. Moreover, we further implemented the case studies of asthma, IBD, and T2D on MSBMFHMDA, and the reliability of our model is further verified.

FIGURE 1
www.frontiersin.org

FIGURE 1. The overall workflow of MSBMFHMDA.

Materials and Methods

Datasets

The Human Microbe–Disease Association Database (HMDAD) (Ma et al., 2017) is the first human microbe–disease association database established by Ma et al. through a lot of biological experiments. The database includes 483 experimentally tested and verified associations between 292 microbes and 39 diseases. We downloaded the data from HMDAD (http://www.cuilab.cn/hmdad), then removed redundant associations. Thus, 450 microbe–disease associations including 39 diseases and 292 microbes were obtained from 61 publications. As a result, a 39 × 292 dimensional adjacency matrix A is constructed. In addition, in the adjacency matrix A, the value of A[i][j] is set to 1 if microbe m[j] is related to disease d[i], otherwise, A[i][j] is set to 0.

Similarity Measures of Microbe

Gaussian Interaction Profile Kernel Similarity of Microbes: KM

Gaussian kernel function is a common kernel function. Its essence is to measure the similarity between samples (van Laarhoven et al., 2011). It is based on the assumption that two similar diseases and the same microbe will exhibit the same interaction and non-interaction relationship. Therefore, in the known microbe–disease association network, we adopt the Gaussian interaction profile kernel similarity to compute microbe similarity according to the following Eq. 1:

KM(m(i),m(j))=exp(γmIP(m(i)IP(m(j))2)(1)

where m[i] and m[j] represent the ith and jth microbes, respectively, in the matrix A, and its interaction profiles IP(m(i)) and IP(m(j)) represent the ith and jth column, respectively. Based on this information, we can calculate the similarity between the two microbe vectors by calculating the L2 norm. Additionally, the parameter γm can be calculated as follows:

γm=γm(1nmk=1nmIP(m(k))2)(2)

where γm is a parameter used to control the bandwidth of the Gaussian kernel function; it is the result of normalization by bandwidth parameter γm, and according to the previous experiment (van Laarhoven et al., 2011), γm will be set to 1. nm is the total number of microbes collected from the HMDAD, so, nm is equal to 292.

Cosine Similarity of Microbes: CM

Microbe cosine similarity is calculated based on assumptions that if the microbes are similar to each other (Xie et al., 2019). In other words, in the microbe–disease association matrix, A(i,) and A(j,) should be similar to each other. Therefore, the cosine similarity between microbe m(i) and microbe m(j) can be calculated as follows:

CM(m(i),m(j))=A(i,:)A(j,:)A(i,:)×A(j,:)(3)

where A(i,) represents the ith row of adjacency matrix A; the result is then projected into [0, 1] by the min–max normalization.

Similarity Measures of Disease

Gaussian Interaction Profile Kernel Similarity of Diseases: KD

In a similar way, the Gaussian interaction profile kernel similarity between disease d(i) and disease d(j) can be defined as follows:

KD(d(i),d(j))=exp(γdIP(d(i)IP(d(j))2)(4)
γd=γd(1ndk=1ndIP(d(k))2)(5)

γd will be also set to 1; nd is equal to 39.

Cosine Similarity of Diseases: CD

The cosine similarity between disease d(i) and disease d(j) is given as follows:

CD(d(i),d(j))=A(:,i)A(:,j)A(:,i)×A(:,j)(6)

where A(,i) represents the ith column of adjacency matrix A; the result is then projected into [0, 1] by the min–max normalization.

Symptom-Based Disease Similarity: SDM

The abnormal subjective feeling or some objective pathological changes of patients caused by a series of abnormal changes in function, metabolism, and morphological structure in the process of disease are called symptoms. Some diseases, especially in the early stage of some diseases, may not be accompanied by symptoms and signs. The human symptoms–disease network (HSDN) has been constructed by Zhou et al. from PubMed (Wheeler et al., 2007; Zhou et al., 2014). Moreover, they used term frequency inverse document frequency (TF-IDF) (Salton et al., 1975) to measure the symptom-based disease similarity based on the co-occurrence frequency between a disease and a symptom. Based on these data, Chen et al. (2016a) extracted those symptom-based similarities of common diseases from HMDAD. Hence, symptom similarity SDM can be constructed.

MSBMF Model

As the microbe–disease association matrix is low rank, in other words, it is very sparse, microbe-disease association matrix can be split into two low-dimensional feature matrices, i.e., disease feature X and microbe Y. Then, Tikhonov regularization terms are used to avoid over-fitting. The elementary matrix factorization model is formulated as follows:

minX,Y12PΩ(XYTA)F2+λ12(XF2+YF2)(7)

where  Fdenotes the Frobenius norm, AF =tr(ATA)=i=1mj=1naij2, tr(A) is the trace of matrix A, AF2=tr(ATA)=i=1mj=1naij2, λ1 is the harmonic parameter to counterpoise the error term and the regularization terms, Ω is an index set of known association in matrix A, and ΡΩ is defined as:

(PΩ(I))ij={Iij,(i,j)Ω0,(i,j)Ω(8)

However, Eq. 7 does not involve prior information about diseases and microbes. Given a disease similarity matrix D and a microbe similarity matrix M, as X,Y can be considered as matrices containing disease and microbe potential characteristic vectors, respectively, XXT and YYT are expected to match D and M, respectively (Zheng et al., 2013; Cui et al., 2019). Therefore, Eq. 7 is extended to:

minX,Y12PΩ(XYTA)F2+λ12(XF2+YF2)+λ22(DXXTF2+MYYTF2)(9)

In order to incorporate multiple similarity measures, an MSBMF model can be proposed for predicting microbe–disease associations, which is formulated as follows:

minX,Y,P,Q,Z12XYTZF2+λ12(XF2+YF2)+λ22(DmXPTF2+MmYQTF2)+λ32(PF2+QF2)s.t.PΩ(A)=PΩ(Z)X0,Y0(10)

Dm and Mm are multi-similarities matrices of diseases and microbes, respectively, and λ1, λ2, λ3 are balancing parameters. Obviously, Dm=[KD,CD,SDM] and Mm=[KM,CM], where P and Q are matrices including latent features representing disease similarity and microbe similarity, respectively. Z is an auxiliary matrix that helps to optimize. Furthermore, by introducing two splitting matrices S and T, Eq. 10 is transformed into:

minX,Y,P,Q,S,T,Z12XYTZF2+λ12(XF2+YF2)+λ22(DmXPTF2+MmYQTF2)+λ32(PF2+QF2)s.t.PΩ(A)=PΩ(Z)S=X,T=YS0,T0(11)

Then, we use the alternating direction method of multipliers (ADMM) framework to solve Eq. 10. The augmented Lagrangian function is given by:

(X,Y,P,Q,S,T,Z)=12XYTZF2+λ12(XF2+YF2)+λ22(DmXPTF2+MmYQTF2)+λ32(PF2+QF2)+Φ,XS+Ψ,YT+μ2(XSF2+YTF2)(12)

where Φ and Ψ are the Lagrange multipliers, and μ is the penalty parameter. After k iteration, Xk+1,Yk+1,Pk+1,Qk+1,Sk+1,Tk+1andZk+1 will be computed. We adopt a scheme with gradually increasing learning rate to achieve fast convergence (Shang et al., 2018). After executing the MSBMF algorithm, a non-negative matrix M* is a predicted scores matrix. The scheme of MSBMF model is illustrated in Algorithm 1.

Algorithm 1 MSBMF algorithm.

Input: the microbe–disease association matrix M, the multiply similarities of disease matrices Dm, the multiply similarities of microbe matrices Mm, subspace dimensionality r, parameters λ1, λ2 and λ3.

Output: predicted association matrix M*.

Step1: calculate microbe GIP similarity and cosine similarity;

Step2: calculate disease GIP similarity, cosine similarity, and symptom-based similarity;

Step 3: initializing randomly four non-negative matrices X0, Y0, P0, Q0; S0 = X0,T0 = Y0, Z0 = M, Φ0 = 0, Ψ0 = 0, μ0, μmax, and rate changing factor ρ > 1;

Step4: repeat compute Xk+1, Yk+1, Pk+1, Qk+1, Sk+1, Tk+1, and Zk+1, and update the multipliers by: Φk+1Φk+μk(Xk+1-Sk+1); Ψk+1Ψk+μk(Yk+1-Tk+1); update μk+1 by μk+1min(ρμk,μmax); kk+1; until convergence;

Step5: obtain the predicted association matrix M*.

Step6: Return M*.

Results

Performance Evaluation

The problem of microbe–disease associations prediction can be seen as a classification or regression problem, usually using cross-validation to evaluate the generalization capabilities of the new sample. In order to evaluate performance of our model, we carry out two kinds of computational experiments, including LOOCV and fivefold cross validation. In LOOCV, each confirmed microbe–disease association was chosen as a test sample in turn, and the rest of the associations were used to train. After executing MSBMFHMDA, the score of the test example would be ranked with the scores of candidate samples that were made up of all unconfirmed microbe–disease pairs. In fivefold cross validation, we first divided the known microbe–disease associations into five equal parts and later made each part as a test sample in turn and the remaining four parts of associations as training samples. Similarly, the score of each test sample would be ranked with the scores of candidate samples that were made up of all unconfirmed microbe–disease pairs. As the sample divisions may cause bias, we repeated the fivefold cross-validation 100 times to get an average value as the final result. As the predicted score that obtained a higher rank than the given threshold, our model is considered to make a successful prediction. Then according to diverse thresholds, we plotted the receiver operating characteristics (ROC) curve by computing the ratio of true positive rate (TPR, sensitivity) to false positive rate (FPR, 1-specificity). The AUC can be used to evaluate its predictive performance, where the AUC value of 1 represents perfect prediction ability, and the AUC value of 0.5 indicates random prediction performance (Chen et al., 2016a).

Effects of the Parameters

In our algorithm, the tunable parameters include the latent dimension r and the three coefficients λ1, λ2, and λ3. We set r = [τmin (m, n)], where τ[0,1] and [] denotes the rounding function. Because there are many parameters, they may lead to overfitting. So, we set λ2 and λ3 to the same value to prevent overfitting. Finally, three parameters need to be determined, including τ, λ1, and λ2.

We choose to adopt a “fixing one and determining the others” strategy. First, we set τ to 0.1 and then picked the values of λ1 and λ2 from {0.001, 0.01, 0.1, 1} by LOOCV in a standard dataset. Then, we fix the determined values of λ1 and λ2, and selected τ from {0.1,0.3,0.5,0.7,0.9,1}. The computational results for determining the λ1 and λ2 are listed in Table 1. We can discover that the AUC value reach maximum when λ1=0.1 and λ2=0.01. As shown in Table 2, our model furnishes approximately the same good performance when τ0.7. Therefore, we set τ=0.7.

TABLE 1
www.frontiersin.org

TABLE 1. The area under the curve (AUC) value using different λ1 and λ2 values in the leave-one-out cross validation (LOOCV).

TABLE 2
www.frontiersin.org

TABLE 2. The AUC value using different τ values while fixing λ1=0.1 and λ2=0.01.

The stopping criteria of the MSBMF algorithm are fktol1 and |fk+1fk|max{1,|fk|}tol2, where fk=Sk+1Tk+1SkTkFSkTkF and tol1, tol2 are the given tolerances. Here, according to the related studies (Yang et al., 2021), we set tol1=2×103 and tol2=104.

Comparison With Other State-of-the-Art Methods

In this section, we consider several state-of-the-art microbe–disease association prediction methods and make comparisons to demonstrate superior performance of our proposed method MSBMFHMDA. We compare it with KATZHMDA, BiRWMP, and NBLPIHMDA based on the dataset of known microbe–disease associations. As illustrated in the following Figure 2 and Table 3, MSBMFHMDA yields best performance in LOOCV, achieving an AUC score of 0.9186, while KATZHMDA, BiRWMP, and NBLPIHMDA produce AUC scores of 0.8382, 0.8637, and 0.8777, respectively. As demonstrated in the following Figure 3, in the framework of fivefold cross validation, MSBMFHMDA can achieve a reliable AUC of 0.9043 ± 0.0048, which is better than the AUC achieved by KATZHMDA (0.8301 ± 0.0033), BiRWMP (0.8522 ± 0.0054), and NBLPIHMDA (0.8958 ± 0.0027).

FIGURE 2
www.frontiersin.org

FIGURE 2. Prediction performance comparison between MSBMFHMDA and the other three methods in leave-one-out cross validation (LOOCV).

TABLE 3
www.frontiersin.org

TABLE 3. Performances of different methods in LOOCV and fivefold CV.

FIGURE 3
www.frontiersin.org

FIGURE 3. Prediction performance comparison between MSBMFHMDA and the other three methods in fivefold cross validation.

The Sensitivity Analysis of Parameters

In this section, we concentrate on the sensitivity analysis for λ1, λ2, and τ in LOOCV. As we all know, when λ1=0.1,λ2=0.01, and τ=0.7, our model can realize excellent performance. We vary one parameter and keep the rest of the two parameters fixed to observe how the parameter benefits the AUC value.

As shown in Figure 4, the AUC can achieve the best values when λ1 = 0.1. In the same way, Figure 5 indicates the best AUC on λ2 = 0.01. Finally, the effect of parameter τ on the prediction accuracy is discussed. Figure 6 shows the AUC values of MSBMF with different τ. When τ > 0.7, the trend of AUC is becoming steady. If τ continue to increase to 0.9 or 1, our model will not only generate overfitting but also increases the computational complexity.

FIGURE 4
www.frontiersin.org

FIGURE 4. Variation of the AUCs with the various settings of λ1.

FIGURE 5
www.frontiersin.org

FIGURE 5. Variation of the AUCs with the various settings of λ2.

FIGURE 6
www.frontiersin.org

FIGURE 6. Variation of the AUCs with the various settings of τ.

Case Studies

Microbes are closely related to human health, and it is meaningful to explore whether microbes are associated with disease. In order to investigate into disease-causing microbes and further measure the prediction performance of our model, we selected three kinds of common microbe-induced diseases as cases for the analysis, namely, asthma, inflammatory bowel disease, and type 1 diabetes. The scores of the top 10 disease-related microbes are published in Supplementary Tables S1–S3, respectively.

Asthma is short for bronchial asthma, a heterogeneous disease characterized by chronic airway inflammation and airway hyper-responsiveness (Lemanske and Busse, 2010). The key features of asthma include chronic inflammation of the airway, high responsiveness of the airway to a variety of stimulators, limited variable reversible flow, and a series of changes with the course of the disease, namely, airway reconstruction (Çalışkan et al., 2013). Asthma is one of the most common chronic diseases in the world, with about 300 million people worldwide and about 45 million asthma patients in China, and there is a trend year by year. Epidemiological studies have shown that early exposure to microbes may determine the composition of the microbiome, which can help prevent allergies or cause the development of asthma. Asthma had been demonstrated to be closely associated with microbes by a number of research (Gilstrap and Kraft, 2013). In this section, though the there is implementation of our model to infer the novel asthma-related microbes, we published evidence for the top 10 potential asthma-related microbes predicted by MSBMFHMDA in Table 4.

TABLE 4
www.frontiersin.org

TABLE 4. The validation results of the top 10 predicted asthma-related microbes by implementing MSBMFHMDA.

Inflammatory bowel disease (IBD) is a group of chronic non-specific intestinal inflammatory diseases that have no etiology, including ulcerative colitis and Crohn’s disease (D’Aoust et al., 2017). In this paper, we selected IBD as one of our case studies to evaluate the performance of our model. As illustrated in the following Table 5, there are 10 out of these top 10 microbes predicted by MSBMFHMDA that have been substantiated to be associated with IBD.

TABLE 5
www.frontiersin.org

TABLE 5. The validation results of the top 10 predicted inflammatory bowel disease (IBD)-related microbes by implementing MSBMFHMDA.

Type 2 diabetes mellitus (T2D), also known as adult-onset diabetes, is characterized by a rise in blood sugar and a relative lack of insulin production because of a decline in the ability of insulin to help glucose enter cells for metabolism, a metabolic disorder resulting from a disorder of glucose metabolism (Furet et al., 2010). We took T2D as a case study for potential T2DM-related microbe prediction, and as illustrated in the following Table 6, 8 out of the top 10 predicted microbes were confirmed by experimental reports.

TABLE 6
www.frontiersin.org

TABLE 6. The validation results of the top 10 predicted type 2 diabetes (T2D)-related microbes by implementing MSBMFHMDA.

Discussion and Conclusion

Since the application of traditional experimental methods to identify disease-associated microbes is time consuming and expensive, the calculation approach of MSBMFHMDA was put forward. Our model provides an effective scheme for dynamically integrating multiple similarities and extracting useful features to infer potential microbe–disease associations. The non-negative constraint in the model also ensures that the predicted scores of associations are non-negative. The computational results demonstrate that MSBMFHMDA has good performances for microbe–disease association prediction.

However, our model has two limitations. First, there are only 450 known microbe–disease associations, which accounts for a very small proportion of human microbe diseases. This may result in less comprehensive for prediction. Second, our method involves non-convex optimization, which leads to the local optimal solutions instead of the global optimal solution. In the future, we will reform predictive tasks based on the HMDAD record additional entries whether the quantity of microbial population is increased or decreased in the reported cases.

Data Availability Statement

The datasets presented in this study can be found in online repositories. The names of the repository/repositories and accession number(s) can be found in the article/Supplementary Material.

Author Contributions

XY and LW conceived and designed the study. XY, ZC, and LK obtained and processed the datasets. XY and LK wrote the paper. LW and LK provided suggestions and supervised the research.

Funding

The research is funded by the National Natural Science Foundation of China (No. 61873221) the Hunan Province Science and Technology Project Funds (2018TP1036) and the Natural Science Foundation of Hunan Province (No. 2019JJ70010).

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.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary Material

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

References

Çalışkan, M., Bochkov, Y. A., Kreiner-Møller, E., Bønnelykke, K., Stein, M. M., Du, G., et al. (2013). Rhinovirus Wheezing Illness and Genetic Risk of Childhood-Onset Asthma. N. Engl. J. Med. 368, 1398–1407. doi:10.1056/NEJMoa1211592

CrossRef Full Text | Google Scholar

Chen, X., Huang, Y.-A., You, Z.-H., Yan, G.-Y., and Wang, X.-S. (2016a). A Novel Approach Based on KATZ Measure to Predict Associations of Human Microbiota with Non-infectious Diseases. Bioinformatics 33, 733–739. doi:10.1093/bioinformatics/btw715

CrossRef Full Text | Google Scholar

Chen, X., Liu, M.-X., and Yan, G.-Y. (2012). Drug-target Interaction Prediction by Random Walk on the Heterogeneous Network. Mol. Biosyst. 8, 1970. doi:10.1039/c2mb00002d

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Sun, Y.-Z., Guan, N.-N., Qu, J., Huang, Z.-A., Zhu, Z.-X., et al. (2019). Computational Models for lncRNA Function Prediction and Functional Similarity Calculation. Brief. Funct. Genomics 18, 58–82. doi:10.1093/bfgp/ely031

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Wang, L., Qu, J., Guan, N.-N., and Li, J.-Q. (2018a). Predicting miRNA-Disease Association Based on Inductive Matrix Completion. Bioinformatics 34, 4256–4265. doi:10.1093/bioinformatics/bty503

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Xie, D., Wang, L., Zhao, Q., You, Z.-H., and Liu, H. (2018b). BNPMDA: Bipartite Network Projection for MiRNA-Disease Association Prediction. Bioinformatics 34, 3178–3186. doi:10.1093/bioinformatics/bty333

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., Yan, C. C., Zhang, X., and You, Z.-H. (2016b). Long Non-coding RNAs and Complex Diseases: from Experimental Results to Computational Models. Brief. Bioinform. 18, 558–576. doi:10.1093/bib/bbw060

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., and Yan, G.-Y. (2013). Novel Human lncRNA-Disease Association Inference Based on lncRNA Expression Profiles. Bioinformatics 29, 2617–2624. doi:10.1093/bioinformatics/btt426

PubMed Abstract | CrossRef Full Text | Google Scholar

Chen, X., and Yan, G.-Y. (2015). Semi-supervised Learning for Potential Human microRNA-Disease Associations Inference. Sci. Rep. 4, 5501. doi:10.1038/srep05501

PubMed Abstract | CrossRef Full Text | Google Scholar

Cui, Z., Gao, Y.-L., Liu, J.-X., Wang, J., Shang, J., and Dai, L.-Y. (2019). The Computational Prediction of Drug-Disease Interactions Using the Dual-Network L2,1-CMF Method. BMC Bioinformatics 20, 5. doi:10.1186/s12859-018-2575-6

PubMed Abstract | CrossRef Full Text | Google Scholar

D’Aoust, J., Battat, R., and Bessissow, T. (2017). Management of Inflammatory Bowel Disease withClostridium Difficileinfection. Wjg 23, 4986. doi:10.3748/wjg.v23.i27.4986

PubMed Abstract | CrossRef Full Text | Google Scholar

Furet, J.-P., Kong, L.-C., Tap, J., Poitou, C., Basdevant, A., Bouillot, J.-L., et al. (2010). Differential Adaptation of Human Gut Microbiota to Bariatric Surgery-Induced Weight Loss: Links with Metabolic and Low-Grade Inflammation Markers. Diabetes 59, 3049–3057. doi:10.2337/db10-0253

PubMed Abstract | CrossRef Full Text | Google Scholar

Gilstrap, D. L., and Kraft, M. (2013). Asthma and the Host-Microbe Interaction. J. Allergy Clin. Immunol. 131, 1449–1450. doi:10.1016/j.jaci.2013.03.004

CrossRef Full Text | Google Scholar

Hawn, T. R., Day, T. A., Scriba, T. J., Hatherill, M., Hanekom, W. A., Evans, T. G., et al. (2014). Tuberculosis Vaccines and Prevention of Infection. Microbiol. Mol. Biol. Rev. 78, 650–671. doi:10.1128/MMBR.00021-14

PubMed Abstract | CrossRef Full Text | Google Scholar

Hendricks, K. A., Wright, M. E., Shadomy, S. V., Bradley, J. S., Morrow, M. G., Pavia, A. T., et al. (2014). Centers for Disease Control and Prevention Expert Panel Meetings on Prevention and Treatment of Anthrax in Adults. Emerg. Infect. Dis. 20. doi:10.3201/eid2002.130687

CrossRef Full Text | Google Scholar

Huang, D.-S., and Du, J.-X. (2008). A Constructive Hybrid Structure Optimization Methodology for Radial Basis Probabilistic Neural Networks. IEEE Trans. Neural Netw. 19, 2099–2115. doi:10.1109/TNN.2008.2004370

PubMed Abstract | CrossRef Full Text | Google Scholar

Huang, D.-S. (1999). RADIAL BASIS PROBABILISTIC NEURAL NETWORKS: MODEL AND APPLICATION. Int. J. Patt. Recogn. Artif. Intell. 13, 1083–1101. doi:10.1142/S0218001499000604

CrossRef Full Text | Google Scholar

Huang, D. (1996). Generalization Capabilities of Feedforward Neural Networks for Pattern Recognition. J. Beijing Inst. Technol. Engl. Ed. 5.

Google Scholar

Lemanske, R. F., and Busse, W. W. (2010). Asthma: Clinical Expression and Molecular Mechanisms. J. Allergy Clin. Immunol. 125, S95–S102. doi:10.1016/j.jaci.2009.10.047

CrossRef Full Text | Google Scholar

Liu, Y., Wang, S.-L., and Zhang, J.-F. (2018). Prediction of Microbe-Disease Associations by Graph Regularized Non-negative Matrix Factorization. J. Comput. Biol. 25, 1385–1394. doi:10.1089/cmb.2018.0072

PubMed Abstract | CrossRef Full Text | Google Scholar

Ma, W., Zhang, L., Zeng, P., Huang, C., Li, J., Geng, B., et al. (2017). An Analysis of Human Microbe-Disease Associations. Brief. Bioinform. 18, 85–97. doi:10.1093/bib/bbw005

PubMed Abstract | CrossRef Full Text | Google Scholar

Peng, L.-H., Yin, J., Zhou, L., Liu, M.-X., and Zhao, Y. (2018). Human Microbe-Disease Association Prediction Based on Adaptive Boosting. Front. Microbiol. 9, 2440. doi:10.3389/fmicb.2018.02440

PubMed Abstract | CrossRef Full Text | Google Scholar

Qiu, Y., Ching, W.-K., and Zou, Q. (2021a). Matrix Factorization-Based Data Fusion for the Prediction of RNA-Binding Proteins and Alternative Splicing Event Associations during Epithelial-Mesenchymal Transition. Brief. Bioinform., bbab332. doi:10.1093/bib/bbab332

PubMed Abstract | CrossRef Full Text | Google Scholar

Qiu, Y., Ching, W.-K., and Zou, Q. (2021b). Prediction of RNA-Binding Protein and Alternative Splicing Event Associations during Epithelial-Mesenchymal Transition Based on Inductive Matrix Completion. Brief. Bioinform. 22, bbaa440. doi:10.1093/bib/bbaa440

PubMed Abstract | CrossRef Full Text | Google Scholar

Qu, J., Zhao, Y., and Yin, J. (2019). Identification and Analysis of Human Microbe-Disease Associations by Matrix Decomposition and Label Propagation. Front. Microbiol. 10, 291. doi:10.3389/fmicb.2019.00291

PubMed Abstract | CrossRef Full Text | Google Scholar

Salton, G., Wong, A., and Yang, C. S. (1975). A Vector Space Model for Automatic Indexing. Commun. ACM 18, 613–620. doi:10.1145/361219.361220

CrossRef Full Text | Google Scholar

Shang, F., Cheng, J., Liu, Y., Luo, Z.-Q., and Lin, Z. (2018). Bilinear Factor Matrix Norm Minimization for Robust PCA: Algorithms and Applications. ArXiv181005186. Cs Math. Stat. Available at: http://arxiv.org/abs/1810.05186 (Accessed August 5, 2021).

Google Scholar

Shen, X., Zhu, H., Jiang, X., Hu, X., and Yang, J. (2018). “A Novel Approach Based on Bi-random Walk to Predict Microbe-Disease Associations,” in Intelligent Computing Methodologies. Editors D.-S. Huang, M. M. Gromiha, K. Han, and A. Hussain (Cham: Springer International Publishing)), 746–752. doi:10.1007/978-3-319-95957-3_78

CrossRef Full Text | Google Scholar

Shen, Z., Jiang, Z., and Bao, W. (2017). “CMFHMDA: Collaborative Matrix Factorization for Human Microbe-Disease Association Prediction,” in Intelligent Computing Theories and Application. Editors D.-S. Huang, K.-H. Jo, and J. C. Figueroa-García (Cham: Springer International Publishing)), 261–269. doi:10.1007/978-3-319-63312-1_24

CrossRef Full Text | Google Scholar

Shi, J.-Y., Huang, H., Zhang, Y.-N., Cao, J.-B., and Yiu, S.-M. (2018). BMCMDA: a Novel Model for Predicting Human Microbe-Disease Associations via Binary Matrix Completion. BMC Bioinformatics 19, 281. doi:10.1186/s12859-018-2274-3

PubMed Abstract | CrossRef Full Text | Google Scholar

The Human Microbiome Project Consortium (2012). A Framework for Human Microbiome Research. Nature 486, 215–221. doi:10.1038/nature11209

PubMed Abstract | CrossRef Full Text | Google Scholar

van Laarhoven, T., 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

Wang, J. J.-Y., and Gao, X. (2015). Max-min Distance Nonnegative Matrix Factorization. Neural Networks 61, 75–84. doi:10.1016/j.neunet.2014.10.006

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, L., Wang, Y., Li, H., Feng, X., Yuan, D., and Yang, J. (2019). A Bidirectional Label Propagation Based Computational Model for Potential Microbe-Disease Association Prediction. Front. Microbiol. 10, 684. doi:10.3389/fmicb.2019.00684

PubMed Abstract | CrossRef Full Text | Google Scholar

Wen, Z., Yan, C., Duan, G., Li, S., Wu, F.-X., and Wang, J. (2021). A Survey on Predicting Microbe-Disease Associations: Biological Data and Computational Methods. Brief. Bioinform. 22. doi:10.1093/bib/bbaa157

CrossRef Full Text | Google Scholar

Wheeler, D. L., Barrett, T., Benson, D. A., Bryant, S. H., Canese, K., Chetvernin, V., et al. (2007). Database Resources of the National Center for Biotechnology Information. Nucleic Acids Res. 36, D13–D21. doi:10.1093/nar/gkm1000

PubMed Abstract | CrossRef Full Text | Google Scholar

Xie, G., Meng, T., Luo, Y., and Liu, Z. (2019). SKF-LDA: Similarity Kernel Fusion for Predicting lncRNA-Disease Association. Mol. Ther. - Nucleic Acids 18, 45–55. doi:10.1016/j.omtn.2019.07.022

PubMed Abstract | CrossRef Full Text | Google Scholar

Xuan, Z., Li, J., Yu, J., Feng, X., Zhao, B., and Wang, L. (2019). A Probabilistic Matrix Factorization Method for Identifying lncRNA-Disease Associations. Genes 10, 126. doi:10.3390/genes10020126

PubMed Abstract | CrossRef Full Text | Google Scholar

Yan, C., Duan, G., Wu, F.-X., Pan, Y., and Wang, J. (2021). MCHMDA:Predicting Microbe-Disease Associations Based on Similarities and Low-Rank Matrix Completion. Ieee/acm Trans. Comput. Biol. Bioinf. 18, 611–620. doi:10.1109/tcbb.2019.2926716

CrossRef Full Text | Google Scholar

Yang, M., Wu, G., Zhao, Q., Li, Y., and Wang, J. (2021). Computational Drug Repositioning Based on Multi-Similarities Bilinear Matrix Factorization. Brief. Bioinform. 22. doi:10.1093/bib/bbaa267

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

Yu, J., Ping, P., Wang, L., Kuang, L., Li, X., and Wu, Z. (2018). A Novel Probability Model for LncRNA-Disease Association Prediction Based on the Naïve Bayesian Classifier. Genes 9, 345. doi:10.3390/genes9070345

PubMed Abstract | CrossRef Full Text | Google Scholar

Zheng, X., Ding, H., Mamitsuka, H., and Zhu, S. (2013). “Collaborative Matrix Factorization with Multiple Similarities for Predicting Drug-Target Interactions,” in Proceedings of the 19th ACM SIGKDD international conference on Knowledge discovery and data mining (Chicago Illinois USA: ACM)), 1025–1033. doi:10.1145/2487575.2487670

CrossRef Full Text | Google Scholar

Zhou, X., Menche, J., Barabási, A.-L., and Sharma, A. (2014). Human Symptoms-Disease Network. Nat. Commun. 5, 4212. doi:10.1038/ncomms5212

PubMed Abstract | CrossRef Full Text | Google Scholar

Zou, S., Zhang, J., and Zhang, Z. (2017). A Novel Approach for Predicting Microbe-Disease Associations by Bi-random Walk on the Heterogeneous Network. PLOS ONE 12, e0184394. doi:10.1371/journal.pone.0184394

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: microbe, disease, association prediction, multi-similarities, matrix factorization

Citation: Yang X, Kuang L, Chen Z and Wang L (2021) Multi-Similarities Bilinear Matrix Factorization-Based Method for Predicting Human Microbe–Disease Associations. Front. Genet. 12:754425. doi: 10.3389/fgene.2021.754425

Received: 06 August 2021; Accepted: 21 September 2021;
Published: 14 October 2021.

Edited by:

Juan Caballero, European Bioinformatics Institute (EMBL-EBI), United Kingdom

Reviewed by:

Min Chen, Hunan Institute of Technology, China
Yushan Qiu, Shenzhen University, China

Copyright © 2021 Yang, Kuang, Chen and Wang. 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: Linai Kuang, kla@xtu.edu.cn; Lei Wang, wanglei@xtu.edu.cn

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.